Truth Table Generator
Description
Generate truth tables for Boolean expressions with 2-4 variables. Enter expressions using AND, OR, NOT, NAND, NOR, and XOR operators.
Learning Objectives
Bloom Level: Apply (L3)
After using this MicroSim, students will be able to:
- ✓ Construct truth tables from Boolean expressions
- ✓ Apply Boolean operator rules correctly
- ✓ Identify minterms from truth table outputs
How to Use
- Select the number of variables (2, 3, or 4)
- Enter a Boolean expression using operators: AND, OR, NOT, XOR, NAND, NOR
- Use parentheses for grouping: (A AND B) OR C
- Observe the truth table updates automatically as you type
Expression Syntax
- ● Variables: A, B, C, D
- ● Operations: AND, OR, NOT, XOR, NAND, NOR
- ● Parentheses: ( )
- ● Example: NOT (A AND B) OR C
References
- ● Unit 2: Boolean Algebra — Truth Tables