Which of the following statements accurately describes a key difference between a ripple counter (asynchronous) and a synchronous counter?
-
A
In a ripple counter, the clock input of subsequent flip-flops is triggered by the output of the preceding flip-flop, while in a synchronous counter, all flip-flops are triggered by a common clock signal.
-
B
Ripple counters are faster and have less propagation delay compared to synchronous counters because they don't have to wait for a common clock pulse.
-
C
Synchronous counters are simpler to design and implement than ripple counters, especially for a large number of bits.
-
D
A ripple counter can count in any desired sequence (up, down, or custom), whereas a synchronous counter is limited to a fixed up or down sequence.