Skip to main content

Boolean Algebra

v1.1.1

Generate truth tables for Boolean expressions with up to 4 variables.

Generates truth tables for Boolean expressions containing up to 4 variables (A, B, C, D) using standard operators: AND (&), OR (|), NOT (!), XOR (^), NAND, and NOR.

How to use
  • Enter a Boolean expression using variables A–D and operators: & (AND), | (OR), ! (NOT), ^ (XOR).
  • The truth table is generated automatically showing all 2ⁿ combinations.
  • Useful for verifying logic gate circuits, simplifying expressions, and studying digital logic.

Use variables A, B, C, D with AND, OR, NOT, XOR, NAND, NOR