Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

Watch Free Classes
    • Free courses
    • JEE Main 2024
    • JEE Main 2024 Live Paper Discussion
    • JEE Main Rank Predictor 2024
    • JEE Main College Predictor 2024
    • Stream Predictor
    • JEE Main 2024 Free Mock Test
    • Study Materials
    • Notifications
    • JEE Advanced Syllabus
    • JEE Books
    • JEE Main Question Paper
    • JEE Coaching
    • Downloads
    • JEE Notes & Lectures
    • JEE Daily Videos
    • Difference Between
    • Full Forms
    • Important Formulas
    • Exam Tips
JEE Exam » JEE Study Material » Physics » OR Gate

OR Gate

In this topic, we will learn the or gate meaning, the logic symbol, truth table, boolean expression, and implementation of OR gate using diodes and the NOR gate.

Table of Content
  •  

An OR gate is a digital electronic logic gate. A logic gate is an electronic component that results in a single binary output after implementing its logic on the input signals. A logic gate follows certain logical relations between the inputs and the outputs. The inputs and the output only contain two values that are either ‘1’ or ‘0’, ‘high’ or ‘low’, ON’ or ‘OFF’, ‘true’ or ‘false’, ‘closed’ or ‘open’, ON’ or ‘OFF’ etc. 

OR gate is a digital electronic logical gate that takes input and performs addition on them. The output is the addition of inputs. If one or both the inputs are set to high or ‘1’, then the OR gate will give a high output, that is ‘1’, and when neither of the inputs is high or ‘1’, the OR gate will give a low output.

2-Input OR GATE

Boolean expression:

In Boolean Algebra, a plus sign ‘+’ represents OR function.

The boolean expression for a two-input OR is given as

Z=A+B 

The above expression is read as Z and equals to A OR B, where A and B are the inputs and Z is the output.

Logic symbol:

There are two input values in the two-input OR gate and only one output value. There are a total of four input combinations. The logic design is given as

or1

Truth-Table:

A truth table is a table that shows all the combinations of input and their corresponding outputs. Only binary digits are used in the truth table. The OR logic is that the output Y will be true when either one or both inputs are set high or false.

A

B

Z

0

0

0

0

1

1

1

0

1

1

1

1

3-Input OR GATE

Boolean expression:

The boolean expression for a three-input OR is given as

Z=A+B+C 

The above expression is read as Z is equal to A OR B OR C where A, B, and C are the inputs and Z is the output.

Logic symbol:

There are three input values in the three-input OR gate and only one output value. There are a total of eight input combinations. The logic design is given as

or2

Truth-Table:

The truth table of the OR gate with the three inputs is given as

A

B

C

Z

0

0

0

0

0

0

1

1

0

1

0

1

0

1

1

1

1

0

0

1

1

0

1

1

1

1

0

1

1

1

1

1

In the above table, there are eight combinations of three inputs. The output is false for the first combination only when all the three inputs are zero as it does not satisfy the OR logic. All the other seven combinations of the inputs give an accurate output as it satisfies the OR logic.

Implementation of OR Gate

Using diodes:

The logic gates can be implemented by diodes. A diode is an electronic component. It has two ends. The current flows through the diode in one direction only.

The OR gate can be implemented by using two diodes and a resistor.

When the diode inputs are at the low stage or 0 voltage, the diodes become reverse biassed, and the output will be low. Hence no current flows through it. It then acts as an open switch.

When any one of the inputs is at a high stage, the diodes become biassed with that particular end. The output will be high and current flows through it. It then acts as a closed switch.

Using NOR Gate:

NOR gate is the inversion of the logical OR gate. Its shape is the same as the OR gate with a circle at the output part, also called an ‘inversion bubble’. The boolean expression of the NOR Gate is Y = (​ A + B)​’

The symbol of the NOR gate is-

or3

Logic OR can be implemented by two NOR gates. To implement OR logic, give inputs A and B to gate 1 and then redirect the output of gate 1 to both the inputs of gate 2. The output of the OR gate 2 will be the same as the output of an OR logic that is Y = A + B.

or4

Conclusion

OR gate is mostly used as a logic gate. It can accept two or more than two inputs but gives only one output. Logical OR operation can be performed by both universal gates (NAND and NOR) as well as diodes. The two commonly used ICs for OR gates are complementary metal-oxide-semiconductor (CMOS) and transistor-transistor logic (TTL). The application of OR gates is in intrusion detection and an alarm system. These systems can be used in homes, offices, etc.

faq

Frequently asked questions

Get answers to the most common queries related to the IIT JEE Examination Preparation.

How many OR gates will form with multiple inputs?

Ans. The OR gates can be formed with any number of inputs. If there is an N input, ...Read full

