combinatorial-logic

Definition

Half Adder

A half adder is a 1-bit adder that takes in two inputs and produces a carry bit and the result . The carry bit is the overflow bit and the result bit is the bit addition.

0000
0101
1001
1110

We can observe that is the XOR and the conjunction of and :