Question:

A parallel adder in which the carry-out of each full-adder is the carry-in to the next significant digit adder is known as:

Show Hint

A Ripple carry adder is the simplest but slowest adder due to the carry propagation delay across all stages.
Updated On: Sep 25, 2025
  • Parallel carry adder
  • Ripple carry adder
  • Look-ahead-carry adder
  • Serial carry adder
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation


Step 1: Explanation of Parallel Adders.
In a parallel adder, each bit of the numbers to be added is processed simultaneously. The carry-out from each full-adder is passed to the next stage as the carry-in for the next full-adder.

Step 2: Analysis of options.
- (A) Parallel carry adder: This is incorrect because a parallel carry adder works without passing carry-out between adders; it is a simpler model.
- (B) Ripple carry adder: This is correct because the carry bit propagates (or "ripples") from one adder to the next, making it slower. Each carry-out becomes the carry-in for the next stage.
- (C) Look-ahead-carry adder: This is incorrect as the look-ahead-carry adder attempts to solve the ripple effect by calculating carry-out bits in advance, improving speed.
- (D) Serial carry adder: This is incorrect because serial adders process one bit at a time, without parallel operation.

Step 3: Conclusion.
The correct answer is (B) Ripple carry adder, as it best matches the description of passing the carry-out to the next adder.

Was this answer helpful?
0
0