Question 1262 – Nielit Scientist-B CS 2016 march
In which of the following adder circuits, the carry look ripple delay is eliminated?
Correct Answer: D
Question 2 Explanation:
A carry-lookahead adder (CLA) or fast adder is a type of adder used in digital logic. A carry-lookahead adder improves speed by reducing the amount of time required to determine carry bits. It can be contrasted with the simpler, but usually slower, ripple-carry adder (RCA), for which the carry bit is calculated alongside the sum bit, and each bit must wait until the previous carry bit have been calculated to begin calculating its own result and carry bits. The carry-lookahead adder calculates one or more carry bits before the sum, which reduces the wait time to calculate the result of the larger-value bits of the adder.
Half Adder
Full Adder
Parallel adder
Carry-Look-Ahead adder