Simulate gates, evaluate boolean algebra, and view truth tables.
Simulates propositional logic circuits over \(\{0, 1\}\). Governed by Boolean algebraic identities: De Morgan's Laws (\(\overline{A \land B} = \bar{A} \lor \bar{B}\), \(\overline{A \lor B} = \bar{A} \land \bar{B}\)), idempotence (\(A \land A = A\)), absorption (\(A \lor (A \land B) = A\)), and involution (\(\overline{\bar{A}} = A\)). NAND and NOR form functionally complete universal gate sets capable of synthesizing any combinational circuit.
Scroll the right pane to view all standard gate truth tables.