You are on page 1of 11

1 Which combination of words correctly completes the following statement?

Unlike _____, which display only the most recent array of values written to them, _____ update periodically and
maintain a history of the past data.

graphs; charts
A
charts; plots
B
plots; graphs
C
None of the above
D

2 What is the value in Feedback Answer after the third iteration of the loop below?

4
A
8
B
1
C
2
D

3. What is the value in Result if the Formula Express VI is configured to execute the formula, W + X * (Y - Z)?

20
A
22
B
34
C
52
D

4. Delays should be added to While Loops:

to reserve CPU usage.


A
to free up memory.
B
to reserve memory.
C
to free up CPU usage.
D

5. Which of the following could have produced this Waveform Chart?

A
B

6. All of the following statements are true, EXCEPT:

You can make a Cluster of Clusters.


A
You can make an Array of Arrays.
B
You can make a Cluster of Arrays.
C
You can make an Array of Clusters.
D
All of the above statements are true.
E
7 What is the value in Result after the following code has executed?

50
A
250
B
VOLTS DC +2
C
VOLTS DC +2.
D

8 The function of a Cluster is to:

present data on the Front Panel using charts or graphs.


A
provide a means of differentiating between data types on the Block Diagram.
B
allow grouping of mixed data types into logical structures.
C
separate data objects by data type on the Front Panel.
D

9 In the figure below, the output of Array Size is:

a 1-D Array of {2, 3}


A
a 1-D Array of {3, 2}
B
2
C
None of the above
D
10 Bold text in the Context Help window is used to represent terminal connections that are:

recommended
A
not used
B
polymorphic
C
required
D
11 Which of the following statements is true regarding the code in the loop shown below?

A The loop will not execute and the iteration terminal, , will return a null value.

B The loop will execute once and the iteration terminal, , will output a value of 2.

C The loop will execute once and the iteration terminal, , will output a value of 1.
The loop will execute infinitely and the program will have to be aborted.
D

12 What is the value in after substring upon completion of the following code?

rld!
A
world!
B
h hello world!
C
<blank>
D
13 If a required terminal of a SubVI is not wired in the Block Diagram, then:

the VI will generate a warning when executed.


A
the VI will have a broken Run arrow and will not execute.
B
the VI will run without any dialog boxes.
C
None of the above.
D

14 Which of the following answers correctly matches each VI architecture type with its corresponding illustration?

A B

C
A - Simple VI; B - General VI; C - State Machine VI
A
A - Simple VI; B - State Machine VI; C - General VI
B
A - General VI; B - State Machine VI; C - Simple VI
C
A - State Machine VI; B - Simple VI; C - General VI
D
A - General VI; B - Simple VI; C - State Machine VI
E
15 To access a graphical representation of all of the SubVI's and nodes that are called in the current VI, then:

select Browse >> Show VI Hierarchy from the menu bar.


A
right-click on a SubVI in the Block Diagram and select Show VI Hierarchy
B
right-click on the VI icon and select Show VI Hierarchy.
C
Both A. and B.
D
Both A. and C.
E

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

A
B

D
17 Which answer matches the correct labels with their corresponding legend/palette on the following Front Panel?

A - Cursor Legend; B - Graph Palette; C - Plot Legend; D - Scale Legend


A
A - Plot Legend; B - Scale Legend; C- Graph Palette; D - Cursor Legend
B
A - Plot Legend; B - Cursor Legend; C - Scale Legend; D - Graph Palette
C
A - Plot Legend; B - Graph Palette; C - Scale Legend; D - Cursor Legend
D

18 What is the value in Boolean after the following code has executed?

FALSE
A
TRUE
B
0
C
1
D

19 In the figure below, what will J equal when this calculation is executed?

70
A
55
B
65
C
Indeterminate
D
20 What is the result in subarray after the following code has executed?

a 1-D Array of {7, 10, 8, 5}


A
a 1-D Array of {10, 8, 5}
B
a 1-D Array of {8, 5, 7}
C
a 1-D Array of {10, 8, 5, 7}
D

You might also like