Fact-checked by Grok 2 weeks ago

OR gate

An OR gate is a fundamental digital that performs the operation on one or more binary inputs, producing a high output (logic 1) if at least one input is high (logic 1), and a low output (logic 0) only if all inputs are low (logic 0). The concept underlying the OR gate originates from , developed by mathematician in the mid-19th century, which provides the mathematical foundation for binary logic operations. In 1937, Claude Shannon's master's thesis at first demonstrated how Boolean algebra could be applied to practical switching circuits using relays, effectively inventing the AND, OR, and NOT gates as building blocks for digital computation. This work laid the groundwork for modern digital electronics, transitioning from mechanical relays to transistor-based implementations in the mid-20th century. OR gates are typically represented by a standard ANSI or IEC : a curved input side with multiple input lines converging to a pointed output, and their behavior is fully defined by a that enumerates all possible input combinations. For a two-input OR gate, the truth table is as follows: In practice, OR gates are constructed using diodes for simple diode-OR logic or transistors in and technologies for integrated circuits, enabling efficient in processors, units, and systems. They form essential components in combinational and designs, underpinning the operation of computers, , and embedded systems by facilitating operations like , selection, and in binary form.

Fundamentals

Definition and Operation

An is a fundamental in that implements the operation, producing a high output signal (representing 1 or true) when at least one of its input signals is high, and a low output signal ( 0 or false) otherwise. This behavior makes it a basic building block for constructing more complex circuits, such as those in computers and control systems. In operation, the OR gate assumes inputs and outputs, where signals are strictly either (logic 1) or (logic 0), serving as a prerequisite for all systems that rely on such two-state representations. For a typical two-input OR gate, the output remains low only if both inputs are low; it transitions to high if either the first input, the second input, or both are high, enabling the gate to detect the presence of any active input condition. The conceptual foundation of the OR gate traces to , developed by in the mid-19th century, with early 20th-century efforts by electrical engineers to model switching behaviors using it, such as Claude Shannon's 1937 master's thesis providing the formal linkage between and electrical relay circuits. In this seminal work, published in 1938, Shannon demonstrated how operations like logical OR could be realized through circuit switching, laying the groundwork for modern digital logic design.

Truth Table and Boolean Algebra

The logical operation of an OR gate is formally defined by its , which enumerates all possible input combinations and corresponding outputs for a two-input case. The inputs A and B each can be 0 (false) or 1 (true), and the output Y is 1 if at least one input is 1, otherwise 0.
ABY (A ∨ B)
000
011
101
111
In , the OR operation is denoted by the disjunction symbol ∨ or, in algebraic notation, by addition without parentheses, yielding the expression Y = A \lor B or Y = A + B. This operation derives from , where the OR corresponds to the of sets: for sets A and B within a , A \cup B includes all elements in A, B, or both, mirroring the inclusive logic of the OR gate. The OR operation exhibits key properties rooted in and : it is idempotent, as A \lor A = A; commutative, since A \lor B = B \lor A; and associative, with (A \lor B) \lor C = A \lor (B \lor C). De Morgan's theorem relates the OR operation to negation and conjunction: \neg (A \lor B) = \neg A \land \neg B. A brief proof outline compares truth tables: the left side outputs 1 only when both A and B are 0 (¬1 when either or both are 1), matching the right side's output of 1 solely for both inputs negated to 1 (i.e., both original inputs 0).

Representations

Graphical Symbols

The ANSI/IEEE standard for the OR gate employs a distinctive shape characterized by multiple straight input lines converging into a curved, side on the left, terminating in a pointed triangular output on the right. This configuration allows for variants accommodating two or more inputs by simply extending additional input lines to the curved side, facilitating clear representation in schematics. The curved input distinguishes the OR gate from the , which features straight input lines meeting at a pointed convergence rather than a curve. In contrast, the IEC 60617 standard utilizes a rectangular outline for the OR gate, with a flat vertical input side on the left and the output on the right, often containing the notation "≥1" to denote the logical OR operation. This symbol aligns with broader IEC efforts to standardize graphical representations across global engineering practices, often appearing in European and ISO-compliant documentation. The graphical symbols for the OR gate trace their evolution from rudimentary depictions in 1940s relay logic diagrams, where OR functions were illustrated via parallel branches of normally open contacts in ladder-style schematics, to the formalized distinctive shapes introduced in the through U.S. military standards like MIL-STD-806. These evolved into the comprehensive IEEE Std 91-1984, which codified both distinctive and rectangular variants for use in modern and designs, reflecting the shift from electromechanical to solid-state technologies. Bubble notations enhance these symbols by indicating active-low logic levels; a small circle at each input terminal signifies that the input is asserted when low, while for the NOR variant, a bubble at the output inverts the standard OR function to produce a low output only when all inputs are high.