What is the IC number of the two-input OR gate?

Ans. IC 7432 is a two-input AND gate. It is also called a dual input OR gate. It has four two-input OR gates...Read full

How can we implement logical OR using a universal NAND gate?

Ans. Logical OR can be performed by using three two-input NAND gates. To implement OR logic, give inputs A t...Read full

Give one real-life application of OR Gate.

Ans. One of the applications of the OR gate is in the Alarm circuit for any vehicle’s door system. Let us ...Read full

Ans. The OR gates can be formed with any number of inputs. If there is an N input, then (N/2)+1 OR gates will form.

Ans. IC 7432 is a two-input AND gate. It is also called a dual input OR gate. It has four two-input OR gates. Either of the gates can be used irrespective of their order of position. There are a total of 14 pins. Pin 7 is used for grounding and PIN 14 for power supply. Pins (1,4,9,12) are the first input pin of the OR gate, the second input pin for the OR gate are (2,5,10,13) and 3, 6, 8, 11 are the respective output pins.

Ans. Logical OR can be performed by using three two-input NAND gates. To implement OR logic, give inputs A to both the inputs of gate 1 and B to both the inputs of gate 2 and then redirect the output of gate 1 and gate 2 to both the inputs of gate 3. The output of the NAND gate 3 will be the same as the output of an OR logic.

Ans. One of the applications of the OR gate is in the Alarm circuit for any vehicle’s door system. Let us consider a car door system. The alarm can be designed by connecting four doors of the car to the four input OR gates. The output is connected to the alarm. When any of the doors are open, the circuit generates high output, and the alarm rings. When the door is closed, the circuit generates 0. In this way, one can know whether the doors are properly closed or not.

Crack IIT JEE with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the JEE Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Allotment of Examination Centre
JEE Advanced Eligibility Criteria
JEE Advanced Exam Dates
JEE Advanced Exam Pattern 2023
JEE Advanced Syllabus
JEE Application Fee
JEE Application Process
JEE Eligibility Criteria 2023
JEE Exam Language and Centres
JEE Exam Pattern – Check JEE Paper Pattern 2024
JEE Examination Scheme
JEE Main 2024 Admit Card (OUT) – Steps to Download Session 1 Hall Ticket
JEE Main Application Form
JEE Main Eligibility Criteria 2024
JEE Main Exam Dates
JEE Main Exam Pattern
JEE Main Highlights
JEE Main Paper Analysis
JEE Main Question Paper with Solutions and Answer Keys
JEE Main Result 2022 (Out)
JEE Main Revised Dates
JEE Marking Scheme
JEE Preparation Books 2024 – JEE Best Books (Mains and Advanced)
Online Applications for JEE (Main)-2022 Session 2
Reserved Seats
See all

Related articles

Learn more topics related to Physics
Zinc-Carbon Cell

The battery you use every day in your TV remote or torch is made up of cells and is also known as a zinc-carbon cell. Read on to know more.

ZEROTH LAW OF THERMODYNAMICS

Read about the Zeroth law of thermodynamics. Learn about the zeroth law definitions and their examples.

Zener Diode As A Voltage Regulator

Understand the concepts of Zener diodes. Also, learn about the efficiency and limitations of Zener Diode as a Voltage Regulator.

Zener diode as a voltage regulator

zener diode is a very versatile semiconductor that is used for a variety of industrial processes and allows the flow of current in both directions.It can be used as a voltage regulator.

See all
Access more than

10,505+ courses for IIT JEE

Get subscription

Trending Topics

  • JEE Main 2024
  • JEE Main Rank Predictor 2024
  • JEE Main Mock Test 2024
  • JEE Main 2024 Admit Card
  • JEE Advanced Syllabus
  • JEE Preparation Books
  • JEE Notes
  • JEE Advanced Toppers
  • JEE Advanced 2022 Question Paper
  • JEE Advanced 2022 Answer Key
  • JEE Main Question Paper
  • JEE Main Answer key 2022
  • JEE Main Paper Analysis 2022
  • JEE Main Result
  • JEE Exam Pattern
  • JEE Main Eligibility
  • JEE College predictor
combat_iitjee

Related links

  • JEE Study Materials
  • CNG Full Form
  • Dimensional Formula of Pressure
  • Reimer Tiemann Reaction
  • Vector Triple Product
  • Swarts Reaction
  • Focal length of Convex Lens
  • Root mean square velocities
  • Fehling’s solution
testseries_iitjee
Subscribe Now
. document.querySelector('.targetTopBtn').onClick = topFunction; function topFunction() { window.scrollTo({ top: 0, behavior: 'smooth' }) }
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY