edited by
256 views
1 votes
1 votes

Synchronous counters eliminate the delay problems encountered with asynchronous counters because:

  1. The input clock pulses are applied only to the first and last stages.
  2. The input clock pulses are applied only to the last stage.
  3. The input clock pulses are not used to activate any of the counter stages.
  4. The input clock pulses are applied simultaneously to each stage.
edited by

2 Answers

Best answer
2 votes
2 votes
I feel ans is D
selected by
0 votes
0 votes

In Synchronous Counter, all flip flops are triggered with the same clock simultaneously and Synchronous Counter is faster than the asynchronous counter in operation.

To eliminate the "ripple" effects, use a common clock for each flip-flop and a combinational circuit to generate the next state.

So, the correct answer is $(D).$

Reference:

Answer:

Related questions

2 votes
2 votes
1 answer
1
Bikram asked Nov 26, 2016
963 views
The excess $3$ code of decimal number $26$ is:$0100 1001$$01011001$$1000 1001$$01001101$
3 votes
3 votes
1 answer
2
Bikram asked Nov 26, 2016
289 views
$1$’s complement representation of decimal number of -$17$ by using $8$ bit representation is:$1110 \ 1110$$1101 \ 1101$$1100 \ 1100$$0001 \ 0001$
3 votes
3 votes
1 answer
3
Bikram asked Nov 26, 2016
2,962 views
If signed numbers are used in binary arithmetic, then which one of the following notations would have unique representation for zero?Sign-magnitude$1$’s complement$2$�...