Formula nodes accept which of the following operations?
A. Basic programming language instructions Input and Print
B. Embedding of SubVIs within the Formula Node
C. Pre and post increment (++) and decrement (--) as in the C language
D. The use of nested Formula Node structures
The most efficient method for creating an array is:
A. Using a For loop with Auto-indexing
B. Placing a build array function in a While loop
C. Initializing an array and then replacing elements in a While loop
D. Using a While loop with Auto-Indexing
Which of the following statements is true about the iteration terminal
?
A. It returns the number of times the loop has executed
B. It returns the number of times the loop has executed, plus one
C. It returns the number of times the loop has executed, minus one
D. It returns a constant number
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
In the figure below, what will Result equal when this calculation is executed?
B. 70
C. 65
D. Indeterminate
Which of the following produces this XY Graph?
A. Option A
B. Option B
C. Option C
D. Option D
Which chart update mode plots new data from left to right, then clears the chart and plots the newer data?
A. Strip Chart
B. Scope Chart
C. Sweep Chart
D. Step Chart
Which of the following cannot be used to transfer data?
A. Local variables
B. Queues
C. Semaphores
D. Notifiers
Which of the following is a manual step when creating a SubVI from a section of Code using Edit>Create SubVI?
A. Select the section of the block diagram you want to convert to a SubVI
B. Connect the controls and indicators on the front panel to terminals on the connector pane
C. Assigning terminals to the appropriate indicators and controls
D. Configure the Connector Pane to have enough terminals for all inputs and outputs
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