CS101 - Chapter 5
Ace your homework & exams now with Quizwiz!
The Universal Gate
NAND Gate
NOR gate - boolean expression
Y = (A+B)'
NAND gate - boolean expression
Y = (A.B)'
NOT gate (inverter) - boolean expression
Y = A'
OR gate - boolean expression
Y = A+B
AND gate - boolean expression
Y = A.B