003 Boolean Algebra
003 Boolean Algebra
003 Boolean Algebra
Logic 0 Logic 1
False True
Off On
Low High
No Yes
Open switch Closed switch
TRUTH T ABLE
Inputs Output
A B x
1 1 1 A
? x
0 1 0
B
1 0 0
0 0 0
THREE BASIC LOGIC OPERATORS
OR
AND
NOT
OR OPERATION
A
LOGIC GATE
OR
AND
NOT
NAND
NOR
OR GATE
The symbol and Truth Table for NOT gate is given below:
A
ALGEBRAIC REPRESENTATION OF LOGIC CIRCUITS
x = ABC(A+D)
AB+C’D
A(B+C’) + B’D’
A’ [ (B+C)’ + AB]
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 THEOREM
DEMORGAN’S THEOREM
UNIVERSALITY OF NAND GATES
UNIVERSALITY OF NOR GATES