Logic Gates Flashcards
(6 cards)
1
Q
AND Gate
A
Outputs 1 only if all inputs are 1.
2
Q
OR Gate
A
Outputs 1 if at least one input is 1.
3
Q
NOT Gate
A
Outputs the opposite of the input (inverts 0 to 1 and 1 to 0).
4
Q
NAND Gate
A
Outputs 0 only if all inputs are 1 (inverse of AND).
5
Q
NOR Gate
A
Outputs 1 only if all inputs are 0 (inverse of OR).
6
Q
XOR Gate
A
Outputs 1 if exactly one input is 1.