in Digital Logic
1,195 views
1 vote
1 vote

Consider the complemented circuit shown below:

If the initial value of the output Q1 Q0 is 00, then the next three values of Q1 Q0 are:-

  1.   10,01,01,00
  2.   10,01,11,00
  3.   10,01,00,01
  4.   10,01,10,00

Doubt:- I am getting a sequence which is not matching with any of the option

in Digital Logic
by
1.2k views

4 Comments

I am getting 00->11->01->10->00

WHAT IS THE CORRECT ANSWER
0
0
None of them are correct.
0
0
edited by

$Q_{1Next} = D = Q_{1}';\:\text{for every clock}$

$Q_{0Next}=Q_{0}'\:;$ When $Q_{1}:0\rightarrow 1(\text{Positve edge triggered})$

$Q_{1}$ $Q_{0}$ $Q_{1Next}$ $Q_{0Next}$
0 0 1 1
0 1 1 0
1 0 0 0
1 1 0 1

 

State diagram:

 

0
0

1 Answer

1 vote
1 vote

I am getting 00-->10-->01-->11-->01 again.

 please correct me.

 

 

1 comment

@lokeshsharma123456

Your answer is correct :)
0
0

Related questions