ITU07102.Lecture 7.boolean Algebra
ITU07102.Lecture 7.boolean Algebra
Lecture 7
Outlines
A+B = B+A
AB = BA
11=1 1+1=1
A0=0 A+0=A
0A=0 0+A=A
A1=A A+1=1
1A=A 1+A=1
AA=A A+A=A
A A 0 A A 1
Summary of Boolean Laws (Theorems in Boolean Algebra)
Simplify : C + BC
ABB(A+B) Communitative
AD(1 + C) + C Distributive.
AD + C 1+ C = 1, Identity Law
Examples for Boolean Simplification
Simplify the following Boolean Expression
X ABC ABC AC AC
( AB BC )( AC BC )
Prove:
A +BC = (A+C)(A+B)
De Morgan’s Theorem
b. Change all the ANDs to ORs and all the ORs to ANDs
A B
0 0 1 1 1 1
0 1 1 1 0 0
1 0 1 1 0 0
1 1 0 0 0 0
NAND NOR
Examples in DeMorgan Theorems:
Reducing Boolean Expressions
4. Look for pair of terms that are identical except for one
variable. If the one variable is missing, the larger term can
be dropped. For example,