You are on page 1of 5

1) What value is displayed in the Value Out indicator after the VI finishes executing?

a) 4
b) 0
c) 5
d) 3

2) What value will be displayed in the Result indicator after the VI completes execution?
3) Which of the following statements is TRUE about Numeric Array?

a) It is an indicator
b) It contains exactly 10 elemens
c) It contains exactly 12 elements
d) It contains exactly 8 elements

4) Cluster provide a user with which of the following benefits ?

a) Clusters group elements of mixed data types.


b) Clusters increase the number of Connector Pane terminals of SubVI's.
c) Clusters reduce wire clutter on the Block Diagram by bundling data elements together
d) Both A. and B
e) Both A. and C
5) How would you turn off the Debugging capabilities of a VI ?

a) Select VI Properties, and deselect Allow Debugging from the Execution sub-menu
b) Make the VI a SubVI and then select Above Priority to automatically turn of debugging
c) You cannot turn off debugging because it is an integral part of the LabVIEW environment

6) A custom probe is created by ?

a) placing a property node onto the block diagram and selecting Custom Probe from the Properties menu.
b) double clicking on a normal probe
c) placing a custom probe from the Probe sub-palette onto the Block Diagram.
d) right clicking on a wire and selecting Custom Probe from the shortcut menu

7) What is the output of the Build Array function after the following code has executed?

a) a 1-D Array of {4, 8, 3, 3, 6, 4}


b) a 2-D Array of {{4, 2, 0}, {3, 6, 4}}

c) a 2-D Array of {{4, 8, 3}, {3, 6, 4}}

d) a 1-D Array of {4, 2, 3, 6, 4}

8) All of the following statements are true, EXCEPT:

a) You can make a Cluster of Clusters.


b) You can make an Array of Arrays.
c) You can make a Cluster of Arrays
d) You can make an Array of Clusters.
e) All of the above statements are true

9) Bold text in the Context Help window is used to represent terminal connections that are:

a) Recommended
b) Not used
c) Polymorphic
d) Required

10) Which of the following statements about the Connector Pane is true?

a) It only shows terminals available for transfer to the SubVI.


b) It only shows terminals available for transfer from the SubVI
c) Outputs must be placed on the left, and inputs must be placed on the right
d) None of the above

11) 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}
12) Clicking on the _________ button allows you to bypass a node in the Block Diagram
without single-stepping through the node.

a. Step Into
b. Step Over
c. Step Out
d. Step Through

13) You can use all of the following data types as inputs to the case selector terminal except:
a. Doubles
b. Enumerated type values
c. Strings
d. Integers

14) The following breakpoint does which of the following:

a. Causes the VI to abort


b. Causes the VI to pause
c. Causes the VI to single step over the addition
d. Causes the VI to single step over the indicator

15) Which of the following statements is not true regarding the figure below?

It is not necessary to wire the count (N) terminal because auto-indexing is enabled.
A

Elements of Input Array enter the loop one at a time.


B

Output Array is the same size as Input Array.


C
If you disable auto-indexing on the right side of the For Loop, the output is still a 1-D Array.
D

All of the above statements are true


E

You might also like