Parts, tools and supplies for the electronics experimenter.
An electronic AND gate performs the digital logic AND function. The output is only high when both inputs are high. When either or both inputs are low, the output is low.
The example transistor AND gate circuit is implemented here using PN2222A NPN transistors (a variant of the 2N2222A) but many common NPN bipolar junction transistors could be substituted.
The gate is built from two transistor switch circuits wired in series. The inputs to the AND gate are two manual push button switches each of which drives a transistor. It should hopefully be reasonably apparent in the schematic below that when either switch is off, the voltage at the output is low, but when both switches are on, voltage at the output is high.
(All parts for the project are available in our store.)
In | Out | |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |