You are on page 1of 17

1 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

2 What is the result in New String after the following code has executed?

 hello world!
A
 hELLO wORLD!
B
 HELLO WORLD!
C
 hello world1
D

3 Which of the methods illustrated below will terminate the While Loop when an error occurs?

Option I Option II
 

Option III Option IV


 I
A
 II
B
 III
C
 IV
D
 I & II
E
 III & IV
F

4 What is the value in Feedback Answer after the following code has executed?

 6
A
 8
B
 16
C
 32
D

5 Right clicking on the Block Diagram will cause which palette to display?

 Printing Palette
A
 Functions Palette
B
 Controls Palette
C
 Tools Palette
D

6 You may associate the Connector Pane of a VI with objects from the:

 Front Panel.
A
 Block Diagram.
B
 Both A. and B.
C
 None of the above.
D

7 Which of the following is a required terminal connection for the Append Table to Report VI shown
below?
 column headers
A
 column width (1)
B
 row headers
C
 report in
D

8 A custom probe is created by:

 double clicking on a normal probe.


A
 placing a property node onto the block diagram and selecting Custom Probe from the Properties
B menu.
 placing a custom probe from the Probe subpalette onto the Block Diagram.
C
 right clicking on a wire and selecting Custom Probe from the shortcut menu.
D

9 What is the result in New Array after the following code has executed?

 a 1-D Array of {4, 7, -3, 3, -2, 0, 0}


A
 a 1-D Array of {4, 7, -3, 3, -2}
B
 a 1-D Array of {4, 7, -3, 3, -2, 4, 7}
C
 None of the above
D
10 What is the result in Output Array after the following code has executed?
 a 1-D Array of {4, 3, 0}
A
 a 1-D Array of {2, 4}
B
 a 1-D Array of {2, 5, 1}
C
 a 1-D Array of {5, 3}
D

11 What is the data type of the Indicator that will be present at the Index Array output after the following
code has executed?

 Integer (I32)
A
 Array of Integers (I32)
B
 Double
C
 Array of Doubles
D

12 DAQmx channels and virtual channels are a collection of property settings that include all of the
following, EXCEPT:

 type of measurement.
A
 base I/O address.
B
 physical channel.
C
 scaling information.
D

13 The DAQ Assistant can perform all of the following operations, EXCEPT:

 Frequency Measurement.
A
 Arbitrary Waveform Generation.
B
 Digital Input.
C
 Analog Input.
D

14 All of the following are traditional debugging features used to help find errors in a VI, EXCEPT:

 Single Stepping.
A
 Stop Values.
B
 Breakpoints.
C
 Highlight Execution.
D

15 Which of the following statements is true?

 The default setting for a tunnel into or out of a For Loop has auto-indexing enabled if the data
A being passed is an array.
 The default setting for a tunnel into or out of a While Loop has auto-indexing disabled if the data
B being passed is an array.
 Both A. and B.
C
 None of the above.
D

16 All of the following statements regarding SubVIs are true, EXCEPT:

 They require less memory.


A
 They allow for easier debugging.
B
 They allow you to use the same code for many future applications.
C
 All of the above statements are true.
D

17 You can create a 1-D Array using any of the following methods, EXCEPT:

 Place an Array Shell on the Front Panel and drag a Control into the shell.
A
 Wire a 1-D Array to the Index Array function and specify an index.
B
 Use a single For Loop with auto-indexing enabled.
C
 Right-click on an existing 2-D Array on the Front Panel and select Remove Dimension.
D
 All of the above are ways to create a 1-D Array.
E

18 Which of the following statements is true regarding the execution of the following code?
 The string "Hello World" will be written into a new file named by the user.
A
 If the user selects an already existing file, the old data will be overwritten by the new data.
B
 If the user selects an already existing file, the VI will produce an error and stop execution.
C
 Both A. and C.
D
 Both A. and B.
E

19 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

20 What is the value in X after the following code has executed?

 9
A
 10
B
 11
C
 None of the above
D

