Category: Arrays and Clusters

CLAD 04-36

CLAD 04-36

Clusters provide a user with which of the following benefits?

  1. Clusters allow a logical grouping of related data elements.
  2. Clusters increase the number of Connector Pane terminal of subVIs.
  3. Clusters help to reduce wire clutter on the Block Diagram.
  4. Both A and C.

CLAD 04-35

CLAD 04-35

Which of the following statements regarding the index of Arrays are NOT true?

  1. The index is used to access a particular element of an Array.
  2. The index ranges from 1 to N.
  3. A 2-D Array has both a column and row index.
  4. The index ranges from 0 to N-1.

CLAD 04-16

CLAD 04-16

Which of the following methods is NOT a method to create a 1-D Array?

  1. Place an Array Shell on the Front Panel and drag a Control into the shell.
  2. Use a While Loop with auto-indexing disabled.
  3. Use a For Loop with auto-indexing enabled.
  4. Use the Initialize Array function.

CLAD 04-09

CLAD 04-09

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

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

CLAD 04-02

CLAD 04-02

Which of the following statements regarding Array constants is NOT true?

  1. When you create an Array constant on the Block Diagram, it is not visible on the Front Panel.
  2. You cannot resize an Array constant to include more than one element.
  3. You can copy or drag and existing Array on the Front Panel to the Block Diagram to create a constant of the same data type.
  4. All array operations can be performed on an Array constant.

CLAD 03-31

CLAD 03-31

What is the result of the following Array addition?

  1. A 1-D Array of {80, 20, 40, 10, -60}
  2. A 1-D Array of {120, 30, -60}}
  3. A 1-D Array of {120, 30}
  4. A 2-D Array of {{120, 90, 20}, {60, 30, -40}}

CLAD 03-14

CLAD 03-14

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

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

CLAD 03-13

CLAD 03-13

What is the output of the Build Array function in the following block diagram when Concatenate Inputs is selected?

  1. A 1-D Array of {1, -4, 3, 7, -2, 6}
  2. A 1-D Array of {1, 7, -4, -2, 3, 6}
  3. A 2-D Array of {{1, -4, 3, 0}, {7, -2, 6}}
  4. A 2-D Array of {{1, -4, 3}, {7, -2, 6}}

CLAD 03-12

CLAD 03-12

Which of the following functions assembles Cluster elements by their owned labels?

  1. Unbundle by Name
  2. Unbundle
  3. Bundle by Name
  4. Bundle

CLAD 02-35

CLAD 02-35

The function of a Cluster is to:

  1. Group mixed data types into logical structures.
  2. Present data on the Front Panel using Charts or Graphs.
  3. Provide a means of differentiating between data types on the Block Diagram.
  4. Separate data objects by data type on the Front Panel.
Top