Computer Science, asked by priyanshudas25, 9 months ago

Design a combinational full adder circuit using half adder also draw truth table.

Answers

Answered by Anonymous
1

Half adder is a combinational arithmetic circuit that adds two numbers and produces a sum bit (S) and carry bit (C) as the output. If A and B are the input bits, then sum bit (S) is the X-OR of A and B and the carry bit (C) will be the AND of A and B.

Similar questions