Month: August 2013

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

CLAD 01-23

CLAD 01-23

How do you document a VI so that the description appears in the Show Context Help popup window?

  1. Use the VI Properties Documentation window.
  2. Type in the Show Context Help window.
  3. Create a free label on the front panel.
  4. Edit the LabVIEW help files.

CLAD 02-40

CLAD 02-40

Which statement best describes a LabVIEW Project (.lvproj) file?

  1. A specialized folder that contains all files pertaining to an application.
  2. A file containing a front panel and block diagram where programming steps can be implemented.
  3. A compiled version of code mostly used for final deployment of an application.
  4. A file that contains references to, and provides organization for all files pertaining to an application.

CLAD 02-08

CLAD 02-08

If an input name on the Show Context Help window is in bold for a subVI, which of the following conditions are true? (Multiple Answers may apply)

  1. Input values must be scalar.
  2. An input is recommended, but not required.
  3. An input is required.
  4. A broken run arrow will result unless the input is wired.

CLAD 01-35

CLAD 01-35

Why is LabVIEW a data flow programming language?

  1. It uses icons instead of text to create applications.
  2. The flow of data through nodes on the block diagram determines execution.
  3. It does not have a GoTo function to control execution.
  4. The memory location in which data is stored changes each iteration.

CLAD 01-14

CLAD 01-14

Which of the following statements is false?

  1. A subVI connector pane defines where to wire inputs and outputs.
  2. The color of a subVI connector pane terminal matches the data type it is connected to.
  3. You must have an icon/connector pane to use a subVI.
  4. A subVI icon can be edited from the functions palette.

CLAD 02-26

CLAD 02-26

Which of the following accurately describes the output that results from the execution of the following loop?

  1. The last three values from the Random Number will be displayed.
  2. A running average of all measurements will be displayed.
  3. An average of the last 4 measurements will be displayed.
  4. None of the above.
Top