OR GATE |
|||||||||||||||||||||||||||||||
Watch Short Film
|
|
||||||||||||||||||||||||||||||
LogicThe OR gate is an electronic circuit that performs inclusive disjunction. The output of the OR Boolean operator is false only when all the inputs are false. Otherwise, the output is true. Through a short and simple analysis you can determine what a statement that uses the word OR is truly saying. We illustrate with the following statement: Water OR milk can quench a thirst. For a bit of a back story, lets say you get home very thirsty and your roommate tells you that you should drink some water or some milk from the fridge to satisfy your thirst. So of course before you even get to the fridge you may start thinking of the possibilities of actually finding water or milk in the fridge. Table 1 below shows the cases you imagine. For greater detail on the logic significance of the word OR, read the Boolean Algebra article. Physical ImplementationIn order to apply the principles of Boolean algebra to create real machines that can think and make decisions, we have had to find ways to physically implement the logic operators AND, OR, NOT, etc. To that end, modern day engineering uses transistor networks called logic gates. Hence, a logic gate is actually a group of transistors so arranged as to behave as a Boolean operator. From a circuit complexity perspective, the most basic logic gate is the NOT gate (aka the Inverter). The NOT gate is made of two transistors, as shown in Figure 1. The next most basic logic gate is the NOR gate, which is effectively two Inverters as shown in Figure 2. We only need four transistors to build a NOR gate. Finally, to create the OR gate, microchip manufacturers connect a NOT gate at the end of a NOR gate, as in Figure 3. Hence, the OR gate is made of six transistors.
Figure 1: Interactive transistor circuit of the NOT logic operator
Figure 2: Interactive transistor circuit of the NOR logic operator
Figure 3: Interactive transistor circuit of the OR logic operator
TransistorsThe use of transistors to build logic gates is quite modern. Before transistors we used other devices, such as vacuum tubes (aka thermionic valves). And very soon we may use DNA, or some other abundant material. There are many types of transistors. Our circuits in figures 1, 2 and 3, for example, use complementary metal–oxide semiconductor (CMOS) technology. Our choice of CMOS is arbitrarily based on the fact that CMOS is by far the dominant technology in use today. The dominance is due to how well CMOS performs in all the important categories: fabrication cost, packing density, loading capacity (i.e. fan–out), operational speed (i.e. propagation delay), noise margin, and power dissipation (i.e. green technology). There is of course more to transistors than can be presented here; especially since transistors are used for more than just digital systems. And so we refer you to any good micro-electronics textbook. Alternate DesignBelow we show three additional typical constructions of the OR gate. Each of the constructions presents specific conveniences to designers. If you are very new to digital systems design, you may not understand the importance of the figures below. Still, we include them in this article for the people who may need them. | |||||||||||||||||||||||||||||||

