LearnTronics
Boolean Algebra Review and Practice
Boolean algebra review
The central ideas of this section can be kept surprisingly compact.
Symbols: ~ = NOT • = AND + = OR ⊕ = XOR
Core habits: simplify easy pieces first; use complements; factor when useful; recognize absorption; apply De Morgan carefully.
Core habits: simplify easy pieces first; use complements; factor when useful; recognize absorption; apply De Morgan carefully.
A small reference sheet
A + 0 = A A•1 = A
A + 1 = 1 A•0 = 0
A + A = A A•A = A
A + ~A = 1 A•~A = 0
A + A•B = A
A•(A+B) = A
~(A•B) = ~A + ~B
~(A+B) = ~A•~B
One final bridge to the real circuit
A smaller expression often means a smaller circuit, but smaller is not the only goal. A practical designer also asks:
Can each output drive its loads? Is the noise margin adequate? Will the total propagation delay meet the timing requirement? Are there glitches during transitions? Are the voltage, current, temperature, and power ratings satisfied?
Review problems
Where this leads next
Boolean algebra is now ready to be applied to something very physical: relay contacts and control circuits. Relays make AND, OR, NOT, interlocks, seal-in circuits, and timing relationships visible in a way that is especially useful before moving deeper into digital ICs.