Month: January 2014

CLAD 03-03

CLAD 03-03

Which of the following describes a Tab Control?

  1. A control that outputs ASCII values equal to the selected tab label.
  2. A type of enumerated control.
  3. A control that output a cluster of the controls / indicators on the tabs.
  4. A control that outputs the tab order of the controls on the front panel.

CLAD 04-32

CLAD 04-32

The following breakpoint does which of the following?

  1. Causes the VI to abort
  2. Causes the VI to pause
  3. Causes the VI to single step over the addition
  4. Causes the VI to single step over the indicator

CLAD 04-25

CLAD 04-25

Which of the following is NOT a traditional debugging feature used to help find errors in a VI?

  1. Highlight Execution
  2. Single Stepping
  3. Breakpoints
  4. Stop Values

CLAD 04-05

CLAD 04-05

Can probes be attached to objects on the front panel?

  1. Yes
  2. No

CLAD 04-01

CLAD 04-01

In what instance would you use the Probe tool rather than Highlight Execution?

  1. To see the flow of data
  2. To see the value of a wire in real time
  3. To look into a subVI as the process is running
  4. to slow down the VI to show the values in wires

CLAD 04-30

CLAD 04-30

You can use all of the following data types as inputs to the case selector terminal except:

  1. Doubles
  2. Enumerated type values
  3. Integers
  4. Strings

CLAD 02-28

CLAD 02-28

This graphic displays all the cases of a single case statement. What value does the Result indicator display after the VI executes?

  1. 5
  2. 7
  3. 12
  4. 36

CLAD 01-02

CLAD 01-02

Clicking on the ____________ button allows you to bypass a node in the Block Diagram without single-stepping through the node.

  1. Step Into
  2. Step Over
  3. Step Out
  4. Step Through

CLAD 01-22

CLAD 01-22

What is the result in subarray after the following code has executed?

  1. 1-D Array of {8,5,7}
  2. 1-D Array of {10,8,5}
  3. 1-D Array of {10,8,5,7}
  4. 1-D Array of {7,10,8,5}

CLAD 01-18

CLAD 01-18

What is the output of the Initialize Array function after the following code has executed?

  1. 1-D Array of {3,3,3,3}
  2. 1-D Array of {4,4,4}
  3. 1-D Array of {3,4}
  4. 1-D Array of {4,3}
Top