Bachelor of Information Technology: Logic Gates and Boolean Algebra
Bachelor of Information Technology: Logic Gates and Boolean Algebra
OR
◦ Z =A+B
◦ Y=F+G+H+K 4 input gate
NOT
◦ Z=A
◦ Y = (F G H K)
Boolean Algebra – Basic Operations
Z = X.Y
OR Gate
OR
X Y Z
X 0 0 0
Z 0 1 1
Y 1 0 1
1 1 1
Z = X + Y
NOT Gate -- Inverter
NOT
X Y X Y
0 1
Y = ~X 1 0
NAND Gate
NAND
X Y Z
X 0 0 1
0 1 1
Z
1 0 1
Y 1 1 0
NOR Gate
NOR
X Y Z
X 0 0 1
Z 0 1 0
Y 1 0 0
1 1 0
For Knowledge…
Draw a logic circuit for (A + B)C. Draw a logic circuit for (A + B)(C + D)C.