Gates Flashcards
1
Q
OR gate logic and truth table?
A
Y=A.B
any 0 o/p=1
2
Q
AND gate logic and truth table?
A
Y=A+B
any 1 o/p=1
3
Q
NAND gate logic and truth table?
A
Y=(A.B)’
Inverter of AND (addition)
4
Q
NOR gate logic and truth table?
A
Y=(A+B)’
Inverter of OR (multiplication)
5
Q
Ex-OR gate logic and truth table?
A
Y=A’B+AB’
If A≠B o/p= 1
6
Q
Ex-NOR gate logic and truth table?
A
Y = AB+A’B’
If A=B o/p=1