gately

Build a Half Adder

Combine fundamental gates to perform your absolute first arithmetic logic.

The Arithmetic Threshold

Computers process logic using gates, but they perform math using Adders. A Half Adder fundamentally adds two separate 1-bit binary inputs (A and B) producing a total Sum bit, and if it exceeds 1, pushing out a Carry overflow bit.

This logic leverages exactly two overlapping primitive gates mapping identical signal trajectories simultaneously.

Interactive Demonstration

Test running 1 + 1 mathematically inside the embedded visual physics simulation below. When both gates activate, the Sum violently returns to 0, but the Carry indicator lights up, calculating 10 (the binary representation of 2)!

Input AInput BCarry (Overflow)Sum
0000
0101
1001
1110
Gately

A visual logic editor for building, simulating, and sharing digital circuits with ease. Drag, drop, and explore logic.

© 2026 Gately