|
An inverter or NOT gate is a logic gate which implements logical negation.
Input |
Output |
0 |
1 |
1 |
0 |
Possible states of the NOT gate |
|
|
|
|
|
The OR gate is a digital logic gate that implements logical disjunction.
Input X |
Input Y |
Output Z |
0 |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
1 |
1 |
1 |
Possible states of the OR gate |
|
|
|
|
|
The AND gate is a basic digital logic gate that implements logical conjunction.
Input X |
Input Y |
Output Z |
0 |
0 |
0 |
1 |
0 |
0 |
0 |
1 |
0 |
1 |
1 |
1 |
Possible states of the AND gate |
|
|
|
|