Boolean Algebra
Boolean Algebra
Logic 0 Logic 1
False True
Off On
Low High
No Yes
Open switch Closed switch
Truth Tables
Inputs Output
A B x
A
1 1 1
? x
0 1 0
B
1 0 0
0 0 0
Three Basic Logic Operators
OR
AND
NOT
OR Operation
A
LOGIC GATES
OR
AND
NOT
NAND
NOR
OR Gate
x = ABC(A+D)
x* 0 =0 Fallacy
x+1=1 Tautology
x*x=x Indempotence Law
x+x=x Indempotence Law
x*x’=0 Complementarity Law
x+x’=1 Complementarity Law
x” = x Involution Law
x+0=x
x* 1 =x
Boolean Theorems and Laws
(x+y)’=x’y’
Implications and alternative symbol for NOR function
(xy)’=x’+y’
Implications and alternative symbol for NAND function
Process of Demorganization:
(i) Complement entire function
(ii) Change all AND to OR and all OR to AND
(iii) Complement each of the individual variables
Demorgan’s Theorum
Demorgan’s Theorum
Universality of NAND Gates
Universality of NOR Gates