Chapter 10 Boolean Logic: Unit 10.2: The Function Of The Six Logic Gates Flashcards
1
Q
Describe the NOT gate.
A
The output is 1 if the input is 0, and vice versa.
2
Q
Describe the AND gate.
A
The output is 1 if both inputs are 1, else the output is 0.
3
Q
Describe the OR gate.
A
The output is 1 if either input, or both, are 1. If both inputs are 0, the output is 0.
4
Q
Describe the NAND gate.
A
NOT AND.
The output is 1 if both inputs are not both 1.
5
Q
Describe the NOR gate.
A
NOT OR.
The output is 1 if neither inputs are 1.
6
Q
Describe the XOR gate.
A
The output is 1 if one input is 1 and the other is 0 OR one input is 0 and the other is 1.