Question

A counter is constructed with three D flip-flops. The input-output pairs are named (D0, Q0), (D1, Q1), and (D2, Q2), where the subscript 0 denotes the least significant bit. The output sequence is desired to be the Gray-code sequence 000, 001, 011, 010, 110, 111, 101, and 100, repeating periodically. Note that the bits are listed in the Q2 Q1 Q0 format. The combinational logic expression for D1 is

Options :

  1. Q2 Q1 Q0

  2. Q2 Q0 + Q1 0

  3. 2 Q0 + Q10

  4. Q2 Q1 + Q̅21

Show Answer

Answer :

2 Q0 + Q10

Report
More Similar Tests

Related Tests