From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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
5793 Views
13 Comments

Which of the following is represented in the Block Diagram?

 

Daily CLAD #14 Dataflow #3.png

 

DataFlow #3 Answers.png

SercoSteveB
10869 Views
15 Comments

Which of the following is represented in the Block Diagram:

 

 

Daily CLAD #13 Dataflow #2.png

 

DataFlow #2 Answers.jpg

SercoSteveB
4889 Views
10 Comments

Which of the following is represented in the Block Diagram:

 Daily CLAD #12 Dataflow #1.png

 

 

 

DataFlow #1 Answers.png.png

SercoSteveB
6730 Views
10 Comments

What is Numeric Value Out after the following has executed?

 

 Daily CLAD #10 Nested For Loops Arrays and SRs.png

a)    A 1D Array with contents {0,2,12}

b)    A 1D Array with contents {0,2,24}

c)    A 1D Array with contents {0,2,48}

d)    A 1D Array with contents {0,2,96}

SercoSteveB
5975 Views
10 Comments

Steve - Just for fun!!!

 

What is the value in Numeric Value Out after the following has executed?

 

 Daily CLAD #7.png

 

a)    0

b)    1

c)    2

d)    3

SercoSteveB
10321 Views
17 Comments

What are the values of A, B, C & D after the following has executed?

Daily CLAD #11 Default Values.png

 

a)    A=TRUE, B=SercoSteveB, C=1, D=1D Array containing {2}

b)    A=FALSE, B=SercoSteveB, C=0, D=1D Array containing {2}

c)    A=TRUE, B=<empty string>, C=1, D=<empty 1D array>

d)    A=FALSE, B=<empty string>, C=0, D=<empty 1D array>

 

NOTE:  <empty string> means the string is empty (i.e. string length = 0) not a string containing "<empty string>".  Similarly for <empty array> (array size = 0).

SercoSteveB
6639 Views
10 Comments

Steve - Maybe a little complex for a CLAD question, it combines some classic CLAD concepts.

 

What is Numeric Value Out after the following has executed?

 

 Daily CLAD #8.png

 

a)    24

b)    A 1D Array with contents {0,8,16,24}

c)    A 1D Array with contents {0,2,4}

d)    A 2D Array with contents {{0,2,4},{0,2,4},{0,2,4},{0,2,4}}

SercoSteveB
7841 Views
12 Comments

What is the value in Numeric Value Out after the following has executed?

 

 Daily CLAD #5.png

a) 0

b) 5

c) 9

d) 12

SercoSteveB
5582 Views
10 Comments

What is the value in Numeric Value Out after the following VI is loaded into memory and executed once?Daily CLAD #4.png

 

 

a) 0

b) 5

c) 9

d) Undetermined (the initial value of the shift register is unknown)

SercoSteveB
6859 Views
17 Comments

What is the value in Numeric Value Out after the following has executed?

Daily CLAD #3.png

 

a) 0

b) 5

c) 6

d) 12

SercoSteveB
6634 Views
10 Comments

What is the value in Numeric Value Out after the following has executed?

 Daily CLAD #9 Foor Loop Addition Empty Array.png

 

a) 0

b) 1

c) 2

d) 3

SercoSteveB
11406 Views
18 Comments

What is the value in Numeric Value Out after the following has executed?

 

Daily CLAD #6.png

 

a) 0

b) 5

c) 9

d) 12

SercoSteveB
10784 Views
16 Comments

What is the value in Numeric Value Out after the following has executed?

Question 21 For Loop Iterations 2.png

a)      3

b)      4

c)      5

d)      6

SercoSteveB
7334 Views
12 Comments

1.       What is the value in Numeric Value Out after the following has executed?

Question 11 For Loop Iterations 1.png

a)      0

b)      3

c)      6

d)      10