Category: Dataflow

CLAD 02-15

CLAD 02-15

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?

  1. Use the subVI in a sequence structure
  2. Modify the subVI to have dummy inputs that can be used from the calling VI
  3. Modify the subVI to have Error clusters that can be used from the calling VI
  4. Modify the subVI to have a global variable and use it from the calling VI

CLAD 01-12

CLAD 01-12

Which equation is equivalent to the code?

  • \(\mathrm{A.} \quad x=\sqrt{a \times \left(\left(a+b\right)^2-\left(c-1\right)\right)}\)  
  • \(\mathrm{B.} \quad x=\sqrt{a \times \left(\left(c-1\right)-\left(a+b\right)^2\right)}\)  
  • \(\mathrm{C.} \quad x=\sqrt{a \times \left(\left(a+b^2\right)-\left(c-1\right)\right)}\)  
  • \(\mathrm{D.} \quad x=\sqrt{a^2 \times \left(\left(a+b\right)^2-\left(c-1\right)\right)}\)  

CLAD 04-03

CLAD 04-03

In the figure below, what will Result equal when this calculation is executed?

  1. 55
  2. 70
  3. 65
  4. Indeterminate
Top