4. Given the state table shown, the output sequence Z generate by
an input sequence X = 0001110 and starting state b is
PS X|NS Z
----|----
a 0| b 0
a 1| a 1
b 0| c 0
b 1| a 1
c 0| c 1
c 1| d 0
d 0| a 1
d 1| a 0
- Z = 0111011
- Z = 0011010
- Z = 0110010
- Z = 0011001
- Z = 0011100
2 is WRONG.
[ Go Back To Question 4 ]
[ Go Back To The Beginning Of Quiz ]