Question: X=1 Y = 0 Process 1 P(X) print('a') V(Y) Process2 P(Y) print('b') V(X) X=1 Y = 0 Process 1: P(X) print(a) V(Y) Process2: P(Y) print(b)
X=1 Y = 0 Process 1 P(X) print('a') V(Y) Process2 P(Y) print('b') V(X) X=1 Y = 0 Process 1: P(X) print(a) V(Y) Process2: P(Y) print(b) V(X) true false - prints a first true false - may print back to back bb true false- will never print the same letter in a row true false - may print b only
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
