Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What is an advantage of using a Strictly Typed VI ref num?

A.

The data types of the target VI are known at compile time

B.

The data types passed to the VI can change programmatically

C.

You can flatten the data to a string to improve code performance

D.

Causes dynamically loaded VIs to be loaded at the start of execution

Which of the following statements is NOT valid?

A.

You can make a Cluster of Clusters.

B.

You can make an Array of Arrays.

C.

You can make a Cluster of Arrays.

D.

You can make an Array of Clusters.

What is the result of the following Array addition?

A.

a.1-D Array of {80, 20, 40, 10,-60}

B.

b.1-D Array of {120, 30,-60}

C.

c.1-D Array of {120, 30}

D.

d.2-D Array of {{120, 90, 20}, {60, 30,-40}}

Which of the following graphs matches the result in Comparison Values after the following code has executed?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Can a wire be used to pass data between loops that are intended to run in parallel?

A.

Yes

B.

No

What is the output of the Initialize Array function after the following code has executed?

A.

a.1-D Array of {3, 3, 3, 3}

B.

b.1-D Array of {4, 4, 4}

C.

c.1-D Array of {3, 4}

D.

d.1-D Array of {4, 3}

The most efficient method for creating an array is:

A.

Using a Forloop with Auto-indexing

B.

Placing a build array function in a Whileloop

C.

Initializing an array and then replacing elements in a Whileloop

D.

Using a Whileloopwith Auto-Indexing

Which of the following Block Diagrams could produce this result in Waveform Graph?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Which of the following does not conform to data flow programming paradigm?

A.

Shift Registers

B.

Tunnels

C.

SubVIs

D.

Local Variables

Which of the following is the best method to update an indicator on the front panel?

A.

Use a Value property node

B.

Wire directlyto the indicator terminal

C.

Use a local variable

D.

Use a functional global variable