Sample Questions:
Question No: 1
Which of the following is NOT a component of an Error Cluster?
A. Status.
B. Code.
C. Source.
D. VI name
Answer: D
Question No: 2
Which of the following methods is NOT a method to create a 1-D Array?
A. Place an Array Shell on the Front Panel and drag a Control into the shell.
B. Use a While Loop with auto-indexing disabled.
C. Use a For Loop with auto-indexing enabled.
D. Use the Initialize Array function.
Answer: B
Question No: 3
Which VI memory components are ALWAYS S resident for a SubVI? (Choose all apply)
A. Data Space
B. Front Panel
C. Block Diagram
D. Code
Answer: A, D
Question No: 4
You have a control on the front panel of a VI and you need to modify one of its properties at run time. Which of the following is the best approach you would take?
A. Create an implicit property node and select the propertyto modify
B. Create a control reference,pass the reference to a property nodeand select theproperty to modify
C. Create a linked shared variable andselect the property to modify theproperty
D. Create alocal variableand select the property to modify
Answer: A
For more information:






