Logic gates Flashcards
1
Q
A
OR gate
The output is 1 if the either inputs are 1.
2
Q
A
NAND gate
The output is 1 if the the inputs are NOT both 1.
1 0 : 1
1 1 : 0
0 1 : 1
1 0 : 1
3
Q
A
NOT gate
The output is 1 when the input is 0.
4
Q
A
4
Q
A
AND gate
The output will be 1 if both inputs are 1
5
Q
A
NOR gate
The output is 1 if NOT (INPUT A OR INPUT B) are 1.
So basically, if both are 0.