Download logical_circuits - Kent State University

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Power engineering wikipedia , lookup

Pulse-width modulation wikipedia , lookup

Three-phase electric power wikipedia , lookup

Islanding wikipedia , lookup

Ground loop (electricity) wikipedia , lookup

Power inverter wikipedia , lookup

Electrical substation wikipedia , lookup

History of electric power transmission wikipedia , lookup

Variable-frequency drive wikipedia , lookup

Tube sound wikipedia , lookup

Ground (electricity) wikipedia , lookup

Ohm's law wikipedia , lookup

Resistor wikipedia , lookup

Thermal runaway wikipedia , lookup

Electrical ballast wikipedia , lookup

Stray voltage wikipedia , lookup

Rectifier wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Voltage optimisation wikipedia , lookup

Voltage regulator wikipedia , lookup

Schmitt trigger wikipedia , lookup

Power electronics wikipedia , lookup

Current source wikipedia , lookup

Alternating current wikipedia , lookup

Integrated circuit wikipedia , lookup

Opto-isolator wikipedia , lookup

Two-port network wikipedia , lookup

Mains electricity wikipedia , lookup

Buck converter wikipedia , lookup

Semiconductor device wikipedia , lookup

TRIAC wikipedia , lookup

Metadyne wikipedia , lookup

Switched-mode power supply wikipedia , lookup

History of the transistor wikipedia , lookup

CMOS wikipedia , lookup

Transistor wikipedia , lookup

Current mirror wikipedia , lookup

Transcript
Amplification and Clarification of the
Diagrams in Figures 4.16, 4.17, and 4.18
The diagrams presented in Figures 4.16 (the NOT gate), 4.17 (AND, NAND), and 4.18
(OR, NOR) were intended as models of how logic gates can be constructed from
transistors; they were not intended to be replicas of how these gates are built from actual
electrical components. We did not want the reader to lose the main theme–the
implementation of Boolean operations via transistors–in the details of current flows,
voltages, and resistors. However, students and faculty with knowledge of electrical
circuit behavior correctly pointed out that the circuits in these diagrams will, in real life,
not work. Specifically, they will short-circuit due to the absence of resistors.
In this Errata, I wish to share the corrections submitted to me by Prof. Kenneth Batcher of
Kent State University. The complete set of comments are available on his Web site:
http://www.cs.kent.edu/~batcher/4_3_2/. As Prof. Batcher explains, the problem with
diagrams 4.16-4.18 is "There are no resistors in these diagrams to limit the current
through the transistors–when a transistor is turned ON it short-circuits the power supply
bus to the ground bus and the very high current through the transistor burns it out." Dr.
Batcher points out that the electronically correct circuit diagram for the AND gate is:
If either input of the two transistors is in the 0-state then no current flows through the
transistors and the resistor pulls the output voltage down to the 0-state of the Ground bus.
However, if both inputs to the transistors are in the 1-state then both transistors are turned
ON and their very low resistance pulls the output voltage up to the 1-state of the Power
Supply bus (the resistor limits the current flowing through the transistors to a safe value.)
In a similar vein, Dr. Batcher provides the electronically correct diagram of the OR gate:
If both inputs of the two transistors are in the 0-state then both transistors are turned OFF
and the resistor pulls the output voltage down to the 0-state of the Ground bus. If the
input to either transistor is in the 1-state then that transistor is turned ON and its very low
resistance pulls the output voltage up to the 1-state of the Power Supply bus (the resistor
limits the current flowing through the transistor to a safe value.)
Finally, the NOT gate can be constructed as follows:
If the input to the transistor is in the 0-state then the transistor is turned OFF and the
resistor pulls the output voltage up to 1-state of the Power Supply bus. If the input to the
transistor is in the 1-state then the transistor is turned ON and its very low resistance pulls
the output voltage down to the 0-state of the Ground bus (the resistor limits the current
flowing through the transistor to a safe value.)
I am indebted to Prof. Batcher for this information.