National Instruments  
NI Survey 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 {120, 30, -60}
1-D Array of {120, 30}
2-D Array of {{120, 90, 20}, {60, 30, -40}}
1-D Array of {80, 20, 40, 10, -60}

3. A coercion dot indicates that:
The data types are consistent
A data buffer is created to handle data conversion
Data values are being coerced because they are out of range
A polymorphic operation will be performed on the data

4. Which of the following statements is true about the following block diagram?


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 zero
The loop will execute once and the iteration terminal, , will output a value of one
The loop will not execute and the iteration terminal, , will return a null value

  

My Profile  |  Privacy  |  Legal  |  Contact NI   © 2007 National Instruments Corporation. All rights reserved.