21 Which of the following statements about the Connector Pane is true?


 It only shows terminals available for transfer to the SubVI.
A
 It only shows terminals available for transfer from the SubVI.
B
 Outputs must be placed on the left, and inputs must be placed on the right.
C
 None of the above.
D

22 If Number equals -49, then what is the result in Square Root Value after the following code has
executed?

 -7
A
 An error will occur and the code will not execute because Number is negative.
B
 -99999, and a dialog box with an error message will display
C
 7
D

23 Which of the following statements is true regarding the code in the loop shown below?

A  The loop will execute once and the iteration terminal, , will output a value of 1.

B  The loop will not execute and the iteration terminal, , will return a null value.
 The loop will execute infinitely and the program will have to be aborted.
C
D  The loop will execute once and the iteration terminal, , will output a value of 0.

24 Which chart update mode plots new data from left to right, then clears the chart and plots the newer
data?

 Step Chart
A
 Sweep Chart
B
 Scope Chart
C
 Strip Chart
D

25 What are the results in max value and max index(es) respectively, after the following code has
executed?

 7, 4
A
 6, 0
B
 1, 5
C
 7, 3
D

26 In the figure below, item G is a(n):

 Shift register
A
 Selector terminal
B
 Iteration terminal
C
 Tunnel
D

27 Description and help information for a VI may be placed:

 on the Block Diagram or Front Panel.


A
 in File » VI Properties » Documentation.
B
 Both A. and B.
C
 None of the above
D

28 Which of the following Block Diagrams could produce this result in Waveform Graph?

 
C

29 What is the value in Result after the following code has executed?

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

30 The main disadvantage(s) of using the VI architecture shown below is:


 there is no way of shutting down the VI during execution.
A
 you cannot use wires to pass data between case structures.
B
 the block diagram can become very large and hard to read, edit, and debug.
C
 All of the above
D

31 All of the following statements regarding the index of Arrays are true, EXCEPT:

 The index is used to access a particular element of an Array.


A
 The index ranges from 1 to n, where n is the number of elements in the Array.
B
 A 2-D Array has both a column index and a row index.
C
 All of the above statements are true.
D

32 VI Templates reduce programming time by:

 providing a starting point for several common VI types.


A
 automatically generating code for the user.
B
 allowing the user to save portions of their own code for use in later applications.
C
 Both A. and B.
D
 Both A. and C.
E

33 Clicking in which areas on the following figure allows you to move the cursor on the plot?
 B & D
A
 A & C
B
 C & D
C
 A & D
D

34 Which of the following will allow you to have multiple plots on a Waveform Graph?

 Bundle two 1D arrays of X and Y data together for each plot. Then build an array of these clusters
A and wire it to the Waveform Graph indicator.
 Build an n-dimensional array of data with each plot in a separate row (or column) in the array, then
B wire the array to the Waveform Graph indicator.
 Bundle the elements of each waveform into a cluster and build an array of these clusters, then
C wire the array to the Waveform Graph indicator.
 Both B. and C.
D
 Both A. and C.
E

35 Which of the following could generate the following Waveform Graph?


A

 
D

36 To operate a series of frames in a set order you would use a(n):

 Event Structure.
A
 Case Structure.
B
 Formula Node.
C
 Sequence Structure.
D

37 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

38 In the figure below, the value at item G during the fourth iteration is:
 5
A
 2
B
 4
C
 3
D

39 Which of the following could have produced this Waveform Chart?

 
B

40 For best performance when programming a sequence of functions or calculations, you should use a:

 Stacked Sequence structure.


A
 Flat Sequence structure.
B
 Both A. and B. have the same performance.
C
1 B 21 D
2 A 22 C
3 F 23 D
4 C 24 C
5 B 25 D
6 A 26 D
7 D 27 C
8 D 28 D
9 B 29 B
10 A 30 C
11 C 31 B
12 B 32 E
13 B 33 A
14 C 34 E
15 C 35 A
16 B 36 D
17 B 37 D
18 D 38 B
19 A 39 D
20 C 40 A

You might also like