retagged by
1,812 views

1 Answer

Best answer
2 votes
2 votes

Since there is no carry in, so we can use a Half Adder for adding the first bit. Then use 3 Full Adders to add the rest of the three bits. Cascading these adders as shown in the figure below will give a ripple carry adder. Another type of adder is Carry-Look-Ahead Adder, search it online, or refer to Morris Mano book for a detailed explanation.

selected by

Related questions

0 votes
0 votes
1 answer
2
sh!va asked Mar 2, 2017
728 views
A half adder can be constructed using two $2$-input logic gates. One of them is an $\text{AND}$-gate, the other is$\text{OR}$$\text{NAND}$$\text{NOR}$$\text{EX-OR}$
0 votes
0 votes
2 answers
4
shgarg asked Nov 12, 2018
1,663 views
x and y are two n bit numbers. these numbers are added by n bit carry look ahead adder which uses k logic levels. if the average gate delay of carry look ahead adder is d...