Exam Labview-5
Exam Labview-5
Exam Labview-5
Unlike _____, which display only the most recent array of values written to them, _____ update periodically and
maintain a history of the past data.
A graphs; charts
B charts; plots
C plots; graphs
D None of the above
2 What is the value in Feedback Answer after the third iteration of the loop below?
A 4
B 8
C 1
D 2
A Make the VI a SubVI and then select Above Priority to automatically turn of debugging.
B You cannot turn off debugging because it is an integral part of the LabVIEW environment.
C Select VI Properties, and deselect Allow Debugging from the Execution sub-menu.
A Flat Sequence
B Stacked Sequence
C Case
D Formula Node
5 Which of the following has an iteration terminal?
A Formula Node
B Case Structure
C While Loop
D Sequence Structure
6 What is the value in Result if the Formula Express VI is configured to execute the formula, W + X * (Y - Z)?
A 20
B 22
C 34
D 52
10 Which of the following will allow you to have multiple plots on a Waveform Graph?
A Bundle two 1D arrays of X and Y data together for each plot. Then build an array of these clusters and wire
it to the Waveform Graph indicator.
B Build an n-dimensional array of data with each plot in a separate row (or column) in the array, then wire the
array to the Waveform Graph indicator.
C Bundle the elements of each waveform into a cluster and build an array of these clusters, then wire the
array to the Waveform Graph indicator.
D Both B. and C.
E Both A. and C.
11 What is the value in Result after the following code has executed?
A 50
B 250
C VOLTS DC +2
D VOLTS DC +2.
A recommended
B not used
C polymorphic
D required
15 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.
D The loop will execute infinitely and the program will have to be aborted.
16 What is the value in after substring upon completion of the following code?
A rld!
B world!
C h hello world!
D <blank>
A Event Structure
B Formula Node
C Sequence Structure
D Case Structure
19 Which of the following answers correctly matches each VI architecture type with its corresponding illustration?
A B
C
A A - Simple VI; B - General VI; C - State Machine VI
B A - Simple VI; B - State Machine VI; C - General VI
C A - General VI; B - State Machine VI; C - Simple VI
D A - State Machine VI; B - Simple VI; C - General VI
E A - General VI; B - Simple VI; C - State Machine VI
20 Under which of the following settings would you not apply a gain to your signal?
21 To access a graphical representation of all of the SubVI's and nodes that are called in the current VI, then:
A select Browse >> Show VI Hierarchy from the menu bar.
B right-click on a SubVI in the Block Diagram and select Show VI Hierarchy
C right-click on the VI icon and select Show VI Hierarchy.
D Both A. and B.
E Both A. and C.
22 Which of the following graphs matches the result in Register Values after the following code has executed?
B
C
23 Which answer matches the correct labels with their corresponding legend/palette on the following Front Panel?
A A - Cursor Legend; B - Graph Palette; C - Plot Legend; D - Scale Legend
B A - Plot Legend; B - Scale Legend; C- Graph Palette; D - Cursor Legend
C A - Plot Legend; B - Cursor Legend; C - Scale Legend; D - Graph Palette
D A - Plot Legend; B - Graph Palette; C - Scale Legend; D - Cursor Legend
24 Which of the following terminals supplies the current iteration number of a For or While Loop?
C
D
25 What is the value in Boolean after the following code has executed?
A FALSE
B TRUE
C 0
D 1
A status.
B code.
C source.
D All of the above are Error Cluster components.
27 Which of the following statements is not true regarding the figure below?
A It is not necessary to wire the count (N) terminal because auto-indexing is enabled.
B Elements of Input Array enter the loop one at a time.
C Output Array is the same size as Input Array.
D If you disable auto-indexing on the right side of the For Loop, the output is still a 1-D Array.
E All of the above statements are true
29 Which of the following statements is true regarding the execution of the following code?
A The string "Hello World" will be written into a new file named by the user.
B If the user selects an already existing file, the old data will be overwritten by the new data.
C If the user selects an already existing file, the VI will produce an error and stop execution.
D Both A. and C.
E Both A. and B.
34 What is the value in OR Result after the following code has executed?
A 0
B 1
C False
D True
A
a false value is present at the conditional terminal and the conditional terminal is
B
a true value is present at the conditional terminal and the conditional terminal is
C Both A. and B.
D None of the above
36 In the figure below, what will J equal when this calculation is executed?
A 70
B 55
C 65
D Indeterminate
37 Which of the following performs the most efficient conversion of random numbers of double precision into an
array of single precision values?
38 To view an animation showing the movement of data in the Block Diagram while the program is running, click
on the _____ button.
A Run
B Abort Execution
C Run Continuously
D Highlight Execution
39 What is the result in subarray after the following code has executed?
40 How does changing a DAQ board from a 0-10 volt range to a -10 to 10 volt range, affect the minimum voltage
change that can be detected?
A The minimum voltage change that can be detected will depend inversely with the resolution of the board.
B There will be no effect on the minimum voltage change that can be detected.
C The minimum voltage change that can be detected will be split in half.
D The minimum voltage change that can be detected will be doubled.
1 A 21 D
2 B 22 D
3 C 23 D
4 A 24 C
5 C 25 A
6 B 26 D
7 D 27 D
8 A 28 B
9 B 29 D
10 E 30 A
11 A 31 D
12 C 32 E
13 A 33 C
14 D 34 B
15 D 35 C
16 A 36 A
17 D 37 A
18 B 38 D
19 A 39 D
20 C 40 D