3,421 views
0 votes
0 votes
A MOD-2 ripple counter is cascaded with a MOD-8 synchronous counter. The resulting circuit will form a counter of MOD = ___________.

____________________________________________________________________

my problem is how can a asynchronous counter work like an synchronous counter?  diagram required with explanation for clearity

1 Answer

Best answer
4 votes
4 votes

Basic Point :-

MOD-n counter means the output wave form frequency = $\frac{F_{CLK}}{n}$

 

cascaded means output of previous circuit is input to next circuit.

therefore MOD-2 ripple counter is cascaded with a MOD-8 synchronous counter means

the output of MOD-2 counter, give as input clock of the MOD-8 counter

===> output wave form frequency = $\frac{\LARGE F_{input\; CLK\; of\; MOD-8 }}{8}$ --(1)

input clock of MOD-8 counter = output of MOD-2 counter = $\frac{F_{CLK}}{2}$ ----- substitute in (1)

===> output wave form frequency = $\frac{F_{CLK}}{2*8}$ = $\frac{F_{CLK}}{16}$ ===> MOD-16 counter

edited by

Related questions

0 votes
0 votes
0 answers
1
snaily16 asked Jan 27, 2019
467 views
Consider the circuit given below. Assume initially flipflops are in reset state. What will be the mod of above digital circuit?
0 votes
0 votes
0 answers
2
Magma asked Jan 14, 2019
632 views
Initially all flips-flops in the circuit are cleared to zero , what is the mod value of the counter ___________I got – 3 sorry for the poor image quality
0 votes
0 votes
0 answers
4
Shivam Kasat asked Jan 6, 2019
762 views
An AB flip-flop (FF) is constructed from a JK-FF as shown in the figure. The expression for the next stateJ=AB’+BA’ and K=A+B characteristic equation of JK FF Qn+1=...