SlideShare a Scribd company logo
1 of 16
01 INTRODUCTION
02 CLASSIFICATION OF LOGIC GATE
03 BASIC LOGIC GATES
04 UNIVERSAL LOGIC GATES
05 EXCLUSIVE GATES
06 CMOS LOGIC GATE
07 TRANSISTOR LOGIC GATE
08 DIODE LOGIC GATE
09 APPLICATION OF LOGIC GATE
CONTENTS
10 CONCLUSION
INTRODUCTION
A logic gate is a simple switching circuit, which consists of one or more inputs and one output. The input and output of this logic
gates can have only two values. That is logic “1” which is High value and logic “0” which is low value.
CLASSIFICATION OF LOGIC GATE
BASIC LOGIC
GATES
AND GATE:
• The output of AND gate is high (‘1’) if all of its inputs are high (‘1’).
• The output of AND gate is low (‘0’) if any one of its inputs is low (‘0’).
Logical Expression:
Y = A.B
Truth Table:
A B Y = A. B
0 0 0
0 1 0
1 0 0
1 1 1
Operation:
Symbol:
Fig-1.1: And Gate, when either of one input is Fig-1.2: And Gate, when two one inputs are high
Basic Logic Gates are three types: (1) AND Gate, (2) OR Gate, (3) NOT Gate
OR
GATE:
• The output of OR gate is high (‘1’) if any one of its input is high (‘1’).
• The output of OR gate is low (‘0’) if all of its inputs are low (‘0’).
Logical Expression:
Y = A +B
Truth Table:
A B Y = A + B
0 0 0
0 1 1
1 0 1
1 1 1
Symbol:
Operation:
Fig-2.1: OR Gate, when two inputs are low Fig-2.2: OR Gate, when either of one input is
high
NOT GATE:
• The output of NOT gate is high (‘1’) if its input is low (‘0’).
• The output of NOT gate is low (‘0’) if its input is high (‘1’).
Logical Expression:
Y=A
Truth Table:
A Y = A’
0 1
1 0
Symbol:
Operation:
Fig-3.1: NOT Gate, when input is low. Fig-3.2: NOT Gate, when input is high.
UNIVERSAL LOGIC GATES
Universal Logic Gates are two types: (1) NAND Gate, (2) NOR Gate
Truth Table:
• The output of NAND gate is high (‘1’) if at least one of its input is low (‘0’)
• The output of NAND gate is low (‘0’) if all of its inputs are high (‘1’).
Logical Expression:
Y = A. B
NAND GATE:
A B Y = (A. B)’
0 0 1
0 1 1
1 0 1
1 1 0
Operation:
Fig-4.1: NAND Gate, when either of one input
is low.
Fig-4.2: NAND Gate, when two inputs are high.
Symbol:
NOR GATE:
• The output of NOR gate is high (‘1’), if all of its inputs are low (‘0’).
• The output of NOR gate is low (‘0’), if at least one of its input is high (‘1’)
Logical Expression:
Y = A + B
Truth Table:
A B Y = (A+B)’
0 0 1
0 1 0
1 0 0
1 1 0
Operation:
Symbol:
Fig-5.1: NOR Gate, when two inputs are low. Fig-5.2: NOR Gate, when two inputs are high.
EXCLUSIVE GATES
Exclusive Logic Gates are two type: (1) XOR Gate, (2) XNOR Gate
XOR GATE:
• The output of XOR gate is high (‘1’), if all of its inputs are different.
• The output of XOR gate is low (‘0’), if all of its inputs are same.
Logical Expression:
Y= A’B + AB’
Truth Table:
A B Y =
A’B+AB’
0 0 0
0 1 1
1 0 1
1 1 0
Symbol:
Operation:
Fig-6.1: XOR Gate, when two inputs are
different.
Fig-6.2: XOR Gate, when two inputs are
same.
XNOR GATE:
• The output of XNOR gate is high (‘1’), if all of its inputs are same.
• The output of XNOR gate is low (‘1’), if all of its inputs are different.
Logical Expression:
Y= A’B’ + AB
Truth Table:
A B Y =
A’B’+AB
0 0 1
0 1 0
1 0 0
1 1 1
Symbol:
Operation:
Fig-7.1: XNOR Gate, when two inputs
are different.
Fig-7.2: XNOR Gate, when two inputs are
Same.
CMOS LOGIC GATE
• CMOS stands for Complementary Metal Oxide
Semiconductor.
• PMOS transistors are used as a pull-up network and
NMOS transistors are used as a pull-down network.
• Pull-up network to supply voltage Vcc.
• One is conducting, while the other isn’t.
• NMOS only
• Pull-down network to ground.
• PMOS only
Fig-8.1: CMOS Logic Gate
CMOS INVERTER LOGIC
GATE:
• Pull-up network is on when input is low and off
when input is high. On the other hand, Pull-down
network is on when input is high and off when input
is low.
Fig-8.2: CMOS Inverter Logic Circuit
A Y = A’
0 1
1 0
Truth table of NOT Gate:
Circuit:
TRANSISTOR LOGIC GATE
NAND Gate implementation by using Transistor:
A B Y = (A. B)’
0 0 1
0 1 1
1 0 1
1 1 0
Truth Table of NAND:
Fig-8.3: Implementing the NAND Gate by Transistor
Operation:
• Input A & B are turned off, as a result these are
acts as an open switch. Hence, no voltage drop
across the resistor. So, therefore LED will be
turned on.
• Input A and B are both on, as a result these are
acts as a close switch.
DIODE LOGIC GATE
Here, I have accomplished OR Gate operation by using
Diode,
Truth Table of OR Gate:
A B LED
0 0 Off
0 1 On
1 0 On
1 1 On
Circuit:
Fig-8.4: Implementing the OR Gate by using Diode.
Operation:
• Input A and B both are low or logic ‘0’,
as a result LED is turned off.
• No current flow through d1 & d2. (for
first figure of 8.4)
• Input A is 0 and B is high or logic ‘1’,
as a result LED is turned on.
• Current flows from higher potential to
lower electric potential.
APPLICATION OF LOGIC GATES
• Used in microcontrollers, microprocessors, electronic and electrical project circuits, and embedded system applications.
• Also used in many circuits like a push button lock, light activated burglar alarm, safety thermostat etc.
• In digital processing of communications.
• In calculators and computers.
• They are also used in push button switches, e.g. door bell, TTL (Transistor Transistor Logic) and CMOS circuitry.
CONCLUSION
Logic gates or circuits can be implemented by using electronics components (diodes, transistors and resistors etc.) and
verified by the helps of Boolean expressions, truth tables, and logic diagrams. There are several types of logic gates,
including AND, OR, NOT, NAND, NOR, XOR and XNOR gates, each with a unique truth table and behavior. Digital
communication can’t happen without logic operations.
THANK YOU

