Truth Table Generator

Interactive simulation — adjust parameters and watch the visualization update in real time.

Truth table

f = A & B
ABOUT
000
010
100
111

How it works

Type a **combinational** Boolean expression using **A**, **B**, and optionally **C**. The simulator parses **NOT** (!), **AND** (&), **OR** (|), and **XOR** (^), then lists every input combination and the output bit — the full truth table for your function.

Key equations

XOR: A ⊕ B = (A ∨ B) ∧ ¬(A ∧ B)