Logic Gates Benchmark Companies Inc PO Box 473768 Aurora CO 80047
AND Function (7408) Output Y is TRUE if inputs A AND B are TRUE, else it is FALSE. Logic Symbol Text Description Truth Table Boolean Expression AND A B Y AND Symbol Y = A x B = A • B = AB
OR Function (7432) Output Y is TRUE if input A OR B is TRUE, else it is FALSE. Logic Symbol Text Description Truth Table Boolean Expression A B Y OR OR Symbol Y = A + B
NOT Function (inverter)(7404) Output Y is TRUE if input A is FALSE, else it is FALSE. Y is the inverse of A. Text Description Logic Symbol A Y NOT Truth Table Y = A’ Alternative Notation Y = !A NOT Bar Boolean Expression Y = A
NAND Function (7400) Output Y is FALSE if inputs A AND B are TRUE, else it is TRUE. Logic Symbol Text Description Truth Table Boolean Expression A bubble is an inverter This is an AND Gate with an inverted output A B Y NAND Y = A x B = AB
NOR Function (7402) Output Y is FALSE if input A OR B is TRUE, else it is TRUE. Logic Symbol Text Description Truth Table Boolean Expression A bubble is an inverter. This is an OR Gate with its output inverted. A B Y NOR Y = A + B
Circuit-to-Truth Table Example OR A Y NOT AND B C 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 2# of Inputs = # of Combinations 2 3 = 8
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1
Circuit-to-Truth Table Example OR A Y NOT AND B C 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y 1
Circuit-to-Boolean Equation A B OR A Y NOT AND B C = A B + A C A 1 } 1 } A C 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 A B C Y
A - O - I Logic AND Gates NAND - NAND Logic OR Gates NOR - NOR Logic Y NOT AND B C AND Gates Other Logic Arrangements: NAND - NAND Logic NOR - NOR Logic OR Gates INVERTER Gates
NAND Gate – Special Application S T 0 1 A B Y NAND 1 1 0 Equivalent To An Inverter Gate
NOR Gate - Special Application S T 0 1 A B Y NOR 1 1 0 Equivalent To An Inverter Gate
End of Presentation