OR Gate (original) (raw)

Last Updated : 22 Nov, 2025

OR GATE is most widely used digital logic circuit and is known as a primitive digital electronics building block in digital logic. The output state of OR gate will be high i.e.,(1) if any of the input state is high or 1, else output state will be low i.e., 0.

The Boolean Expression for the OR gate is the logical addition of inputs denoted by plus sign(+) as

X= A+B

The value of X will be high(true) when one of the inputs is set to high (true).

Inputs and Outputs in OR Gate

There are some simple OR gates that take only one input but there are also OR gates that take more than one input they are known as Multi-Input OR Gate.

Types of Logic OR Gate

There are basically three types of OR GATE

**2-Input Logic OR GATE

This is the simplest form of OR Gate. In this It takes only two inputs and provides single output. It gives a high output (1) if at least one of the binary inputs is high (1). There are total of 22 =4 combinations of inputs.

**X= (A+B)

The Logic design and Truth Table of the OR gate are given below.

2-Input-OR-gate-

3- Input Logic OR Gate

The OR Gate can also have any number of individual input. Multiple OR gate can be connected together to handle more inputs. It can take more than two inputs. Its working is as same as2 input OR gate i.e. takes multiple inputs and provides high output if at least one input is high (1). For three input OR Gate there are total of 23=8 possible combinations of inputs.

**X=(A+B+C)

The Logic design and truth table are shown below

3-Input-OR-gate

Multi Input Logic OR Gate

A Multi Input OR Gate is simply an OR gate that has multiple inputs. The n-input OR Gate can also be formed. If there are n inputs, then (N/2)+1 OR gates will be used.

**For Example:

If we have 6 input A, B, C, D, E, F, then 4 OR Gates are used in the logic design of 6-Input OR Gate. There is the following Representation of 6 input OR Gate.

Y=(A+B)+(C+D)+(E+F)

In simple words, it is expressed as:

Y= A OR B C OR D E OR F

MULTI INPUT OR GATE

**OR Gate Circuit Diagram Using Transistors

An OR gate can be made using transistors, typically with **NPN transistors in a basic configuration. The basic idea of this combination is to control the output using two inputs, where either input can turn on a transistor, resulting in a high output (1).

Below is the simple construction of a simple OR gate circuit using transistors to demonstrate the required components and the circuit's functioning.

OR Gate Circuit Diagram using Transistor

**Components Needed for Construction of OR Gate

**Working of the Circuit

Applications of OR Gate

**Advantages of OR Gate

**Disadvantages of OR Gate