InterviewSolution
Saved Bookmarks
| 1. |
Design a full-adder with two half-adders and basic gates. |
| Answer» ADDERS are CLASSIFIED into two types:half adder and full adder. The half adder circuit has two inputs: A and B, which add two input DIGITS and GENERATE a carry and sum. The full adder circuit has three inputs: A and C, which add the three input numbers and generate a carry and sum. | |