134k views
5 votes
Design a full adder circuit using NAND gates only (input : A, B, Cin and output = S, Cout).

1 Answer

0 votes

Solutions are easy to find on the web. It is important to understand that the full adder takes in a carry from the previous stage (and produces one), whereas a half adder only has A and B inputs and only produces a carry.

Design a full adder circuit using NAND gates only (input : A, B, Cin and output = S-example-1
User Coelhudo
by
7.3k points