621 views
0 votes
0 votes

 

answer is D but I'm getting A. pls tell where am I going wrong?

2 Answers

0 votes
0 votes

answer is D

if x=1 then  $0\rightarrow 1\rightarrow 3\rightarrow 0\rightarrow 1\rightarrow 3\rightarrow 0\rightarrow 1\rightarrow 3............$

if x=0 then  $0\rightarrow 1\rightarrow 3\rightarrow1\rightarrow 3\rightarrow 1\rightarrow 3\rightarrow $

one thing we should note is that

after a few clock cycle 

 means at x=0     after few clock cycle  it will move from 1 to 3 ,3 to 1,1 to 3 .........................

0 votes
0 votes

$$D_a = Q_a{\oplus }Q_b\\ D_b = (Q_a.x)'$$

 

$$Q_a$$ $$Q_b$$ $$Q_a^+$$ $$Q_b^+$$ $$D_a$$ $$D_b$$
 0 0 0 1 0 1
0 1 1 1 1 1
1 0 1 x' 1 x'
1 1 0 x' 0 x'
           

CASE 1: When X = 1,

Only three states are possible for this case.

 

CASE 2: When X = 0,

Only two states are possible. for this case.

Therefore, OPTION D is Correct.

Related questions

21 votes
21 votes
5 answers
3
6 votes
6 votes
1 answer
4
makhdoom ghaya asked Nov 7, 2016
4,910 views
The above circuit produces the output sequence:$1111\quad 1111\quad0000\quad0000$$1111 \quad 0000\quad1111\quad0000$$1111 \quad 0001\quad0011\quad0101$$1010\quad1010\quad...