Month: January 2014

CLAD 02-13

CLAD 02-13

What functionality do Control References provide?

  1. Ability to add controls and indicators to a VI programatically
  2. Access to the properties of Front Panel objects in subVIs
  3. Control of multiple DAQ inputs through alias names
  4. Ability to wire from controls to functions and subVIs

CLAD 02-11

CLAD 02-11

Which setting assigns specific keys or key combinations to a front panel control?

  1. Key Focus
  2. Key Navigation
  3. Radix
  4. Distribute Objects

CLAD 02-04

CLAD 02-04

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?

  1. Create an implicit property node and select the property to modify
  2. Create a control reference, pass the reference to a property node and select the property to modify
  3. Create a linked shared variable and select the property to modify
  4. Create a local variable and select the property to modify

CLAD 01-10

CLAD 02-28

If possible, a Sequence structure should be replaced with a(n):

  1. Event Structure
  2. For Loop
  3. State Machine
  4. While Loop

CLAD 01-09

CLAD 01-09

Which of the following does not conform to the Dataflow programming paradigm?

  1. Shift Registers
  2. Tunnels
  3. subVIs
  4. Local Variables

CLAD 01-04

CLAD 01-04

You have a front panel control ion a top-level VI that you must control from within a subVI. What must you pass to the subVI?

  1. The control’s properties
  2. The control’s methods
  3. The control’s reference
  4. The control’s data type

CLAD 01-31

CLAD 01-31

Why is the sequence local terminal displayed as unassigned in Frame 0 of the stacked sequence structure?

  1. The developer chose not to wire the value to any terminal in this frame.
  2. The value is available only to frames after frame 1.
  3. The data type of the terminal is incompatible with the data type of Value.
  4. The developer disabled the terminal.

CLAD 02-25

CLAD 02-225

What value does the Result F2 indicator display after the VI containing this Stacked Sequence structure executes?

  1. 0
  2. 25
  3. 40
  4. 65

CLAD 01-06

CLAD 01-06

You set a Breakpoint in the code contained within the False case of a Case structure. Will the VI execution pause if the code is the True case of the Case structure is being executed

  1. Yes
  2. No

CLAD 03-29

CLAD 03-29

Which of the following does not conform to data flow programming paradigm?

  1. Shift Registers
  2. Tunnels
  3. subVIs
  4. Local Variables
Top