Multiple choice

How many full adders are required to construct an m-bit parallel adder?

  1. m/2

  2. m - 1

  3. m

  4. m + 1

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Each bit position in a parallel adder requires exactly one full adder to handle that bit's addition including carry-in and carry-out. For m bits, we need m full adders. The least significant bit could use a half adder, but a full adder with carry-in=0 provides uniform design.