Anda di halaman 1dari 10

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

6 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
None of the above
D

7 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
8 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

9 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

10 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

11 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

12 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

13 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

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

A
B

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

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

16 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

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

B
C

18 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
19. 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

20 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

Anda mungkin juga menyukai