Logic Gates Flashcards
1
Q
What does 0 and 1 stand for/mean?
A
0 = off / not true 1 = on / true
2
Q
What does the NOT gate do?
A
Changes 0 to 1 and 1 to 0
3
Q
What does the AND gate do?
A
Output only 1 if ALL are 1
4
Q
What does the OR gate do?
A
Output can be 1 if ANY are 1
5
Q
What does the NAND gate do?
A
Output is 1 only when both 0 or just one is 1, not both
6
Q
What does the NOR gate do?
A
Output is 1 is both are 0
7
Q
What does the XOR gate do?
A
Output is 0 if all are 0 OR all are 1