Digital Circuits/Gates
Contents |
Gates
| AND gate | |
|---|---|
| NAND gate(not and) | |
| OR gate | |
| NOR gate (not or) | |
| NOT gate (inverter) | |
| XOR gate (exclusive or) | |
| XNOR gate (exclusive nor) |
The NAND, NOR, NOT, and XNOR gates are just AND, OR, and XOR gates, except that their outputs are inverted (put through a NOT gate)
The XOR and XNOR gates are just OR gates with a line in front of the symbol. The XOR gate behaves just like an OR gate, but only activates on A OR B, NOT BOTH. XNOR is inverted XOR, so an XNOR gate activates when both inputs are the same.
Circuit Images
AND gate NAND (not and) gate OR gate NOR (not or) gate NOT gate (inverter) XOR (exclusive or) gate XNOR (exclusive nor) gate
The NAND, NOR, NOT, and XNOR gates are just AND, OR, and XOR gates, except that their outputs are inverted (put through a NOT gate)
The XOR and XNOR gates are just OR gates with a line in front of the symbol. The XOR gate behaves just like an OR gate, but only activates on A OR B, NOT BOTH. XNOR is inverted XOR, so an XNOR gate activates when both inputs are the same.
We can make truth tables for all the types of gates available and the outputs for the respective gates can be obtained
Timings and Delays
Combinational Circuits
For further reading
- The Apollo Guidance Computer (Wikipedia:Apollo Guidance Computer), the first computer ever to use integrated circuits, was built from 4,100 ICs, each containing a single 3-input NOR logic gate.
This section of the Digital Circuits wikibook is a stub. You can help by expanding this section. If you add something, list yourself as a Contributer.
