edited by
2,657 views
1 votes
1 votes

What does the following logic diagram represent?

  1. Synchronous Counter
  2. Ripple Counter
  3. Combinational Circuit
  4. Mod 2 Counter
edited by

4 Answers

1 votes
1 votes

Clearly we can say that Option 1 and Option 2 are not correct.

Printing Mistake, They Don't provide the values for J2 and K2, ===> J2=K2= ?

1) Assume J2=K2=1

 

        then  00 ->01->10->11 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 0 and Q1 is intialized to 0

        then  01 ->10->11->00 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 1 and Q1 is intialized to 0

        then  10 ->11->00->01 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 0 and Q1 is intialized to 1

        then  11 ->00->01->10 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 1 and Q1 is intialized to 1

 

        then  00 ->10->01->11 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 0 and Q1 is intialized to 0

        then  01 ->11->00->10 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 0 and Q1 is intialized to 1

        then  10 ->01->11->00 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 1 and Q1 is intialized to 0

        then  11 ->00->10->01 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 0 and Q1 is intialized to 1

 

        in all these cases it working as Ripple Counter, therefore Option B is Correct

 

2)  Assume J2=K2=0  ===> Q2 o/p is follows the previous one

       

        then  00 ->01 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 0 and Q1 is intialized to 0

        then  01 ->00 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 1 and Q1 is intialized to 0

        then  10 ->11 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 0 and Q1 is intialized to 1

        then  11 ->10 where as MSB is Q1 and LSB is Q0 ,  Q0 is initialized to 1 and Q1 is intialized to 1

 

        then  00 ->10 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 0 and Q1 is intialized to 0

        then  01 ->11 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 0 and Q1 is intialized to 1

        then  10 ->00 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 1 and Q1 is intialized to 0

        then  11 ->01 where as MSB is Q0 and LSB is Q1 ,  Q0 is initialized to 0 and Q1 is intialized to 1

 

        in all these cases it's not working as MOD-2, therefore Option C is not Correct.

 

My Choice is Option B

0 votes
0 votes
Definitely Ripple counter.
0 votes
0 votes
  • As one of the main characteristics of Ripple counter is that only one flip-flop is applied with an external clock pulse and another flip-flop clock is obtained from the output of the previous flip-flop.

  • The above circuit also uses output of first flip flop drives the clock of another flip flop. Hence, it is ripple counter.

 

 

Related questions

0 votes
0 votes
3 answers
1
Pooja Khatri asked Jul 13, 2018
2,096 views
In $\text{RS}$ flip-flop, the output of the flip-flop at time $(t+1)$ same as the output at time $t$, after the occurrence of a clock pulse if :$S=R=1$$S=0, R=1$$S=2, R=0...
0 votes
0 votes
1 answer
2
Pooja Khatri asked Jul 13, 2018
3,156 views
Match the terms in $\textbf{List-I}$ with the options given in $\textbf{List-II}$ :$\begin{array}{clcl} & \textbf{List-I} & & \textbf{List-II}\\ \text{(a)} & \text{Decod...
0 votes
0 votes
2 answers
3
0 votes
0 votes
3 answers
4
Pooja Khatri asked Jul 13, 2018
3,811 views
Perform the following operation for the binary equivalent of the decimal numbers $(-14)_{10}+(-15)_{10}$. The solution in 8 bit representation is1110001100011101100111011...