Hello Would someone be able to explain this to me please It
Hello! Would someone be able to explain this to me please? It states that the state machine above starts in state B (with an output of 01) and receives the string 1100 where the left 1 is the first input. What is the rest of the output given the 4 inputs? What is the ending state?
1 0 1o 1 0 0 1 0 6 1 0Solution
Answer:
The rest of the output is : 11111000
The final state is A .
Start form B on seeing1 goes to C give 11 and seeing input string i,e, again 11 then on seeing 0 goes to D generate 10 there , finally on seeing 1 generate 00.
