This animation shows how a half adder circuit uses an XOR gate to compute the sum bit and an AND gate to compute the carry bit for two single-bit inputs. As the inputs cycle through 00, 01, 10, and 11, the truth table fills in live, culminating in the case 1 + 1 = 10 in binary. Useful for students learning digital logic, binary arithmetic, or the hardware basis of computer arithmetic.
16:9 · Preview before teaching · automatic layout checks do not establish subject accuracy
An XOR gate gives the sum bit and an AND gate gives the carry for two input bits; the truth table fills in as the inputs cycle through 00, 01, 10, 11, showing 1 + 1 = 10 in binary.