NI Home
Progress:
1.
Can a wire be used to pass data between loops that are intended to run in parallel?
Yes
No
2.
What is the result of the following Array addition?
1-D Array of {80, 20, 40, 10, -60}
2-D Array of {{120, 90, 20}, {60, 30, -40}}
1-D Array of {120, 30}
1-D Array of {120, 30, -60}
3.
A coercion dot indicates that:
A polymorphic operation will be performed on the data
A data buffer is created to handle data conversion
The data types are consistent
Data values are being coerced because they are out of range
4.
Which of the following statements is true about the following block diagram?
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
The loop will execute once and the iteration terminal,
, will output a value of one
The loop will execute once and the iteration terminal,
, will output a value of zero
My Profile
|
Privacy
|
Legal
|
Contact NI
© 2007 National Instruments Corporation. All rights reserved.