More Related Content

Similar to DOC-20240203-WA0000.pptx

LOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdfLOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdfMeghaChauhan75
 
Digital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptxDigital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptxProfVilasShamraoPati
 
Introduction to digital logic gates
Introduction to digital logic gatesIntroduction to digital logic gates
Introduction to digital logic gatesVikas Dongre
 
LOGICAL_GATES_priyansh_singhal.pdf
LOGICAL_GATES_priyansh_singhal.pdfLOGICAL_GATES_priyansh_singhal.pdf
LOGICAL_GATES_priyansh_singhal.pdfMeghaChauhan75
 
Logic Gates & Related Device
Logic Gates & Related DeviceLogic Gates & Related Device
Logic Gates & Related DeviceMd. Nahidul Islam
 
Basic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdfBasic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdfKINGZzofYouTube
 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Self-employed
 
ICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptxICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptxChristianVelchez2
 
Logic gatesrevised.ppt
Logic gatesrevised.pptLogic gatesrevised.ppt
Logic gatesrevised.pptDevanDev7
 
Part 11 How to use binary concept In PLC.
Part 11 How to use binary concept In PLC.Part 11 How to use binary concept In PLC.
Part 11 How to use binary concept In PLC.KuldeepMakwana6
 
solids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptsolids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptUmeshPatil149
 
Solids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptSolids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptJosephMuez2
 
CSEC Physics Review - Introduction To Logic Gates
CSEC Physics Review - Introduction To Logic GatesCSEC Physics Review - Introduction To Logic Gates
CSEC Physics Review - Introduction To Logic GatesKevin Small
 

Similar to DOC-20240203-WA0000.pptx (20)

Logic gates (1)
Logic gates (1)Logic gates (1)
Logic gates (1)
 
LOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdfLOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdf
 
Digital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptxDigital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptx
 
Class 12th Logic Gates
Class 12th Logic GatesClass 12th Logic Gates
Class 12th Logic Gates
 
Introduction to digital logic gates
Introduction to digital logic gatesIntroduction to digital logic gates
Introduction to digital logic gates
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Deld lab manual
Deld lab manualDeld lab manual
Deld lab manual
 
