Boolean Laws Explorer
Description
Explore the fundamental laws of Boolean algebra including identity, null, idempotent, complement, commutative, associative, distributive, absorption, and De Morgan's laws.
Learning Objectives
Bloom Level: Understand (L2)
After using this MicroSim, students will be able to:
- ✓ Explain each Boolean algebra law
- ✓ Verify laws using truth tables
- ✓ Apply laws to simplify expressions
Laws Covered
- Identity: A·1 = A, A+0 = A
- Null: A·0 = 0, A+1 = 1
- Idempotent: A·A = A, A+A = A
- Complement: A·A' = 0, A+A' = 1
- Double Negation: (A')' = A
- Commutative: A·B = B·A, A+B = B+A
- Associative: (A·B)·C = A·(B·C)
- Distributive: A·(B+C) = A·B + A·C
- Absorption: A + A·B = A
- De Morgan's: (A·B)' = A' + B'
How to Use
- Select a law from the dropdown
- Study the equations and description
- Examine the verification tables
- Verify how the law holds for all input combinations
References
- ● Unit 2: Boolean Algebra — Laws and Theorems