Truth Table Generator

← Back to Unit 2

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

  1. Select the number of variables (2, 3, or 4)
  2. Enter a Boolean expression using operators: AND, OR, NOT, XOR, NAND, NOR
  3. Use parentheses for grouping: (A AND B) OR C
  4. 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