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
  • NEET 2024
  • NEET Answer Key 2024
  • NEET 2024 Preparation Toolkit
  • NEET Rank Predictor 2024
  • NEET College Predictor 2024
  • Study Materials
  • Notifications
  • NEET Syllabus 2024
  • NEET Question Paper
  • NEET Notes
  • NEET Books
  • NEET Paper Pattern
  • Video Lectures
  • Mind Maps
  • Downloads
  • Difference Between
  • Full Forms
  • Exam Tips
  • MCQs
NEET UG 2026 » NEET UG Study Material » Physics » Logic Gates
neetug_toolkit

Logic Gates

Logic gates are the most important concept in electronics. Logic gates are important digital devices which are mainly based on the Boolean function.

Table of Content
  •  

What are logic gates?

The main structural component of a digital system are logic gates. A Logic gate is the basic building block of a digital circuit that has two inputs and one output. The basic logic gates are divided into seven categories: AND, OR, XOR, NAND, NOR, XNOR, and NOT.

These are the important digital devices which are mainly based on the Boolean function. Logic gates carry the logical operations on single or multiple binary inputs and result in one binary output.

Basic Logic Gates Types

There are many logic gates used in digital systems. The basic gates are;

  1. OR Gate

  2. AND Gate

  3. NOT Gate

  4. XOR Gate

These gates can also be found in a composition of one or two gates. Thus, other gates like NAND, NOR, EXOR, and EXNOR Gates are formed.

OR Gate

The output of an OR gate is 1 when any of the inputs attain the state 1. When both inputs are 0 then output state is 0.

Boolean Expression of OR gate is

Y=A + B

The expression can be read as A ‘OR’ B.

The truth table of OR gate with two-input is given as

A

B

Y

0

0

0

0

1

1

1

0

1

1

1

1

 

AND Gate

The output of an AND gate is 1 when both of the inputs attain the state 1. Otherwise, it attains the state 0 (If any of the two inputs is 0 then output state will be 0).

Boolean Expression of AND gate is

Y=A .B

The expression can be read as A ‘AND’ B.

The truth table of AND gate with two-input is given as

A

B

Y

0

0

0

0

1

0

1

0

0

1

1

1

NOT Gate

The output of an AND gate is 1 when the input did not attain the state 1, that is, the input attains the state 0. Otherwise, it attains the state 0 (If the input is 1 then output state will be 0).

Boolean Expression of NOT gate is

Y=A

The expression can be read as Y is equal to NOT A.

The truth table of NOT gate is given as

A

Y

0

1

1

0

The three basic gates (OR, AND & NOT) when connected in different combinations then give us logic gates like NAND, NOR gates. These are the universal building blocks of digital circuits.

NAND Gate

The combination of AND & NOT gate is NAND logic gate.

Boolean Expression of NAND gate is

The output of a NAND gate is 1 when any of the inputs attain the state 0. Otherwise, it attains the state 0 (If the both input states are 1 then output state will be 0).

Truth Table of NAND Gate

A

B

Q

0

0

1

0

1

1

1

0

1

1

1

0

 

NOR Gate

The combination of OR & NOT gate is NOR logic gate.

Boolean Expression of NOR gate is

NOR logic gate is a digital circuit having two or more inputs which creates an output. The output of NOR gate is the reverse output of logical OR gate. NOR logic gates are available using digital circuits to produce the appropriate logical function.

Truth Table of NOR Gate

A

B

Q

0

0

1

0

1

0

1

0

0

1

1

0

 

XOR Gate (Exclusive OR gate)

The output of an XOR gate is 1 when only one of the inputs attain the state 1. When both inputs are 0 or 1 then the output state will be 0.

Boolean Expression of XOR gate is

Y=A.B +A.B

Y=A⊕ B

Truth Table of XOR Gate

A

B

Y

0

0

0

0

1

1

1

0

1

1

1

0

Conclusion

A Logic gate is the basic building block of a digital circuit that has two inputs and one output. The relationship of input and output is based on a certain logic. Logic gates are implemented by using electronic switches like diodes, transistors. 

There are many logic gates used in digital systems. The basic gates are;

  1. OR Gate
  2. AND Gate
  3. NOT Gate
  4. XOR Gate

These gates can also be found in a composition of one or two gates. Thus, other gates like NAND, NOR, EXOR, and EXNOR Gates are formed.

faq

Frequently asked questions

Get answers to the most common queries related to the NEET UG Examination Preparation.

