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 

  1. Z = 0111011
  2. Z = 0011010
  3. Z = 0110010
  4. Z = 0011001
  5. Z = 0011100

5 is WRONG.

[ Go Back To Question 4 ]

[ Go Back To The Beginning Of Quiz ]