retagged by
1,945 views
2 2 votes

A pulse train with a frequency of $1$ $MHz$ is counted using a modulo $1024$ ripple counter built with $J-K$ flip flops. For proper operation of the counter, the maximum permissible propagation delay per flip flop stage is:

  1. $10 \: nsec$
  2. $100 \: nsec$
  3. $1000 \: nsec$
  4. $100 \: microsec$

3 Answers

Best answer
9 9 votes

Frequency = 1 mega hertz so f = 1 MHz

so let the number of bits in the counter is n , 

1024 = 2n  so n = 10 

f = (1/ n * T) [ Td is propagation delay ] 

= > Td = 1/nf

= 1/ ( 10 * 1 * 106 )

= 100 * 10-9 

= 100 nanoseconds  [ as  1 nano sec = 109  second ] 

hence Td = 100ns .

selected by
5 5 votes

 The time period produced by 1MHZ signal should compensate the maximum delay produced by all the flip flops.

As it is a ripple counter the maximum delay produced would be by the last flip-flop , = 10*Td.

therefore  1/10^6 = 10*Td.

Thus Td =100 ns 

0 0 votes
No of bits in ripple counter 1024 = 2^10

n = 10  bits

Max permissible propagation delay  (Tp)= 1/n*frequency

                                                                 = 1/10*10^6

                                                                 = 10^2/10^6 * 10^2  [Asked in nano seconds]

                                                                =100 * 10^-9  ==> 100 nanoseconds
Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
1.7k
1.7k views
prnv28 asked Dec 31, 2021
1,679 views
The output frequency of a decade counter that is clocked from a 50 kHz signal is _________ kHz.
0 0 votes
0 0 answers
396
396 views
1 1 vote
0 0 answers
494
494 views
ajaysoni1924 asked Apr 6, 2019
494 views
Construct a BCD ripple counter using a 4-bit binary ripple counter that can be cleared asynchronously and an external NAND gate.
0 0 votes
0 0 answers
411
411 views
ajaysoni1924 asked Apr 6, 2019
411 views
Draw the logic diagram of a 4-bit binary ripple down counter using the following.Flip-flops that trigger on the positive edge transition of the clock.Flip-flop that trigg...