edited by
488 views
2 votes
2 votes
A $8$-bit ripple counter consists of flip-flops, which each have a propagation delay from clock to $Q$ output of $19\;\text{ns}.$ For the counter to recycle from $11111111$ to $00000000,$ it takes a total of ________ (nanoseconds).
edited by

1 Answer

1 votes
1 votes
Since a counter is constructed using flip-flops, therefore, the propagation delay in the counter occurs only due to the flip-flops. One bit change is $19\;\text{ns}\;,$ so $8$-bit change $= 19\;\text{ns} \times 8 = 152\;\text{ns}.$
Answer:

Related questions

3 votes
3 votes
1 answer
1
2 votes
2 votes
1 answer
2
gatecse asked Feb 8, 2021
185 views
In the sequential circuit shown below, if the initial value of the output $Q_0Q_1Q_2$ is $111,$ what are the next five values of $Q_2?$$1,0,0,0,1$$1,1,0,1,1$$1,0,1,0,1$$0...
113 votes
113 votes
20 answers
3
Sandeep Singh asked Feb 12, 2016
52,059 views
We want to design a synchronous counter that counts the sequence $0-1-0-2-0-3$ and then repeats. The minimum number of $\text{J-K}$ flip-flops required to implement this ...