Which of the following is the best method to update an indicator on the front panel?
A. Use a Value property node
B. Wire directly to the indicator terminal
C. Use a local variable
D. Use a functional global variable
What is one disadvantage of using the State Machine VI architecture?
A. A State Machine can only traverse states in order
B. If two state changes occur at the same time, only the first state change will be handled and the second will be lost
C. The diagram becomes significantly larger when changing from a general architecture to a State Machine
D. State Machines cannot acquire data or use DAQ functions
What is the result of the following Array subtraction?
A. A 1-D Array of {-25, 25, 50}
B. A 1-D Array of {-25, 25}
C. A 2-D Array of {{-25, -50, -50}, {50, 25, 25}}
D. A 1-D Array of {75, -50, 25}
Which of the following produces this XY Graph?
A. Option A
B. Option B
C. Option C
D. Option D
Which of the following terminals controls how many times a For Loop will execute?
A. Option A
B. Option B
C. Option C
D. Option D
To determine the frequency distribution of a signal, the sampling rate must be at least.
A. greater than ten times the highest frequency in the signal
B. greater than the highest frequency of the signal
C. greater than twice the highest frequency in the signal
D. greater than five times the highest frequency in the signal
The operator of this VI presses the run arrow, then presses the Start button.
After 3 seconds the Process SubVI sends a "True" value for "Process Complete."
What is the entire sequence of States this VI goes through, starting when the run arrow is pressed?
A. Run, Wait for Start, End, Wait for Start
B. Run, Wait for Start, End
C. Wait for Start, Run, End, Wait for Start
D. Wait for Start, Run, End
Which of the following scenarios would case this VI to be broken?
A. String has a default value other than "test1" or "test2"
B. Handling more than one value of String in the same case
C. The case structure does not have a Default case
D. The selector tunnel is not wired within the case structure
All eight inputs on cDAQ1Mod2 are reading data from thermocouples.
What settings for Physical Channel and data index would allow data indicator to display the data from the
fourth thermocouple?
A. Option A
B. Option B
C. Option C
D. Option D