Logic gates 07 11-2014
Logic gates 07 11-2014Logic gates 07 11-2014
Logic gates 07 11-2014
 
LOGICAL_GATES_priyansh_singhal.pdf
LOGICAL_GATES_priyansh_singhal.pdfLOGICAL_GATES_priyansh_singhal.pdf
LOGICAL_GATES_priyansh_singhal.pdf
 
Logic Gates & Related Device
Logic Gates & Related DeviceLogic Gates & Related Device
Logic Gates & Related Device
 
Electronics: Logic Gates
Electronics: Logic GatesElectronics: Logic Gates
Electronics: Logic Gates
 
Basic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdfBasic Logic Gates with Truth Tables.pdf
Basic Logic Gates with Truth Tables.pdf
 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4
 
ICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptxICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptx
 
Logic gatesrevised.ppt
Logic gatesrevised.pptLogic gatesrevised.ppt
Logic gatesrevised.ppt
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Part 11 How to use binary concept In PLC.
Part 11 How to use binary concept In PLC.Part 11 How to use binary concept In PLC.
Part 11 How to use binary concept In PLC.
 
solids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptsolids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.ppt
 
Solids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptSolids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.ppt
 
CSEC Physics Review - Introduction To Logic Gates
CSEC Physics Review - Introduction To Logic GatesCSEC Physics Review - Introduction To Logic Gates
CSEC Physics Review - Introduction To Logic Gates
 

Recently uploaded

Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
The Black hole shadow in Modified Gravity
The Black hole shadow in Modified GravityThe Black hole shadow in Modified Gravity
The Black hole shadow in Modified GravitySubhadipsau21168
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physicsvishikhakeshava1
 
Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)Jshifa
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaPraksha3
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett SquareIsiahStephanRadaza
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Nistarini College, Purulia (W.B) India
 

Recently uploaded (20)

Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
The Black hole shadow in Modified Gravity
The Black hole shadow in Modified GravityThe Black hole shadow in Modified Gravity
The Black hole shadow in Modified Gravity
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physics
 
Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)Recombination DNA Technology (Microinjection)
Recombination DNA Technology (Microinjection)
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett Square
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...
 

