edited by
893 views
1 votes
1 votes

Consider the logical circuit shown below:

If initially ABC = 000 then after how many clock pulses the circuit will reach its initial stage?

a) 5

b) 6

c) 7

d) 8

edited by

1 Answer

Best answer
5 votes
5 votes

$J_A= C' , K_A = C ,$ So, $A^+ = J_AA'+K_A'A = C'A'+C'A = C'$
$D_B = A,$ So $B^+ = D_B = A$

$J_C =B , K_C = B' ,$ So $C^+ = J_CC'+K_C'C = BC'+BC = B$

So,$A^+=C', B^+ = A,$ and $C^+ = B$

Initially $ABC= 000$  so counter goes as 

$000$

$100$

$110$

$111$

$011$

$001$

$000$

After $6$ clocks it will be back to initial state

Note:

1. Characterstic equation of JK FF , $Q_{t+1}=JQ_t'+K'Q_t$ and  of D FF, $Q_{t+1}=D$

2. It is a Johnson counter , having $n$ flip-flops or ($n$-bit Johnson counter), and  having $2n$ states.

3. $n$-bit Johnson counter is also known as mod$2n$ counter.

selected by

Related questions

0 votes
0 votes
1 answer
1
Na462 asked Jan 16, 2019
1,524 views
Assume the operands are in 2’s Complement. To decrement A by 1, lines K,Cn and B should be :K = 1 , Cin = 1 , B = 1K = 0 , Cin = 1 , B = 1K = 0 , Cin = 1 , B = 0 K = 1 ...
3 votes
3 votes
0 answers
2
Na462 asked Jan 13, 2019
782 views
Consider the below Digital Circuit : The State Transition diagram on circuit is :