Boolean Algebra Calculator

Evaluate Boolean logic operations (AND, OR, XOR, NOT, NAND, NOR) with interactive truth table.

A AND B
0
A AND B
0
A OR B
0
A XOR B
0
NOT A
0
NOT B
0
A NAND B
0
A NOR B
0
A XNOR B
0
A → B (Implication)
0

Complete Truth Table

Boolean Logic Operations

AND: True only when both inputs are true

OR: True when at least one input is true

XOR: True when exactly one input is true

NAND: NOT AND — false only when both inputs are true

NOR: NOT OR — true only when both inputs are false

Related Calculators