Question.
Design a 2-state FSM (using D Flip Flops) to detect two consecutive 1's, that is. if the input has two consecutive 1's, the output is 1: otherwise, the output is 0. Note: Do not use 3 states. We need only 2 states here. (Hints: We can use Mealy instead of Moore style).
Please show the entire procedure: bubble diagram, state transition table, K-Maps, and circuit.