The Daily CLAD

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

The Dataflow Paradigm #4

SercoSteveB
Active Participant

The following poorly written VI contains a race condition.  What are the possible value(s) of Numeric Value In following exection of the VI?

DataFlow #4.jpg

a) Numeric Value In = (Numeric Value In x 7) + 2

b) Numeric Value In = (Numeric Value In + 2) x 7

c) Numeric Value In = Numeric Value In x 7

d) Numeric Value In = Numeric Value In + 2

Comments