Sie sind auf Seite 1von 54

1 Which of the graphs below matches the output in the Waveform Graph indicator after the following

code has executed?

B
C

2 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?

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

3 What is the result in subarray after the following code has executed?
a 1-D Array of {4, 6, 8}
A
a 1-D Array of {6, 8, 10}
B
a 1-D Array of {2, 4, 6}
C
a 1-D Array of {8, 16, 32}
D

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

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


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

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

Step Over
A
Step Out
B
Step Through
C
Step Into
D

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

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

a 1-D Array of 7 random numbers


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

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


A

C
D

9 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

10 Where can a Numeric Constant be placed?

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

11 Which of the following display options are available for strings on the Front Panel?

‘\’ Codes
A
Password
B
Hex
C
All of the above
D

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


Parallel Loop VI
A
Multiple Case Structure VI
B
State Machine VI
C
General VI
D

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

drag the SubVI icon onto the target Block Diagram.


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

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

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

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


24
A
6
B
16
C
20
D

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

type of measurement.
A
physical channel.
B
base I/O address.
C
scaling information.
D
29 Which of the following terminals supplies the current iteration number of a For or While Loop?

17
The
____
_
dete
rmin
es
the
total
num
ber
of
time
sa
For
Loop
will
exec
ute
and
the
____
_
retur
ns
the
num
ber
of
time
s the
loop
has
exec
uted
minu
s
one.

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

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


A
a 1-D array of {7, 3, 4}
B
a 1-D array of {5, 1, 7}
C
a 1-D array of {3, 3, 4}
D

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

a warning.
A
a fatal error.
B
a non-fatal error.
C
no error.
D

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


A

C
D

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

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


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

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

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

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
a 1-D array of {1, 4, 3, 2, 1, 0, 8, 6, 2}
B
a 1-D array of {1, 3, 2, 1, 8, 6, 2}
C
a 1-D Array of {1, 8, 6, 2}
D

24 Which of the following methods will create an XY Graph with two plots?

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

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

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

26 Which of the following is a recommended terminal connection for the Append Text Table to Report VI
shown below?
column width (1)
A
column headers
B
row headers
C
All of the above
D

27 The Array Size function shown below:

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


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

28 One difference between Arrays and Clusters is:

Clusters can hold multiple data types, while Arrays are limited to one data type.
A
Array elements are ordered, but Cluster elements are not.
B
Arrays cannot contain both Indicators and Controls, but Clusters can contain both.
C
Clusters cannot be used to pass data to SubVIs, while Arrays can be used.
D
29 Which of the following terminals supplies the current iteration number of a For or While Loop?

C
D

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

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

31 Comments should be added to the Block Diagram:

to describe unfamiliar functions.


A
to describe every function.
B
to describe basic functions.
C
comments are unnecessary as LabVIEW automatically adds them.
D

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

Pink
A
Brown
B
Green
C
Blue
D

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

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

34 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

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

output terminals.
A
Controls.
B
Indicators.
C
None of the above.
D

36 What is the result of the following addition?

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


A
a 1-D Array of {20, 12, 15}
B
a 1-D Array of {20}
C
a 1-D Array of {20, 4, 7}
D

37 What is the result of the following Array addition?


a 2-D Array of {{120, 90, 20}, {60, 30, -40}}
A
a 1-D Array of {80, 20, 40, 10, -60}
B
a 1-D Array of {120, 30, -60}
C
a 1-D Array of {120, 30}
D

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

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

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

A
B

40 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

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

B
C

2 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?

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

3 What is the result in subarray after the following code has executed?
a 1-D Array of {4, 6, 8}
A
a 1-D Array of {6, 8, 10}
B
a 1-D Array of {2, 4, 6}
C
a 1-D Array of {8, 16, 32}
D

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

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


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

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

Step Over
A
Step Out
B
Step Through
C
Step Into
D

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

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

a 1-D Array of 7 random numbers


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

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


A

C
D

9 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

10 Where can a Numeric Constant be placed?

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

11 Which of the following display options are available for strings on the Front Panel?

‘\’ Codes
A
Password
B
Hex
C
All of the above
D

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


Parallel Loop VI
A
Multiple Case Structure VI
B
State Machine VI
C
General VI
D

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

drag the SubVI icon onto the target Block Diagram.


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

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

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

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


24
A
6
B
16
C
20
D

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

type of measurement.
A
physical channel.
B
base I/O address.
C
scaling information.
D
29 Which of the following terminals supplies the current iteration number of a For or While Loop?

17
The
____
_
dete
rmin
es
the
total
num
ber
of
time
sa
For
Loop
will
exec
ute
and
the
____
_
retur
ns
the
num
ber
of
time
s the
loop
has
exec
uted
minu
s
one.

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

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


A
a 1-D array of {7, 3, 4}
B
a 1-D array of {5, 1, 7}
C
a 1-D array of {3, 3, 4}
D

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

a warning.
A
a fatal error.
B
a non-fatal error.
C
no error.
D

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


A

