Logic Gates
The building blocks for integrated circuits and electronics. A logic gate is the electrical implementation of boolean expressions.
Gate | I/O | Symbol | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NOT |
| ||||||||||||||||
AND |
| ||||||||||||||||
NAND |
| ||||||||||||||||
OR |
| ||||||||||||||||
NOR |
| ||||||||||||||||
XOR |
| ||||||||||||||||
XNOR |
| ||||||||||||||||
IMPLY |
|
Combining these basic building blocks we can achieve complex functionality.
Circuit | Description | Diagram |
---|---|---|
SR Latch | Set / reset latch is a simple circuit to preserve state. |