From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
SercoSteveB
6268 Views
16 Comments

Which of the following most closely describes the sizes of the files generated by the following VI?

BIN Files.bmp

a) steve.txt is the same size as steve2.txt

b) steve.txt is larger than steve2.txt

c) steve.txt is smaller than steve2.txt

d) steve2.txt is the larger as steve.txt was not created due to an error

SercoSteveB
6804 Views
11 Comments

Which of the following most closely describes the sizes of the files generated by the following VI?

TXT Write File Sizes.png

a) steve.txt is the same size as steve2.txt

b) steve.txt is larger than steve2.txt

c) steve.txt is smaller than steve2.txt

d) steve2.txt is the larger as steve.txt was not created due to an error

SercoSteveB
4067 Views
10 Comments

What does the following symbol indicate?

locked.bmp

a) The current contents of the Context Help Window are locked
b) The currently selected VI is READ ONLY
c) The currently selected VI is under Source Code Control
d) The currently selected VI is Archived   

SercoSteveB
4051 Views
9 Comments

Which of the following is/are TRUE regarding Highlight Execution?

a) It displays an animation of the execution of the block diagram
b) The Single Step controls are only enabled when highlight execution is enabled
c) It greatly reduces execution speed
d) SubVIs called by an executing VI with highlight execution enabled, will automatically have highlight execution enabled

SercoSteveB
5184 Views
18 Comments

Describe the data displayed on Waveform Graph and Waveform Chart following execution of the VI?

 

NOTE:  Assume Transpose Array is disabled for both Waveform Graph and Waveform Chart.

Charts #5.png 

a) Both Waveform Graph and Waveform Chart contain 3 plots each with 5 data points

b) Waveform Graph contains 3 plots each with 5 data points, whereas Waveform Chart contains 5 plots each with 3 data points

c) Waveform Graph contains 5 plots each with 3 data points, whereas Waveform Chart contains 3 plots each with 5 data points

d) Both Waveform Graph and Waveform Chart contain 5 plots each with 3 data points

SercoSteveB
4535 Views
8 Comments

Which of the following are types of Chart?

a) Waveform Chart

b) XY Chart

c) Intensity Chart

d) Digital Waveform Chart

e) Mixed Signal Chart

SercoSteveB
6257 Views
17 Comments

Describe the difference between the data displayed on Waveform Chart #1 and #2 following execution of the VI?

 

Charts #3.png

 

a) Chart #1 has 1 plot containing 8 data points, whereas Chart #2 has 8 plots containing 1 data point

b) Chart #1 has 2 plots containing 4 data points, whereas Chart #2 has 4 plots containing 2 data points

c) Chart #1 has 4 plots containing 2 data points, whereas Chart #2 has 2 plots containing 4 data points

d) The data displayed on both Charts is the same

 

SercoSteveB
4865 Views
12 Comments

Describe the data displayed on Waveform Chart following execution of the VI?

 Chart #2.png

 

a) 1 plot containing 8 data points

b) 2 plots each containing 4 data points

c) 4 plots each containing 2 data points

c) 8 plots each containing 1 data point

SercoSteveB
4804 Views
9 Comments

Which of the following are types of Chart?

a) Scope

b) Scan

c) Sweep

d) Strip

SercoSteveB
4546 Views
13 Comments

Which of the following is displaying the data that might be generated by the VI?

 

Graph Series #5.png 

NOTE: Assume the Transpose Array option for Waveform Graph is set to OFF (do not transpose).

 

Graph Series #5 Controls.GIF

 

SercoSteveB
4487 Views
7 Comments

Describe the data displayed on Waveform Graph #1 and Waveform Graph #2 following execution of the VI?

 

NOTE: Assume the Transpose Array option for both graphs is set to OFF (do not transpose).

 Graph Series #4.png

 

a) Graph #1 contains 2 plots each with 4 data points, whereas Graph #2 has 4 plots each with 2 data points.
b) Graph #1 contains 4 plots each with 2 data points, whereas Graph #2 has 2 plots each with 4 data points.
c) The data displayed is the same for both graphs; each containing 2 plots each with 4 data points.
d) The data displayed is the same for both graphs; each containing 4 plots each with 2 data points.

 

SercoSteveB
8902 Views
6 Comments

Describe the plots on Waveform Graph following execution of the VI?

 

Graph Series #3.png

 

a) 1 graph plot with 5 randomly spaced data points.
b) 2 individual graph plots, each with 5 equally spaced data points.
c) 5 individual graph plots, each with 2 equally spaced data points.
d) 5 individual graph plots, each with 1 data point.

 

SercoSteveB
4545 Views
8 Comments

Describe the plots on Waveform Graph following an execution of the VI?

 

Graph Series #2.png

 

a) 1 graph plot with 15 equally spaced data points.
b) 3 individual graph plots, each with 5 equally spaced data points.
c) 5 individual graph plots, each with 3 equally spaced data points.
d) 15 individual graph plots, each with 1 data point.

SercoSteveB
4340 Views
9 Comments

Which of the following graphs is showing the data written to 'Waveform Graph' following execution of the VI?

 

NOTE: Assume the Transpose Array option for the graph is set to OFF (do not transpose).

 

Graph Series #1.png

 

Graph Series #1 Controls.GIF

 

SercoSteveB
2942 Views
1 Comment

Starting tomorrow; the devilishly difficult (ish) 'Waveform Graph Series' comes to 'The Daily CLAD'.  Are you brave enough to take on all five questions of rising complexity?

SercoSteveB
4430 Views
7 Comments

Which of the following are user selectable Display Types for String controls and indicators?

a) Normal

b) '\' Codes

c) Password

d) Hex

e) Upper Case

SercoSteveB
5645 Views
9 Comments

Consider the following VI.  If the developer changes the order of the controls within 'Input Cluster', does the Run arrow become broken?

unbundle cluster.png

a) Yes

b) No

SercoSteveB
4493 Views
8 Comments

What are the values in Numeric Value Out following execution of the VI?

buildarray.png

a) {0,3}

b) {0,4}

c) {3,4}

d) {4,4}

SercoSteveB
4347 Views
8 Comments

What is the value in Numeric Value Out following execution of the VI?

For Loop Strange.png

a) 0

b) 7

c) 14

d) Undefined (The VI does not Stop)

SercoSteveB
4244 Views
5 Comments

What are the contents of String Out following execution of the VI?

Rotate String.png

a) teve likes LabVIEWS

b) WEIVbaL sekil evetS

c) LabVIEW likes Steve

d) evetS sekil WEIVbaL