(electronics) A multiple-input gate circuit whose output is energized when any one or more of the inputs is in a prescribed state; performs the function of the logical inclusive-or; used in digital computers. Also known as OR circuit.
| Sci-Tech Dictionary: OR gate |
(electronics) A multiple-input gate circuit whose output is energized when any one or more of the inputs is in a prescribed state; performs the function of the logical inclusive-or; used in digital computers. Also known as OR circuit.
| 5min Related Video: OR gate |
| Wikipedia: OR gate |
| INPUT A B |
OUTPUT A + B |
|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
The OR gate is a digital logic gate that implements logical disjunction - it behaves according to the truth table to the right. A HIGH output (1) results if one or both the inputs to the gate are HIGH (1). If neither input is HIGH, a LOW output (0) results. In another sense, the function of OR effectively finds the maximum between two binary digits, just as the complementary AND function finds the minimum.
Contents |
There are two symbols for OR gates: the 'military' symbol and the 'rectangular' symbol. For more information see Logic Gate Symbols
OR Gates are basic logic gates, and as such they are available in TTL and CMOS ICs logic families. The standard, 4000 series, CMOS IC is the 4071, which includes four independent, two-input, OR gates. The traditional TTL version is the 7432. There are many subsidiaries of the original 7432 OR gate. All have the same pin out but different internal architecture allowing them to operate at different voltage ranges as well as higher speeds. In addition to the standard 2-Input OR Gate, 3- and 4-Input OR Gates are also available:
TTL:
module(a,b,c); input a,b; output c; or (c,a,b); end module;
If no specific OR gates are available, one can be made from NAND gates in the configuration shown below. Any logic gate can be made from a combination of NAND gates
With active low open-collector logic outputs, as used for control signals in many circuits, an OR function can be produced by wiring together several outputs. This arrangement is called a wired OR. This implementation of an OR function typically is also found in integrated circuits of N or P-type only transistor processes.
|
|||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Shopping: OR gate |
| gate tower | |
| GV | |
| hanging post |
| Why logic gate is called gate? Read answer... | |
| Why is the NAND gate a universal gate? Read answer... | |
| Why logic gates are called gate? Read answer... |
| How many or gates are in namd gates? | |
| Why do they have a tricky gate gate card and no tricky gate bakugan? | |
| How AND gate designed with ex-or gate? |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "OR gate". Read more |
Mentioned in