Logic Truth Table Generator
How to Use
Enter a boolean logic expression using variables A, B, C, D (max 4).
Supported Operators:
+
or|
orOR
: OR*
or&
or·
orAND
: AND!
or¬
orNOT
: NOT (Prefix)^
or⊕
orXOR
: XOR( )
: Grouping
Symbols like ·
, ¬
, ⊕
and words (AND, OR, NOT, XOR) are auto-converted.
Samples:
Variables detected: A, B
Truth Table (4 rows):
A | B | Output |
---|---|---|
0 | 0 | |
0 | 1 | |
1 | 0 | |
1 | 1 |