Analytical Expressions

The logical OR operation is fundamentally represented in sum-of-products () form, where for two inputs, the output Y is given by Y = A + B, with the plus symbol denoting the logical OR operation. This expression arises directly from the disjunctive nature of the OR gate, summing the individual input literals without product terms since each input alone suffices for a true output. For three inputs, the SOP form extends straightforwardly to Y = A + B + C, maintaining the additive structure for multi-input OR functions. An alternative algebraic representation decomposes the two-input OR using exclusive-OR (XOR) and AND operations: A \lor B = (A \oplus B) \oplus (A \land B). This identity holds because A \oplus B captures the cases where exactly one input is true, while A \land B accounts for the case where both are true, and XORing them together yields the full OR without overlap, as the terms are mutually exclusive. To derive this step-by-step, begin with the known disjoint : A \lor B = (A \land B) \lor (A \oplus B). Since (A \land B) \land (A \oplus B) = 0 (the terms do not overlap), the logical OR of disjoint terms equals their XOR: (A \land B) \oplus (A \oplus B). Expanding (A \oplus B) = A \land \lnot B + \lnot A \land B confirms the match, but the disjoint property directly justifies the . This is useful in contexts like arithmetic circuits or when XOR primitives are available, enabling OR synthesis from other gates. Karnaugh maps (K-maps) provide a visual method for simplifying Boolean functions that incorporate OR operations, revealing minimal SOP expressions where OR gates fit as summed terms. For the two-input OR function, a K-map with 1s in the cells for inputs (A=0, B=1) and (A=1, B=0 or 1) allows grouping of the two adjacent 1s covering B=1 and the single 1 for A=1 when B=0, but the optimal grouping yields the simplified SOP Y = A + B by encircling all 1s in largest power-of-two rectangles that eliminate variables. In more complex OR-inclusive functions, such as Y = A \lor (B \land C), the K-map groups minterms to minimize literals, often resulting in expressions where OR acts as the top-level summation, demonstrating how OR gates integrate into reduced two-level logic. This technique prioritizes adjacent groupings to exploit absorption and consensus laws, ensuring OR terms dominate in . In quantum and reversible computing extensions, the classical OR gate serves as a basis for analogs constructed using Toffoli gates, which enable reversible disjunction while preserving all input information through ancillary qubits. For instance, a reversible OR can be synthesized from Toffoli gates by computing intermediate AND and copying operations, allowing the OR to be embedded in unitary transformations without information loss, as Toffoli's universality supports all classical reversible functions including OR.

Hardware Implementations

Integrated Circuit Examples

One prominent example in the TTL family is the SN7432, a quad two-input positive-OR gate that contains four independent OR gates in a single 14-pin package. The pinout configuration follows the standard TTL layout: pins 1 and 2 serve as inputs for the first OR gate with output on pin 3; pins 4 and 5 for the second gate with output on pin 6; pins 9 and 10 for the third gate with output on pin 8; and pins 12 and 13 for the fourth gate with output on pin 11; power supply connections are on pin 14 and ground on pin 7. Key electrical characteristics include a minimum high-level output voltage of 2.4 V when sourcing 400 µA. In the CMOS domain, the CD4071B provides a quad two-input OR gate equivalent, offering advantages such as lower static power consumption with a maximum of approximately 1 µW per gate and a broader supply voltage range of 3 V to 18 V. This makes it suitable for battery-powered or low-power applications where TTL's higher quiescent current would be inefficient. The CD4071B shares the same 14-pin pinout as the SN7432 for compatibility in gate configurations. Propagation delay for OR gates like the SN7432 is typically 10 ns at a 5 V supply, though this can vary with factors such as fan-out (the number of gates driven by the output) and loading . versions like the CD4071B exhibit higher delays, often in the 60-100 ns range depending on voltage and load, prioritizing power efficiency over speed. These are commonly housed in a 14-pin (DIP-14) for through-hole mounting in prototyping and legacy designs. Modern variants include surface-mount options such as small-outline (SOIC-14) packages for compact, automated assembly in contemporary .

Discrete and Alternative Circuits

