CLAD Exam Questions
125 real CLAD exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
Which of the following allows you to plot any set of points, evenly distributed or not?
- Question #52
Which of the following produces this XY Graph?
- Question #53
Which of the graphs matches the output in the Waveform Graph indicator after the following code has executed?
- Question #54
The Wait function can be added to While Loops:
- Question #55
Which of the following methods is NOT a method to create a 1-D Array?
- Question #56
Which of the following statements is true regarding the execution of the following code?
- Question #57
Which of the following accurately describes the output that results from execution of the following loop?
- Question #58
Which of the following statements is NOT valid?
- Question #59
Which of the following statements is true?
- Question #60
Which interpretation of words correctly completes the following statement? Unlike _________, which display only the most recent array of values written to them, ________ update per...
- Question #61
Which of the following will allow you to have multiple plots on a Waveform Graph?
- Question #62
Which of the following is NOT a traditional debugging feature used to help find errors in a VI?
- Question #63
Which VI is typically used to terminate an Error Cluster wire and to display any error message?
- Question #64
The following figure is an example of which common type of VI architecture?
- Question #65
Clicking on the ___________ button allows you to bypass a node in the Block Diagram without single- stepping through the node.
- Question #66
Values are used for all of the following but:
- Question #67
Which of the following data types as inputs to the case selector terminal except:
- Question #68
The Error list shows all of the following but:
- Question #69
The following breakpoint does which of the following:
- Question #70
Which of the following is NOT a component of an Error Cluster?
- Question #71
What is the value in XOR Result after the following code has executed?
- Question #72
Which of the following statements regarding the index of Arrays are NOT true?
- Question #73
Clusters provide a user with which of the following benefits?
- Question #74
Which chart update mode plots new data from left to right, then clears the chart and plots the newer data?
- Question #75
Which of the following methods will create an XY Graph with two plots?
- Question #76
Which of the following terminals controls how many times a For Loop will execute?
- Question #77
What is the value in after substring upon completion of the following code?
- Question #78
Which of the following cannot be used to transfer data?
- Question #79
Consider the VI in execution with the values of X=255 and Y=0. What will be the value of x+y after the VI completes execution?
- Question #80
Consider the VI and user actions. What value will be displayed in the Boolean indicator at 7 seconds and 17 seconds, respectively?
- Question #81
To determine the frequency distribution of a signal, the sampling rate must be at least.
- Question #82
What value will be displayed in the array w/ subset deleted and the deleted portion indicators after the VI completes execution?
- Question #83
The operator of this VI presses the run arrow, then presses the Start button, waits until the VI has completed all loops, and then presses the Stop button. What is the entire seque...
- Question #84
The Time Target (s) control is set for 10 seconds. Which VI will acquire all the data until an ID error is to be processed later?
- Question #85
This PROCESS represents a test that outputs one line of text each time the test runs. When the VI stops, we need to have a log showing every line of data output from PROCESS. Which...
- Question #86
The following code executes with the error in control configured as shown. What value will be displayed in the error out indicator when the VI completes execution?
- Question #87
The following is a manual step when creating a SubVI from a section of Code using Edit>Create SubVI?
- Question #88
Which VI Snippet task is set to acquire at a rate of 1000 Hz. Which VI Snippet acquires and plots only the maximum value for each set of 1000 samples, for a period of 5 seconds?
- Question #89
Which VI will acquire one temperature data point every 5 minutes for 12 hours?
- Question #90
Which Waveform Graph could be a representation of the data in the Numeric Array control? Numeric Array: 1, 3, 1, 7, 0, 8
- Question #91
The VI begins execution with the value of Numeric as 5, at the end of the 4th loop iteration (i=3), the user changes the front panel control Numeric to value 2. What value will be...
- Question #92
Which code will remove any and all samples in the array that are between 2 and 3, exclusive?
- Question #93
Which is the correct order for the signal to propagate through components when acquiring a signal?
- Question #94
You create an indicator from the shift register terminal on the right side of the loop. What will that indicator look like after the VI completes execution?
- Question #95
After this VI has run 3 times, what value is displayed in the indicators Loop Iterations and Time?
- Question #96
An application has prices stored as numeric values in the format XXX.XX. Your VI must convert the price to text in the format $XXX.XX and make the text price available for later di...
- Question #97
What string will be displayed in the Result indicator after the VI completes execution?
- Question #98
This VI is opened and then run three times. What is the value of Sum when the VI completes execution?
- Question #99
When run, this VI will:
- Question #100
Which code will produce this front panel? (Time zone set to UTC+00:00)