Computer Science I / Adders, Multiplexers, and Decoders
Practice question · True or false

A ripple-carry adder's delay grows with the number of bits because each stage waits for the carry from the one below it.

Hints
  1. Where does stage k get its carry from?
  2. The dependency chain is the whole width.
Show the answer

True

Why

True. The carry propagates serially, so a 64-bit ripple-carry adder is 64 gate delays deep and the adder sets the processor's critical path. Carry-lookahead computes the carries in parallel from generate and propagate signals, trading a great many more gates for logarithmic depth.

Read the lesson: Adders, Multiplexers, and Decoders →

Practise Adders, Multiplexers, and Decoders

The app has 7 more questions on this lesson, and keeps your place in the course. Computer Science I is free to start.

More questions on Adders, Multiplexers, and Decoders