|
|
Quick Reference - Logic Gates
This page provides a quick reference for the basic gates that you will be using throughout this course. In the table below, each gate is named, has its schematic symbol, and associated truth table.
| Name |
Symbol |
Truth Table |
Pins |
The Rule |
| NOT |
 |
|
1 |
If the input is a '1' then output a '0' If the input is a '0' then output a '1' |
| AND |
 |
|
Any |
If all inputs are a '1' then output a '1' otherwise output a '0' |
| OR |
 |
|
Any |
If all inputs are a '0' then output a '0' otherwise output a '1' |
| XOR |
 |
|
Even |
If an odd number of inputs are a '1' then output a '1' otherwise output a '0' |
| NAND |
 |
|
Any |
If all inputs are a '1' then output a '0' otherwise output a '1' |
| NOR |
 |
|
Any |
If all inputs are a '0' then output a '1' otherwise output a '0' |
| XNOR |
 |
|
Even |
If an even number of inputs are a '1' then output a '1' otherwise output a '0' |
Last Modified:
-
Barry E. Mapen
|