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 Main 2026 Preparation: Question Papers, Solutions, Mock Tests & Strategy Unacademy » JEE Study Material » Physics » Introduction to NOR Gate

Introduction to NOR Gate

In this article, we will learn about the NOR gate, a universal gate, which is the result of the negation of an OR gate.

Table of Content
  •  

A logic gate is an electronic circuit with two or more inputs but one output that occurs only for a certain combination of inputs. There are three basic logic gates: OR, AND, and NOT, which are considered as the basic building blocks of any logic circuit. By combining these gates, we can develop two combination gates– NAND and NOR. They are called the universal building blocks of all digital circuits. This is because by using only NAND or NOR gates repeatedly, one can get the logic function of all the gates.

A NOR gate functions as NOT operation of OR gate. The gate provides a high output signal only when there are low signals on the inputs. A NOR gate is constructed using a NOT and an OR gate.

Building a NOR using a NOT and an OR gate

A NOR gate’s operation can be realized using a NOT and an OR Gate. Its first operation is OR, the result of which is then inverted using a NOT operation. The following circuit symbol shows a two-input NOR:

Here, A and B signify the two inputs of the NOR arrangement. The output of NOR is 1, only when all inputs are 0. For all other combinations of inputs, the output is 0.

Input A

Input B

A+B

Output:

0

0

0

1

0

1

1

0

1

0

1

0

1

1

1

0

The operation can be defined as: If both inputs are NOT true (or FALSE), then output is TRUE.

According to De Morgan’s theorem, the inverse of a sum of variables is equivalent to the product of the inverse of the individual variables taken. In Boolean notation, for two variables,

This indicates that a NOR gate is equivalent to an inverted AND gate, that is, a bubbled AND gate.

NOR using a Transistor

The NOR operation can be realized using transistors too. The figure given below shows a way to build a positive two-input logic NOR using two parallel-connected transistors. 

The base of each transistor is connected to an input, through a resistor each. Their emitters are connected to the ground and their collectors are connected to the circuit with a supply voltage of +5 Volts. If both the inputs, A and B, are low, the transistors are cut off. No current passes through the resistor R, there is no voltage drop in it and hence output Y is high. If anyone, A or B, or both the inputs are high, then one or both the transistors are driven to saturation and output Y goes low. 

Realization of different gates using NOR only

It is often convenient to design logic circuits using only one type of gate. Using De Morgan’s theorems, it is possible to express all logic functions into forms that are easily implemented by using only one type of universal gate. 

Using only NORs, the three basic gates, AND, OR and NOT function can be produced just by connecting them in various combinations: 

Building a NOT Gate

The operation of an OR gate is such that, if both the inputs are high, then the output is high and for all other combinations (low-low, high-low, low-high), the output is low. Now, the operation of a NOR is the negation of an OR, that is the output of NOR is high only when all inputs are low and or all other combinations of inputs, the output is low.

To build a NOT equivalent using only NOR, we short-circuit both the inputs. So, when input is high, that is, A = 1, then the output will be low, Y=0, and when input is low, A=0, then output is high, Y=1, which is essentially the NOT operation.

Building an OR Gate

The NOR gate is the negation of an OR. Hence, an inverted NOR gate will be an OR gate. To invert a NOR or to make an equivalent OR gate, a NOR followed by a NOT gate is effective. The NOT gate used here is realized from another NOR gate as the circuit is to be built using only NORs. The logic circuit of this OR gate is given below:

Building an AND Gate 

The operation of a two-input NOR can be given as:

Thus, we can infer that if inputs of a NOR gate are inverted, the output will be an AND gate equivalent. To make an AND gate equivalent using only NORs, we connect a NOT-equivalent NOR at each input of a two-input NOR. The logical equivalent circuit will be as shown below:

Conclusion

NOR is a universal gate whose resultant operation is a combination of OR operation followed by NOT operation. We can realise it using NOT and OR gates or construct it using transistors. The output of the NOR gate is high only when all the inputs are low. For all other combinations of inputs, the output is low. Thus, the operation of a NOR is the negation of an OR. It is considered a universal gate, as we can realise all basic logic operations using only NOR gates. 

faq

Frequently Asked Questions

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

What operations does NOR gate perform?

Ans. A NOR gate’s first operation is OR, the result of which is then inverted using a NOT operation. The outpu...Read full

Why is NOR a universal gate?

Ans. Using only NOR gates, the three basic gate types: AND, OR, and NOT function or any other logic function can be ...Read full

How can NOR be converted to NOT gate?

Ans. To build a NOT equivalent using only NOR, we short-circuit both the inputs. So, when input is high, that is, A ...Read full

How can NOR operations be used to perform the operations of AND?

Ans. ...Read full

Ans. A NOR gate’s first operation is OR, the result of which is then inverted using a NOT operation. The output of the NOR gate is 1, only when all inputs are 0. For all other input combinations, the output is 0.

Ans. Using only NOR gates, the three basic gate types: AND, OR, and NOT function or any other logic function can be produced by just connecting the NORs in various combinations. Hence, it is a universal gate.

Ans. To build a NOT equivalent using only NOR, we short-circuit both the inputs. So, when input is high, that is, A = 1, then the output will be low, Y=0, and when input is low, A=0, then output is high, Y=1, which is essentially the NOT operation.

Ans.

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

© 2026 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