The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
SercoSteveB
3525 Views
12 Comments

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

Feed Forward Node 01_07_2014.png

a) 32

b) 68

c) 128

d) 256

SercoSteveB
6845 Views
4 Comments

A colleague and myself are coming to NI Week this year .  We don't usually find out until a couple of days before which makes travel arrangements interesting, but this time we have over a month to prepare....which is nice.

Is anyone else going to be sweating in Austin between the 4th and 7th of August?

SercoSteveB
3744 Views
13 Comments

A big thank you to nik35324 for providing the question of the day.

If the Error In terminal of a VI receives an error it will:

a.  pass the error to the next node without executing the code in which the error occurred

b.  freeze the program and wait for user interaction

c.  immediately display a pop-up window describing the error

d.  execute normally

SercoSteveB
3486 Views
12 Comments

A big thank you to FireFly for providing the question of the day.

What are the contents of the Result array following execution of the VI?

User Events 27_06_2014.png

a) {1; 2}
b) {1; 1}
c) {2; 2}

d) Undefined (The VI does not complete)

SercoSteveB
3569 Views
9 Comments

For which of the following reasons can global variables be a major source of errors in a LabVIEW program?

NOTE:  Multiple answers may apply

  1. Contributes to race conditions. 
  2. Breaks Data flow. 
  3. Difficult to debug. 
  4. Cannot be locked with a semaphore.

SercoSteveB
3306 Views
11 Comments

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

Conditional Auto Increment 22_06_2014.png

a) An empty 1D array

b) A 1D array containing {Likes}

c) A 1D array containing {Steve, LabVIEW}

d) A 1D array containing {Steve,Likes,LabVIEW}

SercoSteveB
8287 Views
17 Comments

What are the contents of Numeric Array Out following execution of the VI?

Concatenate Tunnel 21_06_2014.png

a) a 1D array containing {5,6,7}

b) a 1D array containing {5,6,7,5,6,7}

c) a 1D array containing {5,6,7,5,6,7,5,6,7}

d) a 1D array containing {5,6,7,5,6,7,5,6,7,5,6,7}

SercoSteveB
3299 Views
11 Comments

Assuming an initial value for Numeric Value In of 0.  What is the value of Numeric Value Out following execution of the VI?

Shift Registers with a Twist 23_06_2014.png

a) 4

b) 8

c) 26

d) Undefined

SercoSteveB
3543 Views
16 Comments

Which of the following statements about Recursive VIs is TRUE.

NOTE:  Multiple answers may apply.

a) Can call themselves from their own block diagram

b) Can call themselves an unlimited number of times

c) Are useful if you want to operate multiple times on the output of the same process

d) All clones of a recursive VI will use the same memory space

SercoSteveB
4189 Views
17 Comments

What are the values of Numeric Value Out 1 and Numeric Value Out 2 following execution of the VI?

Shift Registers and Feedback Nodes 19_06_2014.png

a) Numeric Value Out 1  = 0, Numeric Value Out 2  = 0

b) Numeric Value Out 1  = 4, Numeric Value Out 2  = 4

c) Numeric Value Out 1  = 5, Numeric Value Out 2  = 4

d) Numeric Value Out 1  = 5, Numeric Value Out 2  = 5

SercoSteveB
4264 Views
12 Comments

What are the contents of Cluster Array following execution of the VI?

Index and Bundle Cluster Array 18_06_2014.png

Index and Bundle Cluster Array 18_06_2014 Answers.png

SercoSteveB
3727 Views
15 Comments

Which of the following most closely matches the result of running the following VI?

NOTE:  Assume the user has the priviledge to perform all of the necessary file operations on the file SteveLikesLabVIEW.txt in the directory shown in the VI.

Text File Write 17_06_2014.png

a) SteveLikeLabVIEW.txt is created, the file is empty, the VI generates an Error.

b) SteveLikeLabVIEW.txt is created, the file is NOT empty, the VI does NOT generate an Error.

c) SteveLikeLabVIEW.txt is NOT created, the VI generates an Error.

d) SteveLikeLabVIEW.txt is NOT created, the VI does NOT generate an Error.

SercoSteveB
3704 Views
15 Comments

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

Cluster Bundle 14_06_2014.png

Cluster Bundle 14_06_2014 Answer.png

SercoSteveB
8166 Views
4 Comments

What does the following LabVIEW Node return?

LabVIEW_Node 07_06_2014.png

a) The path to the Windows Recycle Bin

b) The path to the Temporary Directory defined within LabVIEW

c) The path to the Default Directory defined within LabVIEW

d) The path to the Default Data Directory defined within LabVIEW

SercoSteveB
4876 Views
10 Comments

What are the values of Cluster 1, Cluster 2 and Cluster 3 following execution of the VI?

NOTE:  An identical string "Custom Error 1" was enetered into both the Error Description (Optional) field of the Error Ring and the Source of the error constant.

Error Ring and Constant 12_06_2014.png

Error Ring and Constant 12_06_2014 Answers.png

SercoSteveB
3605 Views
17 Comments

What are the contents of Array Out following execution of the (pencil and paper required) VI?

Array Manipulation Madness 11_06_2014.png

a) A 1D Array containing {1}

b) A 1D Array containing {2}

c) A 1D Array containing {4}

d) A 1D Array containing {8}

SercoSteveB
3645 Views
12 Comments
SercoSteveB
4478 Views
9 Comments
SercoSteveB
3530 Views
7 Comments
SercoSteveB
4229 Views
8 Comments

What are Path Out and Path Out 2 following execution of the VI?

Array to Path 06_06_2014.png

a) Path Out = Steve\Likes\LabVIEW.txt, PathOut 2 = SteveLikesLabVIEW.txt

b) Path Out = Steve\Likes\LabVIEW.txt, PathOut 2 = Steve\Likes\LabVIEW.txt

c) Path Out = Steve:\Likes\LabVIEW.txt, PathOut 2 = Steve\Likes\LabVIEW.txt

d) Path Out = Steve\Likes\LabVIEW.txt, PathOut 2 = Steve:\Likes\LabVIEW.txt

SercoSteveB
3552 Views
10 Comments

Which of the following calls to Write to Binary File would result in the largest increase in file size?

NOTE:  Assume no whitespace at the beginning or end of strings.

a) BuildString.PNG

b)String.PNG

c)Array No Loop.PNG

d)Array FOR Loop.PNG

SercoSteveB
3356 Views
11 Comments

Assuming SteveLikesLabVIEW.txt is empty, what are the contents of Array Size Out following execution of the VI?

Spreadsheet File Write and Read 04_06_2014.png

a) 1

b) 2

c) An array containing {1,1}

d) An array containing {2,2}

SercoSteveB
3252 Views
7 Comments

What is the execution order of the SubVIs A, B, C, D & E in the VI?

Execution Order 03_06_2014.png

a)  A, B, C, D then E.

b)  A, C then E.

c)  A, C, D then E.

d)  A, B, C then E.

SercoSteveB
3623 Views
13 Comments

What is the execution order of the SubVIs A, B, C, D, E & F shown in the VI?

Sequence Structures 02_06_2014.png

a) A, B, C, D, E then F

b) D, E, F, A, B then C

c) Either a) or b)

d) None of the above