CLAD Certified LabVIEW Associate Developerination

Loading demo links...

Showing 4–6 of 8 questions

Question 4

What value will be displayed in Concatenated Array indicator when the VI completes execution?

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

Question 5

This VI is started with a value of 7 in the Repetitions control.

The SubVI Grind.vi returns an error the fifth time it runs.

What is the value in the Numeric indicator after this VI has run?

Select an option, then click Submit answer.

  • 6

  • 5

  • 4

  • 7

Question 6

You develop a SubVI that only outputs a value and need to use this SubVI in a (calling) VI. Which of the following is the best way to enforce dataflow to control the execution of the SubVI?

Select an option, then click Submit answer.

  • Use the SubVI in a Sequence structure

  • Modify the SubVI to have dummy inputs that can be used from the calling VI

  • Modify the SubVI to have Error clusters that can be used from the calling VI

  • Modify the SubVI to have a global variable and use it from the calling VI