NI CLAD - Certified LabVIEW Associate Developer Examination Exam
Page: 2 / 23
Total 114 questions
Question #6 (Topic: Single Topic)
Which of the following statements is true about the following block diagram?


A.
The loop will execute once and the iteration terminal,
, will output a value of one

B.
The loop w ill execute once and the iteration terminal,
, will output a value of zero
C. The loop will execute infinitely and the program will have to be aborted

D.
The loop will not execute and the iteration terminal,


A.
The loop will execute once and the iteration terminal,
, will output a value of one

B.
The loop w ill execute once and the iteration terminal,
, will output a value of zero
C. The loop will execute infinitely and the program will have to be aborted

D.
The loop will not execute and the iteration terminal,
Answer: C
Question #7 (Topic: Single Topic)
Which of the following can not be used to transfer data?
A. Semaphores
B. Queues
C. Notifiers
D. Local variables
Answer: A
Question #8 (Topic: Single Topic)
Which of the following terminals controls how many times a For loop executes?


A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Question #9 (Topic: Single Topic)
You have a control on the front panel of a VI and you need to modify one of its properties at run time. Which of the following is the best approach you would take?
A. Create an implicit property node and select the property to modify
B. Create a control reference, pass the reference to a property node and select the property to modify
C. Create a linked shared variable and select the property to modify the property
D. Create a local variable and select the property to modify
Answer: A
Question #10 (Topic: Single Topic)
Formula nodes accept which of the following operations?
A. Basic programming language instructions Input and Print
B. Embedding of SubVIs within the Formula Node
C. Pre and post increment (++) and decrement (--) as in the C language
D. The use of nested Formula Node structures
Answer: C