ch4
ch4
Thomas L. Floyd
Logic Gates /
Boolean Algebra and Logic Simplification
Chapter 4
Ch.4 Summary
Boolean Variables
variable : 0 or 1.
Boolean Addition
Boolean Multiplication
Commutative Laws
The commutative laws apply to both addition and
multiplication
In terms of the result, the order in which variables are
ORed makes no difference.
A+B=B+A
Associative Laws
The associative laws also apply to both addition and
multiplication. For addition,
When ORing more than two variables, the result is the
same regardless of the grouping of the variables.
A + (B +C) = (A + B) + C
For multiplication
When ANDing more than two variables, the result is the
same regardless of the grouping of the variables.
A(BC) = (AB)C
How about NAND?
Ch.4 Summary
Distributive Law
The distributive law is the factoring law
AB + AC = A(B+ C)
A(B+ C) AB + AC
Ch.4 Summary
1. A + 0 = A 7. A . A = A
2. A + 1 = 1 8. A . A = 0
=
3. A . 0 = 0 9. A = A
4. A . 1 = A 10. A + AB = A
5. A + A = A 11. A + AB = A + B
6. A + A = 1 12. (A + B)(A + C) = A + BC
Ch.4 Summary
DeMorgan’s Theorem
The complement of two or more ANDed variables equals
the OR of the individual variable complements.
XY= X +Y
Ch.4 Summary
DeMorgan’s Theorem
The complement of two or more ORed variables equals
the AND of the individual variable complements.
X +Y = X Y
Ch.4 Summary
DeMorgan’s Theorem
The complement of two or more ORed variables equals
the AND of the individual variable complements.
X +Y + Z = X Y Z
X Y Z = X +Y + Z
Ch.4 Summary
A BC+D(E+ F )=?
( AB+C )( A +BC )= ?
Ch.4 Summary
Logic Simplification
Logic Simplification
( Ā +B )C + ABC= ?
Ch.4 Summary
AB+ BCD + AC
Ā B+ Ā B C̄+ AC
Ā B+ ABC + AC
Ch.4 Summary
AB+ BCD + AC
Ch.4 Summary
AB+ BCD + AC
Ch.4 Summary
Standard SOP
AB C A B ABC D
↓
A B CD + A B C D + A B CD
A B C D + A B C D + A B C D + AB C D
Ch.4 Summary
Binary Representation
ABCD 1 1 1 1
ABC D 1 0 0 1
ABC D 0 0 0 0
Ch.4 Summary
( Ā +B )( A+ B̄+C )
( A +B )( A+ B̄+C )( Ā +C )
( A +B )( A+B+C )( Ā +C )
Ch.4 Summary
( A +B )( B+C +D )( A +C )
Ch.4 Summary
Standard POS
( A + B̄+C )( A +B+ D̄ )
↓
(A+ B+C+ D)(A+ B +C + D)
(A+ B +C + D)(A+ B +C + D)
Ch.4 Summary
Binary Representation
A+ B+ C + D →0+ 0+0 +0
Karnaugh Map
Mapping a SOP
A AB ABC
Ch.4 Summary
Mapping a SOP
B C A B AB C A B C D A B C D A B CD
Ch.4 Summary
7-Segment Display
a A B C D A B CD A B CD A BC D
A BCD A BCD AB C D AB C D
Ch.4 Summary
7-Segment Display
a A B C D A B CD A B CD A BC D
A BCD A BCD AB C D AB C D
Ch.4 Summary
Simplification of POS
(A+ B +C)(A+ B +C )(A+ B +C)
(A+ B +C)(A + B +C)
Ch.4 Summary
Simplification of POS
(B + C + D)(A + B + C +D)(A + B + C + D )
(A + B + C + D)(A + B + C + D)
Ch.4 Summary
Quine-McCluskey Method
Ch.4 Summary
Quine-McCluskey Method
Ch.4 Summary
Quine-McCluskey Method
Ch.4 Summary
Quine-McCluskey Method
Ch.4 Summary
Quine-McCluskey Method
Ch.4 Summary
7-Segment Display
Ch.4 Summary
7-Segment Display
7-Segment Display