Zusammenfassung der Ressource
Frage 1
Frage
How do you document a VI so that the description appears in the Show Context Help popup window?
Antworten
-
Use the VI Properties Documentation window
-
Type in the Show Context Help window
-
Create a free label on the front panel
-
Edit the LabVIEW help files
Frage 2
Frage
Can a wire be used to pass data between loops that are intended to run in parallel?
Frage 3
Frage
Which of the following describes a Tab Control?
Antworten
-
A control that outputs ASCII values equal to the selected tab label
-
A type of enumerated control
-
A control that outputs a cluster of the controls / indicators on the tabs
-
A controls that outputs the tab order of the controls on the front panel
Frage 4
Frage
What is an advantage of using a Strictly Typed VI refnum?
Antworten
-
The data types of the target VI are known at compile time
-
The data types passed to the VI can change programmatically
-
You can flatten the data to a string to improve code performance
-
Causes dynamically loaded VIs to be loaded at the start of execution
Frage 5
Frage
A coercion dot indicates that:
Antworten
-
The data types are consistent
-
A polymorphic operation will be performed on the data
-
A data buffer is created to handle data conversion
-
Data values are being coerced because they are out of range
Frage 6
Frage
Which of the following cannot be used to transfer data?
Antworten
-
Queues
-
Semaphores
-
Notifiers
-
Local variables
Frage 7
Frage
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?
Antworten
-
Create an implicit property node and select the property to modify
-
Create a control reference, pass the reference to a property node and select the property to modify
-
Create a linked shared variable and select the property to modify the property
-
Create a local variable and select the property to modify
Frage 8
Frage
For implementing state diagrams that allow future application scalability, the best choice for a base
structure is?
Frage 9
Frage
Clicking on the _________ button allows you to bypass a node in the Block Diagram without
single-stepping through the node.
Antworten
-
Step Into
-
Step Over
-
Step Out
-
Step through
Frage 10
Frage
Which chart update mode should be used to show running data continuously scrolling from
left to right across the chart?
Antworten
-
Strip Chart
-
Scope Chart
-
Sweep Chart
-
Step Chart
Frage 11
Frage
Which of the following does not conform to the Dataflow programming paradigm?
Antworten
-
Shift Registers
-
Tunnels
-
Local variables
-
SubVIs
Frage 12
Frage
If possible, a Sequence structure should be replaced with an
Antworten
-
Event structure
-
For loop
-
While loop
-
State machine
Frage 13
Frage
A VI has Automatic Error Handling enabled. It calls a SubVI that has Automatic Error
Handling disabled. The Error Out terminal of the SubVI is unwired in the calling VI. The SubVI
returns an error to the calling VI. Will an error dialog be posted because of Automatic Error
Handling?
Antworten
-
Yes, since the Error Out terminal from the subVI is not wired in the calling VI.
-
No, since the Error Out terminal from the subVI is not wired in the calling VI.
-
Yes, since he SubVI has Automatic Error Handling disabled
-
No, since the SubVI has Automatic Error Handling disabled
Frage 14
Frage
Auto-indexing at loop boundary is a feature that allows: (More than one answer may
apply.)
Antworten
-
Arrays to be automatically accumulated at loop boundaries
-
Arrays to be automatically traversed from one iteration to the next
-
Array functions to automatically index array elements
-
Functions that use arrays to automatically index them
Frage 15
Frage
Which variable is commonly used to eliminate race conditions by preventing simultaneous
access to code or data?
Frage 16
Frage
Which Server must be started before running Data Scoket VIs
Antworten
-
HTTP Server
-
Data Socket Server
-
FTP Server
-
OPC Server