Application of BooleApplication of Boolean Algebra - Pptan Algebra
Application of BooleApplication of Boolean Algebra - Pptan Algebra
Introduction
- Boolean algebra is an algebra of logic. Named after George Boole and developed in 1854 - First serious application - in telephone switching in 1939 by Shannon. - Boolean Algebra is governed by rules and axioms which enable logic equations to be manipulated.
- Useful for simplifying logic expressions or transforming them into other equivalent expressions
Associative laws
Distributive laws
Absorption laws
A
F B
F = [(AB).B]
= (AB)+B = B+AB = (B+A).(B+B) by Thm 19 by DeMorgans Thm
= (B+A).1
= B+A
ICS217-Digital Electronics - Part 1.2 Combinational Logic
A B
Tutorial 1.2
1. Prove theorem 23. (X+Y)(X+Y) = X 2. Prove theorem 27. XY+XZ+YZ = XY+XZ 3. Prove the following: (a) (A+B)= A.B (b) (A+B)(A+C) = A+BC 4. Using Boolean algebra simplify each of the following logic expressions as much as possible: (i) Z = A(A+AB)(A+ABC)(A+ABCD) (ii) B = (XY)(YZ) (iii) C = (X1X2+X2X3)
NB: Two ways of proving the above problems: (a) use the theorems themselves (b) use a truth table
Tutorial 1.2
5. Draw the simplest possible logic diagram that implements the output of the logic diagram given below.
6. Write the logic expression and simplify it as much as possible and draw a logic diagram that implements the simplified expression.
10