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 = X(Y1) (Y2)
- Z = X(Y1)Y2
- Z = XY1(Y2)
- Z = XY1Y2
5 is WRONG. Since the code for state d is now 01, Y1 must be
low for Z to be high.
[ Go Back To Question 11 ]
[ Go Back To The Beginning Of Quiz ]