Lec - 11 12 13
Lec - 11 12 13
AND
LOGIC SIMPLIFICATION
• Simplification using Boolean algebra and
theorems,
• standard forms of Boolean expressions,
• Boolean expressions and truth tables,
Boolean Algebra
• Boolean Algebra is convenient and systematic way of
expressing and analyzing the operation of logic circuit.
[Those having conditions “TRUE” or “FALSE”, “HIGH” or
“LOW” or sometimes called “1” and “0”.]
• A(BC) = (AB)C
• Distributive Law:
A(B + C) = AB + AC
Summary
Commutative Laws:
A+B = B+A A.B = B.A
Associative Laws :
A + (B + C) (A + B) + C
Distributive Law:
A(B + C) AB + AC
Rules of Boolean Algebra
• Table lists 12 basic rules that are useful in manipulating and
simplifying Boolean expressions. Rules 1 through 9 will be
viewed in terms of their application to logic gates. Rules 10
through 12 will be derived in terms of the simpler rules and
the laws
• Rule 1. A + 0 = A
• Rule 2. A + 1 = 1
• Rule 3. A . 0 = 0
• Rule 4. A . 1 = A
• Rule 5. A + A = A
• Rule 6. A + A’ = 1
• Rule 7. A . A = A
• Rule 8. A . A’ = 0
• Rule 9. A = A’’
• Rule 10. A + AB = A
Proof:
A + AB = A( 1 + B) Factoring (distributive law)
=A.l Rule 2: (1 + B) = 1
=A Rule 4: A . 1 = A
Proof: Rule 11. A + A’B = A + B
Rule 11. A + A’B = A + B
DEMORGAN’s Theorem &
Boolean Simplification
DeMorgan’s theorems provide the
mathematical verification of the equivalency
of the NAND and negative-OR gates and the
equivalency of the NOR and negative-AND
gates.