4001 Quad 2 input NOR Gate: Difference between revisions
From DT Online
(Created page with "300px|right This chip contains four (QUAD) NOR gates, each with 2 inputs, which can operate individually or in combination. Uses: NOR logic gate. Found on e...") |
(Added Template) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:4001.JPG|300px|right]] | [[File:4001.JPG|300px|right]] | ||
__TOC__ | |||
=====Description===== | |||
[[File:4001norgate.jpg|300px|right]] | |||
This chip contains four '''(QUAD) [http://en.wikipedia.org/wiki/NOR_gate NOR gates'''], each with 2 inputs, which can operate individually or in combination. | |||
=====Features and Applications===== | |||
'''Uses:''' | |||
NOR logic gate. Found on electronic resource boards - Short Time Delay 1, Flip Flop 1, Set Reset Flip Flop, Motor Speed Control | |||
'''In normal use:''' | |||
Pin 14 ''(+3 to 15v)'' is connected to the positive (+ve) supply. | |||
Pin 7 is connected to the negative ''(-ve)'' supply. | |||
All unused inputs should be connected to the positive supply. | All unused inputs should be connected to the positive supply. | ||
---- | ---- | ||
Line 14: | Line 26: | ||
</span> | </span> | ||
---- | ---- | ||
Each logic gate works as shown in the truth table. | Each logic gate works as shown in the truth table. | ||
{| class="wikitable" border="1" "center" | {| class="wikitable" border="1" "center" | ||
Line 38: | Line 49: | ||
| 0 | | 0 | ||
|} | |} | ||
Connecting two inputs of a gate together (eg 1 & 2) makes the gate act like a NOT gate or INVERTER. | Connecting two inputs of a gate together ''(eg 1 & 2)'' makes the gate act like a [http://en.wikipedia.org/wiki/Inverter_%28logic_gate%29 '''NOT gate'''] or [http://en.wikipedia.org/wiki/Inverter_%28logic_gate%29 '''INVERTER''']. | ||
{{Transistor & IC Buyers Guide}} | |||
[[Category:Secondary]] | |||
[[Category:Electronics Components]] |
Latest revision as of 11:09, 3 July 2016
Description
This chip contains four (QUAD) NOR gates, each with 2 inputs, which can operate individually or in combination.
Features and Applications
Uses:
NOR logic gate. Found on electronic resource boards - Short Time Delay 1, Flip Flop 1, Set Reset Flip Flop, Motor Speed Control
In normal use:
Pin 14 (+3 to 15v) is connected to the positive (+ve) supply. Pin 7 is connected to the negative (-ve) supply. All unused inputs should be connected to the positive supply.
Note: The output signal is low powered and normally needs amplification to drive output devices.
Each logic gate works as shown in the truth table.
Input 1 (eg pin 1) | Input 2 (eg pin 2) | Output (eg pin 3) |
---|---|---|
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 0 |
Connecting two inputs of a gate together (eg 1 & 2) makes the gate act like a NOT gate or INVERTER.