A logic gate is a device that performs a Boolean function, a logical operation performed on one or more binary inputs that produces a single binary output. Depending on the context, the term may refer to an ideal logic gate, one that has, for instance, zero rise time and unlimited fan-out, or it may refer to a non-ideal physical device[1] (see ideal and real op-amps for comparison).
Logic gates can be cascaded in the same way that Boolean functions can be composed, allowing the construction of a physical model of all of Boolean logic, and therefore, all of the algorithms and mathematics that can be described with Boolean logic. Logic circuits include such devices as multiplexers, registers, arithmetic logic units (ALUs), and computer memory, all the way up through complete microprocessors,[5] which may contain more than 100 million logic gates.
Compound logic gates AND-OR-Invert (AOI) and OR-AND-Invert (OAI) are often employed in circuit design because their construction using MOSFETs is simpler and more efficient than the sum of the individual gates.[6]
From 1934 to 1936, NEC engineer Akira Nakashima, Claude Shannon and Victor Shestakov introduced switching circuit theory in a series of papers showing that two-valuedBoolean algebra, which they discovered independently, can describe the operation of switching circuits.[11][12][13][14] Using this property of electrical switches to implement logic is the fundamental concept that underlies all electronic digital computers. Switching circuit theory became the foundation of digital circuit design, as it became widely known in the electrical engineering community during and after World War II, with theoretical rigor superseding the ad hoc methods that had prevailed previously.[14]
In 1948, Bardeen and Brattain patented an insulated-gate transistor (IGFET) with an inversion layer. Their concept, forms the basis of CMOS technology today.[15] In 1957 Frosch and Derick were able to manufacture PMOS and NMOS planar gates.[16] Later a team at Bell Labs demonstrated a working MOS with PMOS and NMOS gates.[17] Both types were later combined and adapted into complementary MOS (CMOS) logic by Chih-Tang Sah and Frank Wanlass at Fairchild Semiconductor in 1963.[18]
Symbols
There are two sets of symbols for elementary logic gates in common use, both defined in ANSI/IEEE Std 91-1984 and its supplement ANSI/IEEE Std 91a-1991. The "distinctive shape" set, based on traditional schematics, is used for simple drawings and derives from United States Military Standard MIL-STD-806 of the 1950s and 1960s.[19] It is sometimes unofficially described as "military", reflecting its origin. The "rectangular shape" set, based on ANSI Y32.14 and other early industry standards as later refined by IEEE and IEC, has rectangular outlines for all types of gate and allows representation of a much wider range of devices than is possible with the traditional symbols.[20] The IEC standard, IEC 60617-12, has been adopted by other standards, such as EN 60617-12:1999 in Europe, BS EN 60617-12:1999 in the United Kingdom, and DIN EN 60617-12:1998 in Germany.
The mutual goal of IEEE Std 91-1984 and IEC 617-12 was to provide a uniform method of describing the complex logic functions of digital circuits with schematic symbols. These functions were more complex than simple AND and OR gates. They could be medium-scale circuits such as a 4-bit counter to a large-scale circuit such as a microprocessor.
IEC 617-12 and its renumbered successor IEC 60617-12 do not explicitly show the "distinctive shape" symbols, but do not prohibit them.[20] These are, however, shown in ANSI/IEEE Std 91 (and 91a) with this note: "The distinctive-shape symbol is, according to IEC Publication 617, Part 12, not preferred, but is not considered to be in contradiction to that standard." IEC 60617-12 correspondingly contains the note (Section 2.1) "Although non-preferred, the use of other symbols recognized by official national standards, that is distinctive shapes in place of symbols [list of basic gates], shall not be considered to be in contradiction with this standard. Usage of these other symbols in combination to form complex symbols (for example, use as embedded symbols) is discouraged." This compromise was reached between the respective IEEE and IEC working groups to permit the IEEE and IEC standards to be in mutual compliance with one another.
In electronics a NOT gate is more commonly called an inverter. The circle on the symbol is called a bubble and is used in logic diagrams to indicate a logic negation between the external logic state and the internal logic state (1 to 0 or vice versa). On a circuit diagram it must be accompanied by a statement asserting that the positive logic convention or negative logic convention is being used (high voltage level = 1 or low voltage level = 1, respectively). The wedge is used in circuit diagrams to directly indicate an active-low (low voltage level = 1) input or output without requiring a uniform convention throughout the circuit diagram. This is called Direct Polarity Indication. See IEEE Std 91/91A and IEC 60617-12. Both the bubble and the wedge can be used on distinctive-shape and rectangular-shape symbols on circuit diagrams, depending on the logic convention used. On pure logic diagrams, only the bubble is meaningful.
The output of a two input exclusive-OR is true only when the two input values are different, and false if they are equal, regardless of the value. If there are more than two inputs, the output of the distinctive-shape symbol is undefined. The output of the rectangular-shaped symbol is true if the number of true inputs is exactly one or exactly the number following the "=" in the qualifying symbol.
By use of De Morgan's laws, an AND function is identical to an OR function with negated inputs and outputs. Likewise, an OR function is identical to an AND function with negated inputs and outputs. A NAND gate is equivalent to an OR gate with negated inputs, and a NOR gate is equivalent to an AND gate with negated inputs.
This leads to an alternative set of symbols for basic gates that use the opposite core symbol (AND or OR) but with the inputs and outputs negated. Use of these alternative symbols can make logic circuit diagrams much clearer and help to show accidental connection of an active high output to an active low input or vice versa. Any connection that has logic negations at both ends can be replaced by a negationless connection and a suitable change of gate or vice versa. Any connection that has a negation at one end and no negation at the other can be made easier to interpret by instead using the De Morgan equivalent symbol at either of the two ends. When negation or polarity indicators on both ends of a connection match, there is no logic negation in that path (effectively, bubbles "cancel"), making it easier to follow logic states from one symbol to the next. This is commonly seen in real logic diagrams – thus the reader must not get into the habit of associating the shapes exclusively as OR or AND shapes, but also take into account the bubbles at both inputs and outputs in order to determine the "true" logic function indicated.
A De Morgan symbol can show more clearly a gate's primary logical purpose and the polarity of its nodes that are considered in the "signaled" (active, on) state. Consider the simplified case where a two-input NAND gate is used to drive a motor when either of its inputs are brought low by a switch. The "signaled" state (motor on) occurs when either one OR the other switch is on. Unlike a regular NAND symbol, which suggests AND logic, the De Morgan version, a two negative-input OR gate, correctly shows that OR is of interest. The regular NAND symbol has a bubble at the output and none at the inputs (the opposite of the states that will turn the motor on), but the De Morgan symbol shows both inputs and output in the polarity that will drive the motor.
De Morgan's theorem is most commonly used to implement logic gates as combinations of only NAND gates, or as combinations of only NOR gates, for economic reasons.
Charles Sanders Peirce (during 1880–1881) showed that NOR gates alone (or alternatively NAND gates alone) can be used to reproduce the functions of all the other logic gates, but his work on it was unpublished until 1933.[21] The first published proof was by Henry M. Sheffer in 1913, so the NAND logical operation is sometimes called Sheffer stroke; the logical NOR is sometimes called Peirce's arrow.[22] Consequently, these gates are sometimes called universal logic gates.[23]
Logic gates can also be used to hold a state, allowing data storage. A storage element can be constructed by connecting several gates in a "latch" circuit. Latching circuitry is used in static random-access memory. More complicated designs that use clock signals and that change only on a rising or falling edge of the clock are called edge-triggered "flip-flops". Formally, a flip-flop is called a bistable circuit, because it has two stable states which it can maintain indefinitely. The combination of multiple flip-flops in parallel, to store a multiple-bit value, is known as a register. When using any of these gate setups the overall system has memory; it is then called a sequential logic system since its output can be influenced by its previous state(s), i.e. by the sequence of input states. In contrast, the output from combinational logic is purely a combination of its present inputs, unaffected by the previous input and output states.
These logic circuits are used in computer memory. They vary in performance, based on factors of speed, complexity, and reliability of storage, and many different types of designs are used based on the application.
Electronic logic gates differ significantly from their relay-and-switch equivalents. They are much faster, consume much less power, and are much smaller (all by a factor of a million or more in most cases). Also, there is a fundamental structural difference. The switch circuit creates a continuous metallic path for current to flow (in either direction) between its input and its output. The semiconductor logic gate, on the other hand, acts as a high-gainvoltageamplifier, which sinks a tiny current at its input and produces a low-impedance voltage at its output. It is not possible for current to flow between the output and the input of a semiconductor logic gate.
For small-scale logic, designers now use prefabricated logic gates from families of devices such as the TTL7400 series by Texas Instruments, the CMOS4000 series by RCA, and their more recent descendants. Increasingly, these fixed-function logic gates are being replaced by programmable logic devices, which allow designers to pack many mixed logic gates into a single integrated circuit. The field-programmable nature of programmable logic devices such as FPGAs has reduced the 'hard' property of hardware; it is now possible to change the logic design of a hardware system by reprogramming some of its components, thus allowing the features or function of a hardware implementation of a logic system to be changed.
An important advantage of standardized integrated circuit logic families, such as the 7400 and 4000 families, is that they can be cascaded. This means that the output of one gate can be wired to the inputs of one or several other gates, and so on. Systems with varying degrees of complexity can be built without great concern of the designer for the internal workings of the gates, provided the limitations of each integrated circuit are considered.
The output of one gate can only drive a finite number of inputs to other gates, a number called the 'fan-out limit'. Also, there is always a delay, called the 'propagation delay', from a change in input of a gate to the corresponding change in its output. When gates are cascaded, the total propagation delay is approximately the sum of the individual delays, an effect which can become a problem in high-speed synchronous circuits. Additional delay can be caused when many inputs are connected to an output, due to the distributed capacitance of all the inputs and wiring and the finite amount of current that each output can provide.
There are several logic families with different characteristics (power consumption, speed, cost, size) such as: RDL (resistor–diode logic), RTL (resistor-transistor logic), DTL (diode–transistor logic), TTL (transistor–transistor logic) and CMOS. There are also sub-variants, e.g. standard CMOS logic vs. advanced types using still CMOS technology, but with some optimizations for avoiding loss of speed due to slower PMOS transistors.
The simplest family of logic gates uses bipolar transistors, and is called resistor–transistor logic (RTL). Unlike simple diode logic gates (which do not have a gain element), RTL gates can be cascaded indefinitely to produce more complex logic functions. RTL gates were used in early integrated circuits. For higher speed and better density, the resistors used in RTL were replaced by diodes resulting in diode–transistor logic (DTL). Transistor–transistor logic (TTL) then supplanted DTL.
As integrated circuits became more complex, bipolar transistors were replaced with smaller field-effect transistors (MOSFETs); see PMOS and NMOS. To reduce power consumption still further, most contemporary chip implementations of digital systems now use CMOS logic. CMOS uses complementary (both n-channel and p-channel) MOSFET devices to achieve a high speed with low power dissipation.
Other types of logic gates include, but are not limited to:[24]
Uses transistors switching between saturated and cutoff states to perform logic. The transistors require carefully controlled parameters. Economical because few other components are needed, but tends to be susceptible to noise because of the lower voltage levels employed. Often considered to be the father to modern TTL logic.
Uses MOSFETs (metal–oxide–semiconductor field-effect transistors), the basis for most modern logic gates. The MOS logic family includes PMOS logic, NMOS logic, complementary MOS (CMOS), and BiCMOS (bipolar CMOS).
Uses transistors to perform logic but biasing is from constant current sources to prevent saturation and allow extremely fast switching. Has high noise immunity despite fairly low logic levels.
Uses tunnelable q-bits for synthesizing the binary logic bits. The electrostatic repulsive force in between two electrons in the quantum dots assigns the electron configurations (that defines state 1 or state 0) under the suitably driven polarizations. This is a transistorless, currentless, junctionless binary logic synthesis technique allowing it to have very fast operation speeds.
Ferroelectric FET
FeFET
FeFET transistors can retain their state to speed recovery in case of a power loss.[25]
A three-state logic gate is a type of logic gate that can have three different outputs: high (H), low (L) and high-impedance (Z). The high-impedance state plays no role in the logic, which is strictly binary. These devices are used on buses of the CPU to allow multiple chips to send data. A group of three-states driving a line with a suitable control circuit is basically equivalent to a multiplexer, which may be physically distributed over separate devices or plug-in cards.
In electronics, a high output would mean the output is sourcing current from the positive power terminal (positive voltage). A low output would mean the output is sinking current to the negative power terminal (zero voltage). High impedance would mean that the output is effectively disconnected from the circuit.
Non-electronic logic gates
Non-electronic implementations are varied, though few of them are used in practical applications. Many early electromechanical digital computers, such as the Harvard Mark I, were built from relay logic gates, using electro-mechanical relays. Logic gates can be made using pneumatic devices, such as the Sorteberg relay or mechanical logic gates, including on a molecular scale.[26] Various types of fundamental logic gates have been constructed using molecules (molecular logic gates), which are based on chemical inputs and spectroscopic outputs.[27] Logic gates have been made out of DNA (see DNA nanotechnology)[28] and used to create a computer called MAYA (see MAYA-II). Logic gates can be made from quantum mechanical effects, see quantum logic gate. Photonic logic gates use nonlinear optical effects.
In principle any method that leads to a gate that is functionally complete (for example, either a NOR or a NAND gate) can be used to make any kind of digital logic circuit. Note that the use of 3-state logic for bus systems is not needed, and can be replaced by digital multiplexers, which can be built using only simple logic gates (such as NAND gates, NOR gates, or AND and OR gates).
^Perkins, Franklin (2004). "Exchange with China". Leibniz and China: A Commerce of Light. Cambridge University Press. p. 117. ISBN9780521830249. ... one of the traditional orderings of the hexagrams, the xiantian tu ordering made by Shao Yong, was, with a few modifications, the same order found in Leibniz's binary arithmetic.
^Luisa Bonolis; Walther Bothe and Bruno Rossi: The birth and development of coincidence methods in cosmic-ray physics. Am. J. Phys. 1 November 2011; 79 (11): 1133–1150.
ميّز عن قارئة القرآن (لوحة). قارئ القرآن رسمٌ لِرجُلٍ يقرأ القُرآن في أحد المساجد أواخر العصر العُثماني، بِريشة عُثمان حمدي بك. معلومات فنية الفنان وسيط property غير متوفر. تاريخ إنشاء العمل 1910 الموقع متحف ثاقب صابونجي الموضوع وسيط property غير متوفر. معلومات أخرى الار...
Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Januari 2023. Metania ovogemata Klasifikasi ilmiah Kerajaan: Animalia Upakerajaan: Parazoa Filum: Porifera Kelas: Demospongiae Ordo: Haplosclerida Famili: Metaniidae Genus: Metania Spesies: Metania ovogemata Metania ovogemata adalah spesies spons yang tergolong dala...
World Science Fiction Convention à Helsinki en 2017. La World Science Fiction Convention ou plus communément la Worldcon est la plus ancienne convention de science-fiction. Elle s'est tenue de 1939 à 1941 puis après la Seconde Guerre mondiale tous les ans depuis 1946. Choix du lieu La plupart des Worldcons se déroulent en Amérique du Nord, bien que certaines aient eu lieu au Royaume-Uni, en Allemagne, en Australie au Canada ou aux Pays-Bas. La Worlcon de 2007 a eu lieu au Japon, celle d...
Северный морской котик Самец Научная классификация Домен:ЭукариотыЦарство:ЖивотныеПодцарство:ЭуметазоиБез ранга:Двусторонне-симметричныеБез ранга:ВторичноротыеТип:ХордовыеПодтип:ПозвоночныеИнфратип:ЧелюстноротыеНадкласс:ЧетвероногиеКлада:АмниотыКлада:Синапси...
Public high school in Belvedere Park, Georgia, United States Towers High SchoolAddress3919 Brookcrest CircleDecatur, GeorgiaUnited StatesCoordinates33°44′50″N 84°14′12″W / 33.747189°N 84.236628°W / 33.747189; -84.236628InformationTypePublicMottoTitan WayEstablished1963School districtDeKalb County School SystemPrincipalTiffany M SimsTeaching staff49.00 (FTE)[1]Enrollment764 (2022–23)[1]Student to teacher ratio15.59[1]Color(s)Maroon ...
Award ceremony for films of 1997 70th Academy AwardsOfficial posterDateMarch 23, 1998SiteShrine AuditoriumLos Angeles, California, U.S.Hosted byBilly CrystalProduced byGil CatesDirected byLouis J. HorvitzHighlightsBest PictureTitanicMost awardsTitanic (11)Most nominationsTitanic (14)TV in the United StatesNetworkABCDuration3 hours, 47 minutes[1]Ratings57.25 million35.32% (Nielsen ratings) ← 69th Academy Awards 71st → The 70th Academy Awards ceremony, organized by...
Number between two given numbers In mathematics, the Heronian mean H of two non-negative real numbers A and B is given by the formula H = 1 3 ( A + A B + B ) . {\displaystyle H={\frac {1}{3}}\left(A+{\sqrt {AB}}+B\right).} It is named after Hero of Alexandria.[1] Properties Just like all means, the Heronian mean is symmetric (it does not depend on the order in which its two arguments are given) and idempotent (the mean of any number with itself is the same number). The Heronian mean o...
This article is about the logical fallacy. For the harvesting of cherries, see Cherry § Cultivation. For other uses, see Cherry picking (disambiguation). Card stacking redirects here. For towers built with playing cards, see House of cards. Cherry-picking is often used in science denial such as climate change denial. For example, by deliberately cherry picking appropriate time periods, here 1998–2012, an artificial pause can be created, even when there is an ongoing warming trend.[...
American actor and comedian (1954–1977) For his son, see Freddie Prinze Jr. Freddie Prinze Sr.Prinze in 1975Birth nameFrederick Karl PruetzelBorn(1954-06-22)June 22, 1954New York City, U.S.DiedJanuary 29, 1977(1977-01-29) (aged 22)Los Angeles, California, U.S.MediumStand-up, televisionYears active1973–1977GenresObservational comedy, blue comedy, deadpan, satireSubject(s)Latin American culture, recreational drug use, everyday lifeSpouse Katherine Cochran (m. 1...
Irish writer This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Mary Eva Kelly – news · newspapers · books · scholar · JSTOR (February 2013) (Learn how and when to remove this message) Mary Eva KellyBorn1826Died1910 (aged 83–84)Resting placeToowong CemeteryOccupationPoetNationalityIrishGenrePoetry Ma...
Ancient Egyptian architectureTop: Great Pyramid of Giza (c. 2589–2566 BC); Centre: Columns of the Great Hypostyle Hall from the Temple of Karnak (c. 1294–1213 BC); Bottom: Temple of Isis from Philae (c. 380 BC-117 AD)Years activec. 3100 BC-300 AD Ancient Egyptianculture Architecture Art Clothing Cuisine Dance Literature vte Spanning over three thousand years, ancient Egypt was not one stable civilization but in constant change and upheaval, commonly split into periods by historians. Like...
Telamone Nome orig.Τελαμών (Telamón) Caratteristiche immaginarieSessomaschio ProfessioneArgonauta re di Salamina Telamone (in greco antico: Τελαμών?, Telamṑn) è un personaggio della mitologia greca. Fu un argonauta (così come il fratello Peleo), uno dei partecipanti alla caccia al cinghiale calidonio e divenne re di Salamina. Assieme a Peleo accompagnò Eracle nelle spedizioni contro le Amazzoni e contro Troia. Telamone fu accolto dal re di Salamina e ne divenne il suc...
X Asian GamesTuan rumahSeoul Republik KoreaJumlah negara27Jumlah atlet4,839Jumlah disiplin296 pada 25 Cabang OlahragaUpacara pembukaan20 SeptemberUpacara penutupan5 OktoberDibuka olehChun Doo-hwanPresiden Korea SelatanJanji atlet-Penyalaan oborChang Jae GuenTempat utamaStadion Olimpiade SeoulMusim panas: < Delhi 1982 Beijing 1990 > Musim dingin: < Sapporo 1986 Sapporo 1990 > Asian Games 1986 (bahasa Korea: 1986년 아시아 경기대회/1986년 아...
Questa voce sull'argomento montagne degli Stati Uniti d'America è solo un abbozzo. Contribuisci a migliorarla secondo le convenzioni di Wikipedia. Catena Costiera dell'OregonLa Catena Costiera Settentrionale vista dal Monte Saddle nella Contea di ClatsopContinenteAmerica Settentrionale Stati Stati Uniti Catena principaleCatena Costiera Pacifica Cima più elevataMarys Peak (1 250 m s.l.m.) Lunghezza320 km La Catena Costiera dell'Oregon (Oregon Coast Range in ing...
Ice hockey team in Wichita, KansasWichita WindCityWichita, KansasLeagueCentral Hockey LeagueFounded1980Folded1983Home arenaKansas ColiseumColorsBlue, white, and orangeAffiliatesEdmonton OilersNew Jersey Devils The Wichita Wind were a minor league ice hockey team based in Wichita, Kansas from 1980 to 1983. They were the feeder team of the Edmonton Oilers (1980–81 and 1981–82 seasons) and the New Jersey Devils (1982–83). The Wind played in the Central Hockey League (CHL) at the Britt Brow...
المرشحة المثاليةThe Perfect Candidate (بالإنجليزية) ملصق الفلممعلومات عامةالصنف الفني فيلم كوميدي تاريخ الصدور 2019 (مهرجان البندقية السينمائي 2019)12 مارس 2020 (ألمانيا) مدة العرض 104 دقيقة اللغة الأصلية العربية البلد السعودية الطاقمالمخرج هيفاء المنصور التصوير باتريك اورت التركيب ان...
Railway station in Aberdeenshire, Scotland InverurieScottish Gaelic: Inbhir Uaraidh[1]ScotRail HST at Inverurie Station, June 2019General informationLocationInverurie, AberdeenshireScotlandCoordinates57°17′12″N 2°22′25″W / 57.2867°N 2.3737°W / 57.2867; -2.3737Grid referenceNJ775217Managed byScotRailPlatforms2Other informationStation codeINR[2]HistoryPre-groupingGreat North of Scotland RailwayKey dates20 September 1854[3]Opened as Inv...