Chapter 5 Boolean Algebra and Logic Gates
Chapter 5 Boolean Algebra and Logic Gates
Design
Chapter 5 Boolean Algebra
Objectives
Now you know why the binary numbering system is so handy in digital
systems.
11/9/22 9
Boolean Laws
• The three simplest gates are the AND, OR, and NOT
gates.
1 AND 0 = 0 1 OR 0 = 1
operation.
1 XOR 0 = 1 1 XOR 1 = 0
circuits.
• Theorem : x + xy = x . 1 + xy
= x (1 + y)
= x (y + 1)
=x.1
=x
• Theorem : x (x + y) = x by duality
x y xy x+xy
0 0 0 0
0 1 0 0
1 0 0 1
1 1 1 1