The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Nested Looping

SercoSteveB
Active Participant

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

Nested Looping 07_12_2015.png

a) 0

b) 1

c) 2

d) Undefined (the VI does not stop)

Comments
Not applicable

d)

kasliwal
Member

D

mini09
Active Participant

D... great question!!!

LordNobady
Member

D


Learning LabVIEW since January 2013
SOM19
Member

D

crossrulz
Knight of NI

D


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
MrStevenUND
Member

D.  I only goes to N-1.

SercoSteveB
Active Participant

Answer: D.  Nice one DavidCorney, kasliwal, gnshmrthy, LordNobady, SOM19,

crossrulz & MrStevenUND.

The FOR Loop doesn't execute on the first iteration of the WHILE loop. On subsequent WHILE loop iterations, the iteration count of the FOR loop never catches up with the iteration count of the WHILE Loop, they are never equal and the WHILE loop conditional terminal never recieves a TRUE..

M.P.Bharghavi
Member

Ans:D

Umdefined