How do you document a VI so that the description appears in the Show Context Help popup window?
A. Use the VI Properties Documentation window
B. Type in the Show Context Help window
C. Create a free label on the front panel
D. Edit the LabVIEW help files
What is the output of the Build Array function in the following block diagram when Concatenate Inputs is selected?
A. 1-D Array of {1, -4, 3, 7, -2, 6}
B. b.1-D Array of {1, 7, -4, -2, 3, 6}
C. c.2-D Array of {{1, -4, 3, 0}, {7, -2, 6}}
D. d.2-D Array of {{1, -4, 3}, {7, -2, 6}}
Which of the following does not conform to data flow programming paradigm?
A. Shift Registers
B. Tunnels
C. SubVIs
D. Local Variables
The function of a Cluster is to:
A. Allow grouping of mixed data types into logical structures.
B. Present data on the Front Panel using charts or graphs.
C. Provide a means of differentiating between data types on the Block Diagram.
D. Separate data objects by data type on the Front Panel.
What is the result in new string after the following code has executed?
A. Hello to you!
B. Hello Wto you!
C. Hello to you!!
D. Helloto you!
When run, this VI will: A. Error because no file path and no prompt are specified
B. Write to a default text file in the application directory
C. Prompt for the location of an existing file and write to that file
D. Prompt for a location to create a text file and write to that file
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
What will be displayed in Data Array Out after the VI runs with Data Array In and name input as shown?
A. Option A
B. Option B
C. Option C
D. Option D