C
D

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

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


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

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

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

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
a 1-D array of {1, 4, 3, 2, 1, 0, 8, 6, 2}
B
a 1-D array of {1, 3, 2, 1, 8, 6, 2}
C
a 1-D Array of {1, 8, 6, 2}
D

24 Which of the following methods will create an XY Graph with two plots?

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

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

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

26 Which of the following is a recommended terminal connection for the Append Text Table to Report VI
shown below?
column width (1)
A
column headers
B
row headers
C
All of the above
D

27 The Array Size function shown below:

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


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

28 One difference between Arrays and Clusters is:

Clusters can hold multiple data types, while Arrays are limited to one data type.
A
Array elements are ordered, but Cluster elements are not.
B
Arrays cannot contain both Indicators and Controls, but Clusters can contain both.
C
Clusters cannot be used to pass data to SubVIs, while Arrays can be used.
D
29 Which of the following terminals supplies the current iteration number of a For or While Loop?

C
D

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

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

31 Comments should be added to the Block Diagram:

to describe unfamiliar functions.


A
to describe every function.
B
to describe basic functions.
C
comments are unnecessary as LabVIEW automatically adds them.
D

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

Pink
A
Brown
B
Green
C
Blue
D

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

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

34 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

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

output terminals.
A
Controls.
B
Indicators.
C
None of the above.
D

36 What is the result of the following addition?

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


A
a 1-D Array of {20, 12, 15}
B
a 1-D Array of {20}
C
a 1-D Array of {20, 4, 7}
D

37 What is the result of the following Array addition?


a 2-D Array of {{120, 90, 20}, {60, 30, -40}}
A
a 1-D Array of {80, 20, 40, 10, -60}
B
a 1-D Array of {120, 30, -60}
C
a 1-D Array of {120, 30}
D

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

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

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

A
B

40 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

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

B
C

2 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?

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

3 What is the result in subarray after the following code has executed?
a 1-D Array of {4, 6, 8}
A
a 1-D Array of {6, 8, 10}
B
a 1-D Array of {2, 4, 6}
C
a 1-D Array of {8, 16, 32}
D

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

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


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

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

Step Over
A
Step Out
B
Step Through
C
Step Into
D

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

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

a 1-D Array of 7 random numbers


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

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


A

C
D

9 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

10 Where can a Numeric Constant be placed?

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

11 Which of the following display options are available for strings on the Front Panel?

‘\’ Codes
A
Password
B
Hex
C
All of the above
D

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


Parallel Loop VI
A
Multiple Case Structure VI
B
State Machine VI
C
General VI
D

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

drag the SubVI icon onto the target Block Diagram.


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

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

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

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


24
A
6
B
16
C
20
D

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

type of measurement.
A
physical channel.
B
base I/O address.
C
scaling information.
D
29 Which of the following terminals supplies the current iteration number of a For or While Loop?

17
The
____
_
dete
rmin
es
the
total
num
ber
of
time
sa
For
Loop
will
exec
ute
and
the
____
_
retur
ns
the
num
ber
of
time
s the
loop
has
exec
uted
minu
s
one.

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

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


A
a 1-D array of {7, 3, 4}
B
a 1-D array of {5, 1, 7}
C
a 1-D array of {3, 3, 4}
D

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

a warning.
A
a fatal error.
B
a non-fatal error.
C
no error.
D

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


A

C
D

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

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


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

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

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

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
a 1-D array of {1, 4, 3, 2, 1, 0, 8, 6, 2}
B
a 1-D array of {1, 3, 2, 1, 8, 6, 2}
C
a 1-D Array of {1, 8, 6, 2}
D

24 Which of the following methods will create an XY Graph with two plots?

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

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

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

26 Which of the following is a recommended terminal connection for the Append Text Table to Report VI
shown below?
column width (1)
A
column headers
B
row headers
C
All of the above
D

27 The Array Size function shown below:

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


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

28 One difference between Arrays and Clusters is:

Clusters can hold multiple data types, while Arrays are limited to one data type.
A
Array elements are ordered, but Cluster elements are not.
B
Arrays cannot contain both Indicators and Controls, but Clusters can contain both.
C
Clusters cannot be used to pass data to SubVIs, while Arrays can be used.
D
29 Which of the following terminals supplies the current iteration number of a For or While Loop?

C
D

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

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

31 Comments should be added to the Block Diagram:

to describe unfamiliar functions.


A
to describe every function.
B
to describe basic functions.
C
comments are unnecessary as LabVIEW automatically adds them.
D

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

Pink
A
Brown
B
Green
C
Blue
D

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

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

34 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

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

output terminals.
A
Controls.
B
Indicators.
C
None of the above.
D

36 What is the result of the following addition?

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


A
a 1-D Array of {20, 12, 15}
B
a 1-D Array of {20}
C
a 1-D Array of {20, 4, 7}
D

37 What is the result of the following Array addition?


a 2-D Array of {{120, 90, 20}, {60, 30, -40}}
A
a 1-D Array of {80, 20, 40, 10, -60}
B
a 1-D Array of {120, 30, -60}
C
a 1-D Array of {120, 30}
D

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

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

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

A
B

40 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

Das könnte Ihnen auch gefallen