One common discrete implementation of an OR gate uses and , known as diode-resistor logic (DRL). In a basic two-input diode OR gate, the anodes of two are connected to the respective inputs, while the cathodes are joined together and connected through a load to . The output is taken from the common point. When both inputs are low (logic 0), both are reverse-biased, and the output remains low. If either or both inputs go high (logic 1), the corresponding diode(s) forward-bias and conduct, allowing current to flow through the load , raising the output voltage to approximately the input high level minus the forward of about 0.7 V for . This configuration sums the input currents at the output, providing the OR , though the limits its use in multi-stage logic without . A transistor-based OR gate can be built using discrete NPN transistors (BJTs) in a -transistor logic () style, often requiring an inversion stage for the desired . For a two-input design, two NPN transistors are placed in parallel: their bases connect to the inputs through current-limiting resistors, emitters are ed, and collectors are tied together and connected to the positive supply () via a , forming the core NOR stage. This parallel arrangement ensures that if any input is high, the corresponding transistor receives base current, enters (with collector-emitter voltage near 0 V), and pulls the intermediate output low. To achieve the OR —where the final output is high when any input is high—an additional NPN inverter transistor is added: its base connects to the NOR output via another resistor, its emitter to , and its collector to through a , with the final output at the collector. When the NOR output goes low (due to any input high), the inverter transistor turns off, allowing the pull-up resistor to drive the final output high. This in the parallel transistors ensures reliable switching for the high output state. Historically, OR gates were implemented using in early electromechanical computers, where parallel relay contacts performed the OR operation. In this setup, each input energizes a coil, closing its normally open contacts in parallel across the output path; if any input activates, the corresponding contact closes, completing the circuit and producing a high output (energizing the output or load). Series contacts would instead implement AND logic. This approach was used in the (also known as the IBM Automatic Sequence Controlled Calculator), completed in , which relied on over 3,000 for logic operations in its arithmetic and control units. Relay logic provided robust isolation and handling of higher voltages but was slow (milliseconds per operation) and power-hungry compared to later designs. As an example of RTL applied to a two-input OR gate, consider the circuit described above with specific component values for a 5 V supply: use 10 kΩ base resistors for the parallel NPN transistors (e.g., 2N3904), a 4.7 kΩ pull-up for the NOR collector, a 10 kΩ base resistor for the inverter NPN, and a 4.7 kΩ pull-up for the final output. The schematic consists of inputs A and B feeding the bases of T1 and T2 (parallel NPNs) via resistors; T1 and T2 collectors join at node X with pull-up to Vcc; node X feeds the base of T3 (inverter NPN) via resistor, T3 emitter to ground, and T3 collector (output Y) with pull-up to Vcc. This realizes Y = A OR B, verified by the truth table:
Input AInput BOutput Y
000
011
101
111
When A=0 and B=0, both T1 and T2 are off, node X high, T3 saturated (Y low). Any high input saturates T1 or T2, drops X low, turns T3 off (Y high). This discrete OR gate demonstrates the function with minimal components but suffers from limitations (typically 5-10 loads) due to base current draw.

Advanced Configurations

Multi-Input Designs

To implement an OR function with more than two , two-input OR gates are cascaded in a , which balances the across levels to limit propagation delay and fan-out loading. For a four-input OR gate, the configuration uses two first-level gates to compute A ∨ B and C ∨ D, followed by a second-level gate to OR those results, requiring three gates total and achieving the equivalence (A ∨ B) ∨ (C ∨ D). This approach is essential for larger n, as direct multi-input gates in families have fan-in limitations of approximately 10-12 due to the multi-emitter bipolar input structure, beyond which cascading becomes necessary to avoid excessive input and delay degradation. Dedicated integrated circuits provide efficient multi-input OR functionality without cascading. The CD4075, a CMOS device from the 4000 series, integrates three independent three-input OR gates in a single 14-pin (DIP), performing the positive-logic function Y = A + B + C for each gate. Its pinout assigns inputs to pins 1, 2, and 3 (gate 1), 5, 6, and 9 (gate 2), and 10, 11, and 12 (gate 3), with corresponding outputs at pins 4, 8, and 13; power connections are VDD at pin 14 (3 V to 18 V supply) and VSS at pin 7 (), supporting low-power operation with a maximum quiescent current of 1 μA and output drive of ±3.4 mA. In cascaded multi-input OR designs, propagation delay accumulates along the signal path, potentially limiting high-speed applications. For a linear chain of n identical gates, the total delay approximates n × t_{pd}, where t_{pd} is the single-gate propagation delay (typically 10-50 ns for or depending on supply and load); tree structures reduce this to roughly \log_2 n \times t_{pd} by minimizing levels. For large n exceeding limits (e.g., >10 loads in ), intermediate buffers such as inverting pairs or dedicated drivers are inserted to restore voltage levels, prevent signal , and maintain overall timing margins. Multi-input OR gates find practical use in address decoding circuits, where they detect any active line among multiple address bits to assert a chip select for memory or peripheral ranges, simplifying range-based selection without full AND decoding. In priority encoders, such as an 8-to-3 line device, multi-input ORs combine lower-priority inputs to form output bits—for instance, one bit as the OR of inputs D1, D3, D5, and D7—ensuring the highest-priority active input dominates the binary code while suppressing conflicts.

