Boolean Logic
Boolean Logic
BOOLEAN LOGIC
Boolean Operators
OR gate symbol
AND gate symbols
X NOR Y = (X+Y)’
NOR gate symbol
Truth table of NOR gate
X Y X+Y X NOR Y = (X+Y)’
0 0 0 1
0 1 1 0
1 0 1 0
1 1 1 0
X NAND Y = (X .Y)’
NAND gate symbol
DEMORGAN’s LAW
DEMORGAN’s FIRST LAW
a)(X+ Y)’ = X’ . Y’
X Y X+Y (X+Y)’ X’ Y’ X’.Y’
0 0 0 1 1 1 1
0 1 1 0 1 0 0
1 0 1 0 0 1 0
1 1 1 0 0 0 0
DEMORGAN’s SECOND LAW
b) (X. Y)’ = X’ + Y’
X Y X.Y (X.Y)’ X’ Y’ X’+Y’
0 0 0 1 1 1 1
0 1 0 1 1 0 1
1 0 0 1 0 1 1
1 1 1 0 0 0 0
1
2
3
4
5