Truth Table Calculator
Generate truth tables for logical operations including AND, OR, NOT, XOR, NAND, NOR, XNOR, and IMPLIES.
Configuration
Expression:
A AND B
TRUE outputs
1
FALSE outputs
3
Truth Table
| A | B | Output |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Canonical Forms
Minterms (SOP):Σm(3)
Maxterms (POS):ΠM(0, 1, 2)
Logic Operations Reference
AND
True only if all inputs are true
OR
True if at least one input is true
NOT
Inverts the input value
XOR
True if odd number of true inputs
NAND
NOT of AND operation
NOR
NOT of OR operation
XNOR
NOT of XOR operation
IMPLIES
False only when A is true and B is false