Wired-OR Logic

The wired-OR logic technique employs open-collector or open-drain outputs from multiple digital gates interconnected on a single bus line, supplemented by an external connected to the power supply. In open-collector configurations, typical of bipolar logic, each output can conduct to when activated (logic low), sinking current and forcing the bus low, while inactive outputs remain in a high-impedance state, allowing the pull-up resistor to maintain the bus at logic high. This setup effectively performs a wired-AND operation in positive logic, as the bus is low (asserted) only if at least one output is active—for active-low signals, this equates to a logical OR of the assertion conditions. For MOS-based open-drain outputs, the principle is analogous, with the drain terminal left unconnected internally. The technique is particularly suited for bus systems where multiple devices need to share control signals without dedicated combining gates. A representative example involves two open-collector inverters, such as those found in the SN74LS06 hex inverter IC, to realize an OR function. Connect the inputs of the inverters to signals A and B, respectively, and tie their outputs together on a common bus with a 10 kΩ to the 5 V supply (a value suitable for to balance speed and power while ensuring VOH meets input thresholds without excessive loading). The bus output remains high only if both inverters are off (i.e., A and B are low), and pulls low otherwise. This yields Y = ¬(A ∨ B) via the wired-NAND configuration. To obtain the positive OR function, an additional inverter can be applied to the bus output, resulting in Y = A ∨ B, demonstrating how inverting elements transform the wired-AND into an effective OR. The resistor value is calculated considering the maximum sink current (IOL) of the outputs—typically 16 mA per gate for LS-—and the required , ensuring the bus charges adequately for subsequent logic levels without exceeding power dissipation limits. This method offers significant advantages in reducing count and simplifying wiring for multi-device bus architectures, as it eliminates the need for additional OR gates to combine signals. It was widely adopted in microprocessor systems, such as the , where open-collector outputs from peripheral interface adapters (e.g., the 8214 ) were wire-ORed on the shared (INTR) line, allowing any device to assert the by pulling the line low, with a pull-up ensuring idle high state. Such configurations supported efficient expansion in early designs like those using the MCS-80 family. Despite these benefits, wired-OR has limitations, including challenges with sinking when multiple outputs assert simultaneously, which can cause the bus voltage to rise above the intended low level (e.g., >0.4 ) due to shared capability, potentially leading to unreliable levels. The shared bus also increases noise susceptibility from or , and the dissipates power continuously when the bus is low (P = 2/R, approximately 2.5 mW for 5 and 10 kΩ). These issues, combined with slower rise times from the of the pull-up and bus , have led modern alternatives like three-state buffers to prevail, offering bidirectional control without the power and contention drawbacks.

