Truth Table Generator
Generate truth tables for basic boolean logic gates including AND, OR, XOR, NAND, and NOR.
| A | B | Output (Q) |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
How to Use
- Enter the boolean logic gate.
- Select Generate Truth Table to view the calculated result.