What do you mean by a logic gate? Give a short answer?

Ans. It is a device that operates in the form of a building block to serve digital circuits. They show basic ...Read full

What do you understand by the truth table for OR gate?

Ans. The table representing a logic gate function’s boolean expression...Read full

Where do we use logic gates?

Ans. It is said that logic gates are referred to as the building block for digital systems. ...Read full

What is the significance of logic gates?

Ans. Logic gates hold a very significant place in the electronic sector as a valuable concept. These are basically v...Read full

Ans. It is a device that operates in the form of a building block to serve digital circuits. They show basic logical relations and functions that are digital circuits fundamentals. You can find logic gates in the majority of electronic devices. 

Ans. The table representing a logic gate function’s boolean expression is referred to as the truth table. The table displays the output status based on the input states combination. The truth table for the OR gate shows its function. The logical operator + is used to represent the OR operation. 

Ans. It is said that logic gates are referred to as the building block for digital systems. They are utilised to carry out logical operations by operating similar to a switch. Boolean expressions are concluded with the help of logic gates. A logic gate simply takes the given input and performs on the provided condition. 

Ans. Logic gates hold a very significant place in the electronic sector as a valuable concept. These are basically vital digital devices. They primarily depend on the Boolean function. In simple words, logic gates are utilised to run logical operations on multiple as well as single binary inputs. Further, considering the given conditions, logic gates operate to deliver binary output. Try putting values in the truth table and figure out outputs based on kind of logic gates to understand the concept better. 

Crack NEET UG 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 NEET UG Examination including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Best Books for NEET UG 2026 – Physics, Chemistry & Biology
How to Prepare for NEET UG 2026 at Home Without Coaching?
Last 10 Years NEET UG Question Papers – Download NEET UG Previous Year Question Paper with Solutions PDFs
NEET UG 2025 Counselling – Schedule, Dates, Fees, Seat Allotment
NEET UG 2026 Registration Date Extension
NEET UG 2026 Registration Process
NEET UG Answer Key 2025 – Download PDF
NEET UG Eligibility Criteria 2026 – Age Limit, Qualifying Codes, Number of Attempt
NEET UG Exam Analysis
NEET UG Exam Calendar
NEET UG Exam Information
NEET UG Exam Pattern 2026 – Check Marking Scheme, Subject-wise Question Distribution – NEET UG Total Marks
NEET UG Hall Ticket 2026 – Check Steps to Download
NEET UG Marking Scheme
NEET UG Previous Papers Analysis
NEET UG Registration Fees
NEET UG Result 2026 (OUT): Download Link @neet.nta.nic.in, NEET Score card
NEET UG Syllabus 2026
NEET UG Syllabus 2026 with Chapter-wise Weightage
See all

Related articles

Learn more topics related to Physics
Zeroth law of Thermodynamics

The Zeroth law of thermodynamics states that any system which is isolated from the rest will evolve so as to maximize its own internal energy.

Zener Diode as a Voltage Regulator

Zener diode is a form of diode that enables current to flow in one direction like a typical PN junction diode.

Zener diode

Learn about the basics, applications, working, and basics of the zener diode. It will help you understand the depths of this important device and help solve relevant questions.

Young’s modulus

Young's modulus is a measure of the elasticity or extension of a material when it's in the form of a stress–strain diagram. It is named after Thomas Young.

See all
Access more than

9,257+ courses for NEET UG

Get subscription

Trending Topics

  • NEET Preparation Tips
  • NEET 2024 Preparation Tips
  • How to Prepare for NEET from Class 11?
  • How to Prepare for NEET?
  • NEET 2024
  • NEET Syllabus 2024
  • NEET Question Paper
  • NEET Exam Pattern
  • NEET Notification
  • NEET Exam Calendar
  • NEET Results
  • NEET Eligibility
  • NEET Preparation Books
Download NEET Formulas

NEET Previous Year Question Papers

  • NEET 2022 Question Paper
  • NEET 2021 Question Paper
  • NEET 2020 Question Paper
  • NEET 2019 Question Paper
  • NEET 2018 Question Paper
combat_neetug

Related links

  • NEET Study Materials
  • How Many Attempts for NEET
  • How Many Marks Are Required in NEET for MBBS
  • Living World NEET Questions
  • MBBS Full Form
  • NEET Full Form
  • Physics NEET Syllabus
freeliveclasses_neetug
Download NEET 2023 question paper
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