References

  1. [1]
  2. [2]
    [PDF] Logic circuits
    An ​OR Gate ​​outputs “True” if either of its inputs is true. Input. Output. A. B. False. False. False. False. True.
  3. [3]
    [PDF] From Transistors to Logic Gates and Logic Circuits - CS@Cornell
    Did you know? • George Boole Inventor of the idea of logic gates. He was born in. Lincoln, England and he was the son of a shoemaker in a low class family.
  4. [4]
    How Claude Shannon Helped Kick-start Machine Learning
    Jan 25, 2022 · In his thesis he invented the AND, OR, and NOT logic gates. Logic gates are the building blocks of all digital circuits, upon which the entire ...
  5. [5]
    [PDF] Introduction
    In 1963, Frank Wanlass at Fairchild described the first logic gates using MOSFETs. [Wanlass63]. Fairchild's gates used both nMOS and pMOS transistors, earning ...
  6. [6]
    [PDF] Digital Logic Gates
    Logical. • In the digital world we indicate T with a logical value 1. • In the digital world we indicate F with the logical value 0. • Physical.
  7. [7]
    [PDF] Logic Gates
    Logic gates are the switches that turn ON or OFF depending on what the user is doing! • They are the building blocks for how computers work. Page 3. What are ...
  8. [8]
    Logic OR Gate Tutorial
    The Logic OR Gate is a type of digital logic circuit whose output goes HIGH to a logic level 1 only when one or more of its inputs are HIGH.
  9. [9]
    OR Gate in Digital Electronics - Tutorials Point
    In digital electronics, an OR Gate is a basic logic gate having two or more input lines and one output line. It performs the Boolean addition function.
  10. [10]
    OR Gate: What is it? (Working Principle & Circuit Diagram)
    Jun 15, 2024 · An OR gate is a logic gate that performs logical OR operation. A logical OR operation has a high output (1) if one or both the inputs to the gate are high (1).OR Gate Truth Table · OR Gate Circuit Diagram · OR Gate Transistor Circuit...
  11. [11]
    Applications of Boolean Algebra: Claude Shannon and Circuit Design
    As a graduate student at MIT, Claude Shannon (1916-2001) applied symbolic logic to electrical circuit design.
  12. [12]
    A symbolic analysis of relay and switching circuits - IEEE Xplore
    ... Issue: 12 , December 1938 ). Article #:. Page(s): 713 - 723. Date of Publication: 31 December 1938. ISSN Information: Print ISSN: 0096-3860. Electronic ISSN ...
  13. [13]
    Logic Gates – Clayton Cafiero - University of Vermont
    Oct 11, 2025 · OR Gate. The OR gate produces an output of 1 if at least one of its inputs are 1. In Boolean algebra, this is written as Y = P ∨ Q Y = P \lor Q ...
  14. [14]
    Boolean Expressions for Logic Circuits
    Logic gates representing the AND, OR, and NOT functions are built using transistors as switches to route power (a logic HIGH) or ground (a logic LOW) to the ...Missing: definition | Show results with:definition
  15. [15]
    The Mathematics of Boolean Algebra
    Jul 5, 2002 · Boolean algebra is the algebra of two-valued logic with only sentential connectives, or equivalently of algebras of sets under union and ...
  16. [16]
    Properties of Set Operation
    Basic properties of set operations are discussed here. 1 - 6 directly correspond to identities and implications of propositional logic, and 7 - 11 also follow ...
  17. [17]
    [PDF] Boolean Algebra - University of Iowa
    De Morgan's theorem. A + B = A . B. Page 2. De Morgan's theorem. A . B = A + B. A + B = A . B. Thus, is equivalent to. Verify it using truth tables. Similarly,.
  18. [18]
    [PDF] "Overview of IEEE Std 91-1984,Explanation of Logic Symbols ...
    The 1972 IEC publication and the 1973 IEEE/ANSI standard showed several ways to represent this AND relationship using dependency notation.
  19. [19]
    [PDF] IEEE STANDARD SYMBOLS - Wakerly home page
    The most recent revision of the standard is ANSI/IEEE Std 91-1984,. IEEE ... The IEEE standard provides two different types of symbols for logic gates.
  20. [20]
    IEEE/ANSI 91/91a-1991 - IEEE Standards Association
    The symbols are presented in the center of electrical applications, but most may also be applied to nonelectrical systems (for example, pneumatic, hydraulic, or ...
  21. [21]
    Digital logic gates - Spinning Numbers
    Symbols for complex logic functions. IEC 60617 also defines symbols for more complicated digital functions like multi-bit registers. Here is an example, an 8- ...
  22. [22]
    The origin of logic gate symbols
    Nov 8, 2015 · The "rectangular shapes", meanwhile, are based on a gradual evolution of standards developed in the US (and to a lesser extent the UK) during ...
  23. [23]
    Introduction to Relay Logic Control - Symbols, Working and Examples
    Aug 27, 2019 · In relay logic circuits, the contacts NO and NC are used to indicate a Normally Open or a Normally Closed relay circuit. It contains two ...Relay Logic Diagram... · Standard Relay Logic Symbols · Basic Relay Logic Gate
  24. [24]
    Logic NOR Gate Tutorial
    The inclusive NOR (Not-OR) gate has an output that is normally at logic level “1” and only goes “LOW” to logic level “0” when ANY of its inputs are at logic ...
  25. [25]
    [PDF] Standard Boolean Expression Formats
    6.1 Sum-of-Products. A sum-of-products (SOP) expression is a boolean expression in a specific format. The term sum-of-products comes from the expression's.
  26. [26]
    Encrypted computing - EP2678772A2 - Google Patents
    ... Boolean logic OR with r = (a + b) + (a * b) which is the composite Boolean logic operation r = (a XOR b) XOR (a AND b) equivalent. The negation as a Boolean ...
  27. [27]
    [PDF] Simplifying Logic Circuits with Karnaugh Maps
    simplify Boolean expressions by placing minterm or maxterm values on the map and then grouping terms to develop simpler Boolean expressions. • Let's practice ...
  28. [28]
    [PDF] Lecture 8 - Notes 8.370/18.435 Fall 2022
    The OR gate can be composed of AND and NOT gates. You can check that x ∨ y = ¬(¬x ∧ ¬y). Thus, since Toffoli gates can generate AND, OR and FANOUT gates, ...
  29. [29]
    SN7432 data sheet, product information and support | TI.com
    TI's SN7432 is a 4-ch, 2-input 4.75-V to 5.25-V bipolar OR gate. Find parameters, ordering and quality information.Missing: quad | Show results with:quad
  30. [30]
    [PDF] CD4071B, CD4072B, CD4075B TYPES datasheet (Rev. D)
    CD4071B. Quad 2-Input OR Gate. CD4072B. Dual 4-Input OR Gate. CD4075B. Triple 3-Input OR Gate. H CD4071B, CD4072B, and CD4075B. OR gates provide the system ...
  31. [31]
  32. [32]
    Diode Logic Gates - HyperPhysics
    Some logic gates, like AND and OR gates, can be made with diodes and resistors, called diode resistor logic (DRL).
  33. [33]
    L.A. Bumm (Phys2303) Notes on Diodes and Rectifiers [v1.2.2]
    When the diode is in forward conduction, the voltage drop across the diode is constant. The forward voltage drop is an intrinsic property of the semiconductor ...
  34. [34]
    Logic Gates Using Transistors As Saturated Switches
    In switching theory, logical addition is performed by a parallel connection of transistors. Thus we can design our basic NOR function using two NPN transistors ...
  35. [35]
    Lessons In Electric Circuits -- Volume IV (Digital) - Chapter 6
    Parallel contacts are logically equivalent to an OR gate. Series contacts are logically equivalent to an AND gate. Normally closed (N.C.) contacts are logically ...
  36. [36]
    The IBM ASCC / Havard Mark 1 - Columbia University
    Mar 26, 2021 · The IBM Automatic Sequence Controlled Calculator. Also called the Harvard Mark I. It was built in 1940-43 and remained operational until 1959.
  37. [37]
    [PDF] EXPERIMENT 3: TTL AND CMOS CHARACTERISTICS
    Fan-in is the maximum number of inputs to a gate. Although physical considerations limit fan- in, more pragmatic factors, such as limitations on the number of ...Missing: multi- tree
  38. [38]
  39. [39]
    [PDF] Lecture 1: Gate Delay Models
    Nov 4, 1997 · The propagation delay is defined to be the time from when the input reaches VDD/2 until the output crosses VDD/2. For example, consider a ...
  40. [40]
    Priority Encoder and Digital Encoder Tutorial - Electronics Tutorials
    Binary encoders are useful for compressing data and can be constructed from simple AND or OR gates. One of the main disadvantages of a standard binary encoder ...
  41. [41]
    [PDF] Hex Non-Inverting Buffers With Open-Collector Outputs datasheet ...
    They can be connected to other open-collector outputs to implement active-low wired-OR or active-high wired-AND functions. Open-collector devices are often ...
  42. [42]
    Pull-up Resistors - Electronics Tutorials
    Then using Ohms Law, the maximum pull-up resistance required to drop 3 volts for a single TTL 74LS series logic gate would be 150kΩ. While this calculated value ...
  43. [43]
    [PDF] Intel 8080 Microcomputer Systems Users Manual
    8255 - Programmable Peripheral Interface. Three 8-Bit Ports. Bit Set/Reset Capability. Interrupt Generation. Single 40 Pin Package.
  44. [44]
    [PDF] Comparator Output Types - Texas Instruments
    An advantage of the open collector output is that multiple outputs can be tied together to form a OR'ed output bus, where any output can pull the output bus low ...Missing: circuits | Show results with:circuits