CLAD Exam Questions
125 real CLAD exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
In order to document a VI so that the description appears in the Show Context Help popup window?
- Question #2
Can a shift register be used to pass data between loops that are intended to run in parallel?
- Question #3
Which of the following describes a Tab Control?
- Question #4
What is an advantage of using a Strictly Typed VI ref num?
- Question #5
What indicator indicates that:
- Question #6
Which of the following statements is true about the following block diagram? [Image of a LabVIEW block diagram showing a loop with a constant 100, and another constant 33.3 connect...
- Question #7
Which of the following can not be used to transfer data?
- Question #8
Which of the following terminals controls how many times a For loop executes? [Image showing a LabVIEW For Loop with four terminals labelled A, B, C, D.]
- Question #9
You want to 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?
- Question #10
Formula rules accept which of the following operations?
- Question #11
Which of the following is the best method to update an indicator on the front panel?
- Question #12
Which of the following functions assembles Cluster elements by their owned labels?
- Question #13
What is the output of the Build Array function in the following block diagram when Concatenate Inputs is selected? [Image showing a LabVIEW block diagram with two 1-D arrays (1, -4...
- Question #14
What is the output of the Initialize Array function after the following code has executed? [Image showing a LabVIEW block diagram with an Initialize Array function. The 'element' i...
- Question #15
What is one disadvantage of using the State Machine VI architecture?
- Question #16
Which is the best method to stop a While Loop on an error condition?
- Question #17
What mechanical action of a Boolean would you use to mimic a button on a Windows dialog?
- Question #18
The ______ of words correctly completes the following statement? Unlike ______, which display an entire waveform that overwrites the data already stored, ______ update periodically...
- Question #19
Why would you use the Probe tool rather than Highlight Execution?
- Question #20
You want to save a control, select Control from the Type Def. Status pull-down menu, and save the control as a .ctl file. You then use an instance of the custom control on your fro...
- Question #21
You have 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...
- Question #22
What is the value in Shift Register Answer after the following code has executed? [Image showing a LabVIEW block diagram with a While Loop containing a 'Shift Register Answer'. Ins...
- Question #23
Which Chart Update mode should be used to draw new data from left to right, then clear the chart and draw new data again from left to right?
- Question #24
Which of the following illustrates an advantage of a global variable over a local variable?
- Question #25
Which timing function (VI) is the best choice for timing control logic in applications that run for extended periods of time?
- Question #26
Under which of the following conditions does a For loop stop executing?
- Question #27
You are plotting data that represents a circle. The circle data includes an x position, a y position, and a radius. All three pieces of data are double-precision. In the future, yo...
- Question #28
Which of the following will cause an event to be captured by the LabVIEW Event Structure?
- Question #29
Which of the following does not conform to data flow programming paradigm?
- Question #30
You must save the data that other engineers must analyze with Microsoft Excel. Which file storage format should you use?
- Question #31
What is the result of the following Array addition?
- Question #32
Which of the following statements is false?
- Question #33
The most efficient method for creating an array is:
- Question #34
The following block diagram represents which common type of VI architecture?
- Question #35
Which of the following statements is true about the iteration terminal i?
- Question #36
When developing state diagrams that allow future application scalability, the best choice for a base structure is?
- Question #37
Which of the following Block Diagrams could produce this result in Waveform Graph?
- Question #38
If an input name on the Show Context Help window is in bold for a SubVI, which of the following conditions are true? (Choose all apply)
- Question #39
Which of the following apply to Property Nodes? (Choose all apply)
- Question #40
Which of the following components are ALWAYS S resident for a SubVI? (Choose all apply)
- Question #41
Which of the following statements regarding Array constants are NOT true?
- Question #42
In the figure below, what will Result equal when this calculation is executed?
- Question #43
The function of a Cluster is to:
- Question #44
Can Probes be attached to objects on the Front Panel?
- Question #45
What is the result in Array after the following code has executed?
- Question #46
What is the result of the following 1-D Array?
- Question #47
What is the result in new string after the following code has executed?
- Question #48
Which of the following display options are available for strings on the Front Panel?
- Question #49
In the figure below, the output of Array Size is
- Question #50
What is the result of the following Array subtraction?