-
The finite state machine described by the following state diagram with A as starting state, where
an arc label is x and x stands for 1-bit input and y stands for 2 bit output y
-
- outputs the sum of the present and the previous bits of the input
- outputs 01 whenever the input sequence contains 11
- outputs 00 whenever the input sequence contains 10
- None of the above
- outputs the sum of the present and the previous bits of the input
Correct Option: A
As per the given diagram.
Therefore, the finite state machine outputs the sum of the present and previous bits of the input.