In a half adder, the Sum and Carry outputs are given by?
In a half adder, the Sum and Carry outputs are given by?
Choose an Option
Answer
Sum = A⊕B, Carry = A·B
Theory
A half adder adds two single-bit binary numbers and produces Sum and Carry outputs.
Solution
Sum = A XOR B (gives 1 only when bits differ), Carry = A AND B (gives 1 only when both are 1).