Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > NI > Clad Certification CLAD > CLAD

CLAD Certified LabVIEW Associate Developer Examination Question and Answers

Question # 4

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 propertyto modify

B.

Create a control reference,pass the reference to a property nodeand select theproperty to modify

C.

Create a linked shared variable andselect the property to modify theproperty

D.

Create alocal variableand select the property to modify

Full Access
Question # 5

What VI is typically used to terminate an Error Cluster wire and to display any error message?

A.

Merge Errors

B.

One Button Dialog/Two Button Dialog

C.

Generate Front Panel Activity

D.

Simple Error Handler

Full Access
Question # 6

Clicking on the _________ button allows you to bypass a node in the Block Diagram without single-stepping through the node.

A.

Step Into

B.

Step Over

C.

Step Out

D.

Step Through

Full Access
Question # 7

Which of the following statements regarding Array constants are NOT true?

A.

When you create an Array constant on the block diagram, it is not visible on the Front Panel.

B.

You cannot resize an Array constant to include more than one element.

C.

You can copy or drag an existing Array on the Front Panel to the Block Diagram to create a constant of the same data type.

D.

All array operations can be performed on an Array constant

Full Access
Question # 8

The following breakpoint does which of the following:

A.

Causes the VI to abort

B.

Causes the VI to pause

C.

Causes the VI to single step over the addition

D.

Causes the VI to single step over the indicator

Full Access
Question # 9

The following figure is an example of which common type of VI architecture?

A.

Multiple Case Structure VI

B.

General VI

C.

State Machine VI

D.

Parallel Loop VI

Full Access
Question # 10

In what instance would you use the Probe tool rather than Highlight Execution?

A.

To see the flow of data

B.

To see the value of a wire in real-time

C.

To look into a SubVI, as the process is running

D.

To slowdown the VIandshowdatavalues in wires

Full Access
Question # 11

Which of the following does not conform to data flow programming paradigm?

A.

Shift Registers

B.

Tunnels

C.

SubVIs

D.

Local Variables

Full Access
Question # 12

What is the output of the Build Array function in the following block diagram when Concatenate Inputs is selected?

A.

1-D Array of {1,-4, 3, 7,-2, 6}

B.

b.1-D Array of {1, 7,-4,-2, 3, 6}

C.

c.2-D Array of {{1,-4, 3, 0}, {7,-2, 6}}

D.

d.2-D Array of {{1,-4, 3}, {7,-2, 6}}

Full Access