DOC-20240203-WA0000.pptx

  • 1. 01 INTRODUCTION 02 CLASSIFICATION OF LOGIC GATE 03 BASIC LOGIC GATES 04 UNIVERSAL LOGIC GATES 05 EXCLUSIVE GATES 06 CMOS LOGIC GATE 07 TRANSISTOR LOGIC GATE 08 DIODE LOGIC GATE 09 APPLICATION OF LOGIC GATE CONTENTS 10 CONCLUSION
  • 2. INTRODUCTION A logic gate is a simple switching circuit, which consists of one or more inputs and one output. The input and output of this logic gates can have only two values. That is logic “1” which is High value and logic “0” which is low value. CLASSIFICATION OF LOGIC GATE
  • 3. BASIC LOGIC GATES AND GATE: • The output of AND gate is high (‘1’) if all of its inputs are high (‘1’). • The output of AND gate is low (‘0’) if any one of its inputs is low (‘0’). Logical Expression: Y = A.B Truth Table: A B Y = A. B 0 0 0 0 1 0 1 0 0 1 1 1 Operation: Symbol: Fig-1.1: And Gate, when either of one input is Fig-1.2: And Gate, when two one inputs are high Basic Logic Gates are three types: (1) AND Gate, (2) OR Gate, (3) NOT Gate
  • 4. OR GATE: • The output of OR gate is high (‘1’) if any one of its input is high (‘1’). • The output of OR gate is low (‘0’) if all of its inputs are low (‘0’). Logical Expression: Y = A +B Truth Table: A B Y = A + B 0 0 0 0 1 1 1 0 1 1 1 1 Symbol: Operation: Fig-2.1: OR Gate, when two inputs are low Fig-2.2: OR Gate, when either of one input is high
  • 5. NOT GATE: • The output of NOT gate is high (‘1’) if its input is low (‘0’). • The output of NOT gate is low (‘0’) if its input is high (‘1’). Logical Expression: Y=A Truth Table: A Y = A’ 0 1 1 0 Symbol: Operation: Fig-3.1: NOT Gate, when input is low. Fig-3.2: NOT Gate, when input is high.
  • 6. UNIVERSAL LOGIC GATES Universal Logic Gates are two types: (1) NAND Gate, (2) NOR Gate Truth Table: • The output of NAND gate is high (‘1’) if at least one of its input is low (‘0’) • The output of NAND gate is low (‘0’) if all of its inputs are high (‘1’). Logical Expression: Y = A. B NAND GATE: A B Y = (A. B)’ 0 0 1 0 1 1 1 0 1 1 1 0 Operation: Fig-4.1: NAND Gate, when either of one input is low. Fig-4.2: NAND Gate, when two inputs are high. Symbol:
  • 7. NOR GATE: • The output of NOR gate is high (‘1’), if all of its inputs are low (‘0’). • The output of NOR gate is low (‘0’), if at least one of its input is high (‘1’) Logical Expression: Y = A + B Truth Table: A B Y = (A+B)’ 0 0 1 0 1 0 1 0 0 1 1 0 Operation: Symbol: Fig-5.1: NOR Gate, when two inputs are low. Fig-5.2: NOR Gate, when two inputs are high.
  • 8. EXCLUSIVE GATES Exclusive Logic Gates are two type: (1) XOR Gate, (2) XNOR Gate XOR GATE: • The output of XOR gate is high (‘1’), if all of its inputs are different. • The output of XOR gate is low (‘0’), if all of its inputs are same. Logical Expression: Y= A’B + AB’ Truth Table: A B Y = A’B+AB’ 0 0 0 0 1 1 1 0 1 1 1 0 Symbol: Operation: Fig-6.1: XOR Gate, when two inputs are different. Fig-6.2: XOR Gate, when two inputs are same.
  • 9. XNOR GATE: • The output of XNOR gate is high (‘1’), if all of its inputs are same. • The output of XNOR gate is low (‘1’), if all of its inputs are different. Logical Expression: Y= A’B’ + AB Truth Table: A B Y = A’B’+AB 0 0 1 0 1 0 1 0 0 1 1 1 Symbol: Operation: Fig-7.1: XNOR Gate, when two inputs are different. Fig-7.2: XNOR Gate, when two inputs are Same.
  • 10. CMOS LOGIC GATE • CMOS stands for Complementary Metal Oxide Semiconductor. • PMOS transistors are used as a pull-up network and NMOS transistors are used as a pull-down network. • Pull-up network to supply voltage Vcc. • One is conducting, while the other isn’t. • NMOS only • Pull-down network to ground. • PMOS only Fig-8.1: CMOS Logic Gate
  • 11. CMOS INVERTER LOGIC GATE: • Pull-up network is on when input is low and off when input is high. On the other hand, Pull-down network is on when input is high and off when input is low. Fig-8.2: CMOS Inverter Logic Circuit A Y = A’ 0 1 1 0 Truth table of NOT Gate: Circuit:
  • 12. TRANSISTOR LOGIC GATE NAND Gate implementation by using Transistor: A B Y = (A. B)’ 0 0 1 0 1 1 1 0 1 1 1 0 Truth Table of NAND: Fig-8.3: Implementing the NAND Gate by Transistor Operation: • Input A & B are turned off, as a result these are acts as an open switch. Hence, no voltage drop across the resistor. So, therefore LED will be turned on. • Input A and B are both on, as a result these are acts as a close switch.
  • 13. DIODE LOGIC GATE Here, I have accomplished OR Gate operation by using Diode, Truth Table of OR Gate: A B LED 0 0 Off 0 1 On 1 0 On 1 1 On Circuit: Fig-8.4: Implementing the OR Gate by using Diode. Operation: • Input A and B both are low or logic ‘0’, as a result LED is turned off. • No current flow through d1 & d2. (for first figure of 8.4) • Input A is 0 and B is high or logic ‘1’, as a result LED is turned on. • Current flows from higher potential to lower electric potential.
  • 14. APPLICATION OF LOGIC GATES • Used in microcontrollers, microprocessors, electronic and electrical project circuits, and embedded system applications. • Also used in many circuits like a push button lock, light activated burglar alarm, safety thermostat etc. • In digital processing of communications. • In calculators and computers. • They are also used in push button switches, e.g. door bell, TTL (Transistor Transistor Logic) and CMOS circuitry.
  • 15. CONCLUSION Logic gates or circuits can be implemented by using electronics components (diodes, transistors and resistors etc.) and verified by the helps of Boolean expressions, truth tables, and logic diagrams. There are several types of logic gates, including AND, OR, NOT, NAND, NOR, XOR and XNOR gates, each with a unique truth table and behavior. Digital communication can’t happen without logic operations.