Sunteți pe pagina 1din 18

1

Which of the graphs below matches the output in the Waveform Graph indicator after the following code has
executed?

Which DAQ board will allow for the detection of a 2.1 mV change in a signal if a 0-10 volt range was selected?
A
B
C
D

12-bit board
16-bit board
Both A. and B.
None of the above.

What is the result in subarray after the following code has executed?

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

a 1-D Array of {6, 8, 10}

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

a 1-D Array of {8, 16, 32}

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

a 1-D Array of {6, 7, 9, 1}

a 1-D Array of {4, 6, 3, 5, 7, 9, 1}

a 1-D Array of {4, 7, 9, 1}

a 1-D Array of {6, 3, 5, 7, 9, 1}

Clicking on the _____ button allows you to bypass a node in the Block Diagram without single-stepping through
the node.
A
B
C
D

Step Over
Step Out
Step Through
Step Into

Which of the following is a required terminal connection for the Append Table to Report VI shown below?

A
B
C
D

report in
column width (1)
column headers

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

A
B
C
D

row headers

a 1-D Array of 7 random numbers


a 2-D Array with 4 rows and 3 columns of random numbers
a 2-D Array with 3 rows and 4 columns of random numbers
a 1-D Array of 12 random numbers

Which of the following could have produced this Waveform Chart?

Description and help information for a VI may be placed:


A
B
C
D

on the Block Diagram or Front Panel.


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

10 Where can a Numeric Constant be placed?


A
B
C
D

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

11 Which of the following display options are available for strings on the Front Panel?
A
B
C
D

\ Codes
Password
Hex
All of the above

12 The following figure is an example of which common type of VI architecture?

A
B
C
D

Parallel Loop VI
Multiple Case Structure VI
State Machine VI
General VI

13 To insert a SubVI into a top level VI, you must:


A
B
C
D

drag the SubVI icon onto the target Block Diagram.


navigate to Select a VI in the Functions Palette.
Both A. and B.
None of the above.

14 To place an Express VI on the Block Diagram you would select it from the:
A
B
C
D

Tools Palette
Functions Palette
Icon Palette
Controls Palette

15 If N is 6, what is the value of T when this code is executed?

A
B
C
D

24
6
16
20

16 DAQmx channels and virtual channels are a collection of property settings that include all of the following,
EXCEPT:
A
B
C
D

type of measurement.
physical channel.
base I/O address.
scaling information.

29 Which of the following terminals supplies the current iteration number of a For or While Loop?
A
B
C
D

17
The
____
_
deter
mine
s the
total
numb
er of
times
a For
Loop
will
exec
ute
and
the
____
_
retur
ns
the
numb
er of
times
the
loop
has
exec
uted
minu
s
one.
A
B
C
D

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

a 1-D array of {3, 5, 1}

a 1-D array of {7, 3, 4}

a 1-D array of {5, 1, 7}

a 1-D array of {3, 3, 4}

19 If an Error Cluster displays a non-zero error code coupled with a status of FALSE, it signals:
A
B
C
D

a warning.
a fatal error.
a non-fatal error.
no error.

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

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

A
B
C
D

-99999, and a dialog box with an error message will display


-7
An error will occur and the code will not execute because Number is negative.
7

22 Which chart update mode shows running data continuously scrolling from left to right across the chart?
A
B
C
D

Step Chart
Scope Chart
Sweep Chart
Strip Chart

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

a 1-D array of {1, 2, 1, 0, 8, 6, 2}

a 1-D array of {1, 4, 3, 2, 1, 0, 8, 6, 2}

a 1-D array of {1, 3, 2, 1, 8, 6, 2}

a 1-D Array of {1, 8, 6, 2}

24 Which of the following methods will create an XY Graph with two plots?
A
B
C
D

Bundle the X and Y array pairs together into two clusters and then create an array of these two clusters.
Create a single array of each of the X arrays and Y arrays in an X, Y, X, Y pattern.
Create a single cluster from two arrays of X values and two arrays of Y values in an X, Y, X, Y pattern.
Bundle the X and Y array pairs together into two clusters and create a cluster of these two clusters.

25 Which of the following can contain a mixture of Controls and Indicators?


A
B
C
D

Arrays
Clusters
Both A. and B.
None of the above

26 Which of the following is a recommended terminal connection for the Append Text Table to Report VI shown
below?

A
B
C
D

column width (1)


column headers
row headers
All of the above

27 The Array Size function shown below:

A
B
C
D

accepts n-dimensional Arrays of only string or numeric data types.


accepts multiple input Arrays.
returns the number of elements in each dimension of an Array.
for a 3-D input Array, returns a 1-D Array consisting of two elements and an index.

28 One difference between Arrays and Clusters is:


A
B
C
D

Clusters can hold multiple data types, while Arrays are limited to one data type.
Array elements are ordered, but Cluster elements are not.
Arrays cannot contain both Indicators and Controls, but Clusters can contain both.
Clusters cannot be used to pass data to SubVIs, while Arrays can be used.

29 Which of the following terminals supplies the current iteration number of a For or While Loop?
A
B
C
D

30 What is one disadvantage of using the State Machine VI architecture?


A
B
C
D

If two events occur at the same time, only the first event will be handled and the second will be lost.
The diagram becomes significantly larger when changing from a General VI to a State Machine VI.
A State Machine VI can only traverse states in order.
State Machines cannot acquire data or use DAQ functions.

31 Comments should be added to the Block Diagram:


A
B
C
D

to describe unfamiliar functions.


to describe every function.
to describe basic functions.
comments are unnecessary as LabVIEW automatically adds them.

32 The figure below is of a data type represented by what color:

A
B
C
D

Pink
Brown
Green
Blue

33 Right clicking on the Block Diagram will cause which palette to display?
A
B
C
D

Tools Palette
Controls Palette
Printing Palette
Functions Palette

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

A
B
C
D
E

It is not necessary to wire the count (N) terminal because auto-indexing is enabled.
Elements of Input Array enter the loop one at a time.
Output Array is the same size as Input Array.
If you disable auto-indexing on the right side of the For Loop, the output is still a 1-D Array.
All of the above statements are true

35 When creating a SubVI icon, the number of input terminals must match the number of:
A
B
C

output terminals.
Controls.
Indicators.

None of the above.

36 What is the result of the following addition?

a 1-D Array of {12, 4, 15}

a 1-D Array of {20, 12, 15}

a 1-D Array of {20}

a 1-D Array of {20, 4, 7}

37 What is the result of the following Array addition?

a 2-D Array of {{120, 90, 20}, {60, 30, -40}}

a 1-D Array of {80, 20, 40, 10, -60}

a 1-D Array of {120, 30, -60}

a 1-D Array of {120, 30}

38 If the Error In terminal of a VI receives an error it will:


A
B
C
D

pass the error to the next node without executing the code in which the error occurred.
freeze the program and wait for user interaction.
immediately display a pop-up window describing the error.
execute normally.

39 Which of the following will continuously display multiple plots on the same Waveform Chart until the stop button
is pressed?

40 To access a graphical representation of all of the SubVI's and nodes that are called in the current VI, then:

A
B
C
D
E

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


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

S-ar putea să vă placă și