DLD Lecture 3,4,5 Boolean Algebra, Switching Algebra, and Logic Gates
DLD Lecture 3,4,5 Boolean Algebra, Switching Algebra, and Logic Gates
Introduction
1854: Logical algebra was published by George
Boole known today as “Boolean Algebra”
It’s a convenient way and systematic way of
expressing and analyzing the operation of
logic circuits.
1938: Claude Shannon was the first to apply
Boole’s work to the analysis and design of logic
circuits.
Boolean Operations & Expressions
Variable – a symbol used to represent a logical
quantity.
Complement – the inverse of a variable and
is indicated by a bar over the variable.
Literal – a variable or the complement of
a variable.
Boolean Addition
Boolean addition is equivalent to the OR operation
0+0 = 0 0+1 = 1 1+0 = 1 1+1 = 1
A A A+B
A+(B+C)
B B
(A+B)+C
C B+C C
B A AB
B+C
C
B
X
X A
A C AC
X=A(B+C) X=AB+AC
Rules of Boolean Algebra
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
X•Y•Z
X + Y +Z
X+Y+Z
W•X•Y•Z
DeMorgan’s Theorems (Exercises)
Apply DeMorgan’s theorems to the expressions:
( A + B + C)D
ABC + DEF
AB + CD + EF
A + BC + D(E + F )
Thank You…