Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

NI CLAD - Certified LabVIEW Associate Developer Examination

Page: 3 / 3
Total 80 questions

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

You must store data that other engineers must analyze with Microsoft Excel. Which file storage format should you use?

A.

Tab-delimited ASCII

B.

Custom binary format

C.

TDM

D.

Datalog

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

The Wait function can be added to While Loops:

A.

To free up available memory.

B.

To allocate memory used by the CPU.

C.

To allow the processor time to complete other tasks.

D.

To reserve which processor the code is running on.