New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You develop 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 SubVI?

A.

Use the SubVI in a Sequence structure

B.

Modify the SubVI to have dummy inputs that can be used from the calling VI

C.

Modify the SubVI to have Error clustersthat can be used from the calling VI

D.

Modify the SubVI to have a global variable and use it from the calling VI

Which of the following statements is true about the following block diagram?

A.

The loop will execute once and the iteration terminal,C:\Documents and Settings\RraAsShHiIdD\Desktop\untitled.JPG, will output a valueof one

B.

The loop will execute once and the iteration terminal,C:\Documents and Settings\RraAsShHiIdD\Desktop\untitled.JPG, will output a valueof 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,C:\Documents and Settings\RraAsShHiIdD\Desktop\untitled.JPG, will return a nullvalue

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

Which of the following display options are available for strings on the Front Panel?

A.

‘\’ Codes

B.

Password

C.

Hex

D.

All of the above

Clusters provide a user with which of the following benefits?

A.

Clusters allow a logical grouping of related data elements.

B.

Clusters increase the number of Connector Pane terminals of SubVI’s.

C.

Clusters help to reduce wire clutter on the Block Diagram.

D.

Both A. and C.

The following block diagram represents which common type of VI architecture?

A.

Multiple Case Structure VI

B.

General VI

C.

State Machine VI

D.

Parallel Loop VI

What is the value in after substring upon completion of the following code?

A.

world!

B.

rld!

C.

h hello world!

D.

What is the value in Shift Register Answer after the following code has executed?

A.

16

B.

24

C.

32

D.

10

You customize 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 front panel window. If you open the .ctl file and modify the control, does the control on the front panel window change?

A.

Yes

B.

No

Which of the following apply to Property Nodes? (Choose all apply)

A.

Property Nodes allow attributes of front panel objects to be programmaticallymanipulated.

B.

Property Nodes can be used to update the values contained in a front panelobject.

C.

More than one Property Node can be used for a single front panel object.

D.

Property Nodes contained in aSubVI will always cause the front panel to beloaded in memory.