NI
CLAD
Q1:
Which of the following cannot be used to transfer data?
○
A
Local variables○
B
Queues○
C
Semaphores○
D
Notifiers
NI
CLAD
Q2:
What is the value in after substring upon completion of the following code?

○
A
world!○
B
rld!○
C
h hello world!○
D
<blank>
NI
CLAD
Q3:
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
NI
CLAD
Q4:
Which of the following methods will create an XY Graph with two plots?
○
A
Create a single cluster from two arrays of X values and two arrays of Y values in an X, Y,○
B
X, Y pattern.○
C
Bundle the X and Y array pairs together into two clusters and then create an array of these two clusters.○
D
Bundle the X and Y array pairs together into two clusters and create a cluster of these two clusters.○
E
Create a single array of each of the X arrays and Y arrays in an X, Y, X, Y pattern.
NI
CLAD
Q5:
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