Difference between revisions of "Using NAND and NOR Gates"
(Blanked the page) |
m (Admin moved page Using NAND & NOR Gates to Using NAND and NOR Gates: removing & character) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==NAND Gates== | ||
+ | You can make every logic gate by using only NAND gates: | ||
+ | [[File:Nand Gates.gif]] | ||
+ | |||
+ | ==Nor Gates== | ||
+ | You can make every logic gate by using just NOR gates: | ||
+ | |||
+ | [[File:Nor gates.gif]] | ||
+ | |||
+ | ==Overall Comparison== | ||
+ | Look at he circuits above, two gates connected in the pattern above creates an AND gate with NAND and an OR gate with NOR. | ||
+ | |||
+ | Three gates connected in the pattern above will create an OR gate out of NAND and an AND gate out of NOR. | ||
+ | |||
+ | A single gate connected as above will create a not gate. |
Latest revision as of 09:05, 28 August 2019
NAND Gates
You can make every logic gate by using only NAND gates:
Nor Gates
You can make every logic gate by using just NOR gates:
Overall Comparison
Look at he circuits above, two gates connected in the pattern above creates an AND gate with NAND and an OR gate with NOR.
Three gates connected in the pattern above will create an OR gate out of NAND and an AND gate out of NOR.
A single gate connected as above will create a not gate.