11. Repeating the past question, what is the logic equation for Z
if the state assignment is now a = 00, b = 10, c = 11, d = 01?
- Z = X'Y1'Y2'
- Z = XY1'Y2'
- Z = XY1'Y2
- Z = X'Y1Y2'
- Z = XY1Y2
3 is CORRECT. Since Z = 1 when the present state is d
(Y1 = 0, Y2 = 1) and X = 1, Z must now be X(Y1)Y2
[ Go Back To Question 11 ]
[ Go Back To The Beginning Of Quiz ]