How to Use
Select an expression type:
- Variables: A, B, C, D
- Operators: AND, OR, NOT, XOR
- Output: Complete truth table
Operators
- AND: both true
- OR: at least one true
- XOR: exactly one true
- NOT: inverts
- IMPLIES: if A then B
Applications
Circuit design, database queries (WHERE clauses), programming conditionals, formal verification, and AI knowledge bases all use boolean logic.
Step-by-Step Instructions
- 1Select a preset or expression.
- 2View the truth table.
- 3Count true and false outcomes.
- 4Test different operators.
- 5Explore De Morgan's laws.