Which VI memory components are ALWAYS S resident for a SubVI? (Choose all apply)
Data Space
Front Panel
Block Diagram
Code
What is one disadvantage of using the State Machine VI architecture?
A State Machine canonly traverse states in order
If two state changes occur at the same time, only the first state change will behandled and the second will be lost
The diagram becomes significantly larger when changing from ageneralarchitectureto a State Machine
State Machines cannot acquire data or use DAQ functions
Which of the following is NOT a traditional debugging feature used to help find errors in a VI:
Highlight Execution.
Single Stepping
Breakpoints
Stop Values
What is the result of the following Array subtraction?
A 1-D Array of {-25, 25, 50}
A 1-D Array of {-25, 25}
A 2-D Array of {{-25, -50, -50}, {50, 25, 25}}
A 1-D Array of {75, -50, 25}