Month: March 2014

CLAD 02-10

CLAD 02-10

Which snippet writes the smallest amount of data to disk?

CLAD 01-30

CLAD 01-30

How many bytes does LabVIEW write to the file when the code executes?

  1. 9 bytes
  2. 11 bytes
  3. 13 bytes
  4. 17 bytes

CLAD 02-32

CLAD 02-32

Which is not an important part of creating a Functional Global Variable?

  1. Using Shift registers to store information
  2. Changing the VI’s execution settings to Reentrant
  3. Setting the VI to inline into calling VIs
  4. Setting the While Loop to stop after one iteration

CLAD 01-20

CLAD 01-20

Which variable is commonly used to eliminate race conditions by preventing simultaneous access to code or data?

  1. Functional global variable
  2. Local variable
  3. Global variable
  4. Shared variable

CLAD 02-22

CLAD 02-22

Which statement best describes a Notify Event, such as the value change of a Boolean control?

  1. Indication that an event occurred and LabVIEW did NOT process the event.
  2. Indication that an event occurred and was discarded by the user.
  3. Indication that an event occurred and LabVIEW processed the event.
  4. Indication that an event did NOT occur but specified Event timeout did occur.

CLAD 02-02

CLAD 02-02

Which of the following will cause an event to be captured by the LabVIEW Event Structure?

  1. Changing a value on a Front Panel control via a mouse click.
  2. Update of a Front Panel control using a property node.
  3. Programmatic update of a Front Panel control via a control reference.
  4. Using VI Server to update a Front Panel control.

CLAD 01-34

CLAD 01-34

When the user clicks the Button control, how many times is the Increment function called?

  1. 0
  2. 1
  3. 2
  4. 3

CLAD 01-19

CLAD 01-19

Which of the following will cause an event to be captured by the LabVIEW Event Structure?

  1. Changing a Front Panel control’s Value via a mouse click on the control.
  2. Changing a Front Panel control’s Value property via a property node.
  3. Changing a Front Panel control’s Value via a control reference.
  4. Changing a Front Panel control’s Value via a local variable.

CLAD 03-34

CLAD 03-34

The following block diagram represents which common type of VI architecture?

  1. Multiple Case Structure VI
  2. General VI
  3. State Machine VI
  4. Parallel Loop VI

CLAD 02-38

CLAD 02-38

What is one disadvantage of using the State Machine VI architecture?

  1. A State Machine can only traverse states in order.
  2. If two state changes occur at the same time, only the first state change will be handled and the second will be lost.
  3. The diagram becomes significantly larger when changing from a general architecture to a State Machine.
  4. State Machines cannot acquire data or use DAQ functions.
Top