SlideShare a Scribd company logo
G.H. Patel College of Engineering and
Technology
Subject: Digital Electronics
Name Enrollment no.
Champaneria Dhvanil J. 150113109004
Chauhan Nisarg D. 150113109005
Jadav Prashant 150113109009
Limbani Milan P. 150113109011
Logic Gates
&
Universal Gate
 Logic Gate:
 Actually the term logic is applied to digital circuits used to implement logic functions. Several kinds of
digital logic circuits are the basic elements that form the building blocks for such complex digital system as
the computer.
 The lines connected to each symbols are the inputs and outputs.
 The inputs are on the left of each symbol and the output is on the right.
 A circuit that performs a specific logic operation (AND, OR) is called a logic gate.
 AND Gate:
 An AND gate can have two or more inputs and performs what is know as multiplication.
 The output of AND gate is high when all inputs are high otherwise all outputs are low.
Inputs Output
A B X
0 0 0
0 1 0
1 0 0
1 1 1
Logical Symbol
Truth Table
• It’s logical expression is, X=A.B
 OR Gate:
 OR gate can have two or more inputs and performs what is known as logical addition.
 The output of OR gate is Low when all inputs are low, otherwise all outputs are high
Logical Symbol
Inputs Output
A B X
0 0 0
0 1 1
1 0 1
1 1 1
Truth Table
• It’s logical expression is, X=A+B
 Not Gate:
 The inverter (NOT circuit) performs the operation called inversion or complementation.
 The NOT operation changes one logic level to the opposite logical level. When the input is Low, the output
is high. When the input is high, the output is low.
Input Output
0 1
1 0
Logical Symbol
Truth Table
• It’s logical expression is, A=A’
 NAND Gate:
 The NAND gate is the one of the popular logic element because it can be used as a universal gate; that is
NAND gate can be used in combination to perform the AND, OR, and inverter operations.
 NAND Gate is constructed by attaching NOT Gate at the output of AND Gate, hence NAND Gate is called
NOT- AND Gate.
 The output of NAND gate is low when all inputs are high, otherwise all outputs are high.
Logical Symbol
 It’s logical expression is, X= (AB)’
Inputs Output
A B X
0 0 1
0 1 1
1 0 1
1 1 0
 Truth Table and Expression of NAND Gate:
 NOR Gate:
 The NOR gate, like the NAND gate, NOR gate is also useful logical element because it can also be used as a
universal gate.
 NOR gate can be used in combination to perform the AND, OR and Inverter operations.
 NOR Gate is the combination of NOT gate at the output of OR gate, hence NOR gate is type of NOT-OR
gate.
 The Output of NOR gate is high when all inputs are low otherwise the output is low.
Logical Symbol
Inputs Output
A B X
0 0 1
0 1 0
1 0 0
1 1 0
 It’s expression is, X=(A+B)’
 Truth Table and Expression of NOR Gate:
 Exclusive- OR Gate:
 The exclusive-OR gate has a graphical symbol similar to that of the OR gate, except for the additional
curved line on the input side.
 If both inputs are Low or both are High then it produces the output Low or 0. otherwise it produce the High.
Logical Symbol
Inputs Output
A B X
0 0 0
0 1 1
1 0 1
1 1 0
 It’s logical expression is X=AB’+A’B
 𝑋 = 𝐴 ⊕ 𝐵
 Truth Table and Expression of Ex-OR Gate:
 Exclusive-Nor gate:
 The exclusive-NOR gate is the complement of the exclusive-OR gate, as indicated by small circle on the
output side of the graphic symbol.
 If both inputs are Low or both are High then it produces the output High or 1. otherwise it produce the Low
output.
Logical symbol
Inputs Output
A B X
0 0 1
0 1 0
1 0 0
1 1 1
 It’s logical expression is 𝑋 = 𝐴𝐵 + 𝐴′
𝐵′
 𝑋 = 𝐴 ⊙ 𝐵
 Truth Table and Expression of Ex-NOR Gate:
NAND gate as Universal gate
 NAND Gate as an AND Gate:
X
Y
YXYXZ 
YX
NAND Gate Inverter
Logical symbol
Inputs Output
X Y Z
0 0 0
0 1 0
1 0 0
1 1 1
Truth Table
 NAND Gate as an OR Gate:
X
Y
YXYXYXZ 
X
NAND GateInverters
Y
Logical symbol
Inputs Output
X Y Z
0 0 0
0 1 1
1 0 1
1 1 1
Truth Table
 NAND Gate as an NOT Gate:
X XZ 
Logical symbol
Input Output
X Z
0 1
1 0
Truth Table
 NAND Gate:
X
Y YXYXZ 
Logical symbol
Truth Table
Inputs Output
A B Z
0 0 1
0 1 1
1 0 1
1 1 0
 NAND Gate as an NOR Gate:
Logical symbol
Truth Table
Inputs Output
A B Z
0 0 1
0 1 0
1 0 0
1 1 0
 NAND Gate as an Ex-OR Gate:
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 0
0 1 1
1 0 1
1 1 0
 NAND Gate as an Ex-NOR Gate:
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 1
0 1 0
1 0 0
1 1 1
NOR gate as Universal gate
 NOR Gate as an AND Gate:
X
Y
YXYXYXZ 
X
NOR Gate“Inverters”
Y
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 0
0 1 0
1 0 0
1 1 1
 NOR Gate as an OR Gate:
X
Y YXYXZ 
YX 
NOR Gate “Inverter”
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 0
0 1 1
1 0 1
1 1 1
 NOR Gate as an NOT Gate:
X XZ 
XXX 
(Before Bubble)
Logical symbol
Truth Table
Inputs Output
X Z
0 1
1 0
 NOR Gate as an NAND Gate:
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 1
0 1 1
1 0 1
1 1 0
 NOR Gate:
X
Y
YXYXZ 
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 1
0 1 0
1 0 0
1 1 0
 NOR Gate as an Ex-OR Gate:
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 0
0 1 1
1 0 1
1 1 0
 NOR Gate as an Ex-NOR Gate:
Logical symbol
Truth Table
Inputs Output
X Y Z
0 0 1
0 1 0
1 0 0
1 1 1
Thank You…..

More Related Content

PPT
basic logic gates
PPTX
NAND and NOR implementation and Other two level implementation
PPT
Digital logic gates and Boolean algebra
PPTX
Chapter 4: Combinational Logic
PPTX
Nand and nor as a universal gates
PPTX
Universal logic gate
PPTX
Electronics: Logic Gates
basic logic gates
NAND and NOR implementation and Other two level implementation
Digital logic gates and Boolean algebra
Chapter 4: Combinational Logic
Nand and nor as a universal gates
Universal logic gate
Electronics: Logic Gates

What's hot (20)

PPT
Half adder & full adder
PPTX
latches
PPTX
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
PPTX
Flipflop
PPT
13 Boolean Algebra
PPT
Logic gates presentation
PPTX
Combinational circuits
PPTX
Latches and flip flop
PPTX
K - Map
PPT
Shift Registers
PPTX
SOP POS, Minterm and Maxterm
PPTX
Combinational Circuits & Sequential Circuits
PPTX
BOOLEAN ALGEBRA AND LOGIC GATE
PPTX
D and T Flip Flop
PPTX
Logic Gates
PPT
Multiplexers & Demultiplexers
PPTX
Multiplexers
PPTX
Presentation On Logic Gate
PPTX
Basics of digital electronics
PPTX
Logic gate
Half adder & full adder
latches
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Flipflop
13 Boolean Algebra
Logic gates presentation
Combinational circuits
Latches and flip flop
K - Map
Shift Registers
SOP POS, Minterm and Maxterm
Combinational Circuits & Sequential Circuits
BOOLEAN ALGEBRA AND LOGIC GATE
D and T Flip Flop
Logic Gates
Multiplexers & Demultiplexers
Multiplexers
Presentation On Logic Gate
Basics of digital electronics
Logic gate
Ad

Viewers also liked (8)

PPTX
Universal gate BY Abdullah
PDF
Blow The Self-Sealing Bubble agile2015
DOCX
Silabus Artikel Hijramedia
PPTX
Nand and nor
PPT
Divrgence theorem with example
DOCX
Report on-the-logic-gates
PPTX
Logic Gates Presentation
DOCX
Logic gate class 12
Universal gate BY Abdullah
Blow The Self-Sealing Bubble agile2015
Silabus Artikel Hijramedia
Nand and nor
Divrgence theorem with example
Report on-the-logic-gates
Logic Gates Presentation
Logic gate class 12
Ad

Similar to Logic gates and NAND and NOR univarsal gates (20)

PPTX
Logic gates
PPTX
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
PDF
logic gates
PPTX
Logic gates 07 11-2014
PPTX
digital electronics .pptx
PPTX
Digital Electronics-Review of Logic Gates.pptx
PPTX
DOC-20240203-WA0000.pptx
PPTX
logic gates.pptx
PDF
BASIC LOGIC GATES.pdf
PDF
Logic gates
PDF
PPTX
Logic Gates.pptx
PDF
Logic gates
PPTX
investagatory PHYSICS-LOGIC GATES
PPTX
perform operation with boolean algebra
PPT
Logic gatesrevised.ppt
PPTX
gadhegadaedjsrijfzshbnzskfrkjsbipsjfdbdfnbdfkbj
PPTX
Introduction-to-Logic-Circuits PowerPoint Presentaion
PDF
chapter-3-logic-gates.pdf
PDF
chapter-3-logic-gates.pdf
Logic gates
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
logic gates
Logic gates 07 11-2014
digital electronics .pptx
Digital Electronics-Review of Logic Gates.pptx
DOC-20240203-WA0000.pptx
logic gates.pptx
BASIC LOGIC GATES.pdf
Logic gates
Logic Gates.pptx
Logic gates
investagatory PHYSICS-LOGIC GATES
perform operation with boolean algebra
Logic gatesrevised.ppt
gadhegadaedjsrijfzshbnzskfrkjsbipsjfdbdfnbdfkbj
Introduction-to-Logic-Circuits PowerPoint Presentaion
chapter-3-logic-gates.pdf
chapter-3-logic-gates.pdf

Recently uploaded (20)

PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
master seminar digital applications in india
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Insiders guide to clinical Medicine.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Cell Structure & Organelles in detailed.
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Classroom Observation Tools for Teachers
PPTX
Lesson notes of climatology university.
Anesthesia in Laparoscopic Surgery in India
Sports Quiz easy sports quiz sports quiz
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
master seminar digital applications in india
Abdominal Access Techniques with Prof. Dr. R K Mishra
Insiders guide to clinical Medicine.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Final Presentation General Medicine 03-08-2024.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
Renaissance Architecture: A Journey from Faith to Humanism
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Supply Chain Operations Speaking Notes -ICLT Program
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Cell Structure & Organelles in detailed.
Microbial diseases, their pathogenesis and prophylaxis
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Classroom Observation Tools for Teachers
Lesson notes of climatology university.

Logic gates and NAND and NOR univarsal gates

  • 1. G.H. Patel College of Engineering and Technology Subject: Digital Electronics Name Enrollment no. Champaneria Dhvanil J. 150113109004 Chauhan Nisarg D. 150113109005 Jadav Prashant 150113109009 Limbani Milan P. 150113109011
  • 3.  Logic Gate:  Actually the term logic is applied to digital circuits used to implement logic functions. Several kinds of digital logic circuits are the basic elements that form the building blocks for such complex digital system as the computer.  The lines connected to each symbols are the inputs and outputs.  The inputs are on the left of each symbol and the output is on the right.  A circuit that performs a specific logic operation (AND, OR) is called a logic gate.
  • 4.  AND Gate:  An AND gate can have two or more inputs and performs what is know as multiplication.  The output of AND gate is high when all inputs are high otherwise all outputs are low. Inputs Output A B X 0 0 0 0 1 0 1 0 0 1 1 1 Logical Symbol Truth Table • It’s logical expression is, X=A.B
  • 5.  OR Gate:  OR gate can have two or more inputs and performs what is known as logical addition.  The output of OR gate is Low when all inputs are low, otherwise all outputs are high Logical Symbol Inputs Output A B X 0 0 0 0 1 1 1 0 1 1 1 1 Truth Table • It’s logical expression is, X=A+B
  • 6.  Not Gate:  The inverter (NOT circuit) performs the operation called inversion or complementation.  The NOT operation changes one logic level to the opposite logical level. When the input is Low, the output is high. When the input is high, the output is low. Input Output 0 1 1 0 Logical Symbol Truth Table • It’s logical expression is, A=A’
  • 7.  NAND Gate:  The NAND gate is the one of the popular logic element because it can be used as a universal gate; that is NAND gate can be used in combination to perform the AND, OR, and inverter operations.  NAND Gate is constructed by attaching NOT Gate at the output of AND Gate, hence NAND Gate is called NOT- AND Gate.  The output of NAND gate is low when all inputs are high, otherwise all outputs are high. Logical Symbol
  • 8.  It’s logical expression is, X= (AB)’ Inputs Output A B X 0 0 1 0 1 1 1 0 1 1 1 0  Truth Table and Expression of NAND Gate:
  • 9.  NOR Gate:  The NOR gate, like the NAND gate, NOR gate is also useful logical element because it can also be used as a universal gate.  NOR gate can be used in combination to perform the AND, OR and Inverter operations.  NOR Gate is the combination of NOT gate at the output of OR gate, hence NOR gate is type of NOT-OR gate.  The Output of NOR gate is high when all inputs are low otherwise the output is low. Logical Symbol
  • 10. Inputs Output A B X 0 0 1 0 1 0 1 0 0 1 1 0  It’s expression is, X=(A+B)’  Truth Table and Expression of NOR Gate:
  • 11.  Exclusive- OR Gate:  The exclusive-OR gate has a graphical symbol similar to that of the OR gate, except for the additional curved line on the input side.  If both inputs are Low or both are High then it produces the output Low or 0. otherwise it produce the High. Logical Symbol
  • 12. Inputs Output A B X 0 0 0 0 1 1 1 0 1 1 1 0  It’s logical expression is X=AB’+A’B  𝑋 = 𝐴 ⊕ 𝐵  Truth Table and Expression of Ex-OR Gate:
  • 13.  Exclusive-Nor gate:  The exclusive-NOR gate is the complement of the exclusive-OR gate, as indicated by small circle on the output side of the graphic symbol.  If both inputs are Low or both are High then it produces the output High or 1. otherwise it produce the Low output. Logical symbol
  • 14. Inputs Output A B X 0 0 1 0 1 0 1 0 0 1 1 1  It’s logical expression is 𝑋 = 𝐴𝐵 + 𝐴′ 𝐵′  𝑋 = 𝐴 ⊙ 𝐵  Truth Table and Expression of Ex-NOR Gate:
  • 15. NAND gate as Universal gate
  • 16.  NAND Gate as an AND Gate: X Y YXYXZ  YX NAND Gate Inverter Logical symbol Inputs Output X Y Z 0 0 0 0 1 0 1 0 0 1 1 1 Truth Table
  • 17.  NAND Gate as an OR Gate: X Y YXYXYXZ  X NAND GateInverters Y Logical symbol Inputs Output X Y Z 0 0 0 0 1 1 1 0 1 1 1 1 Truth Table
  • 18.  NAND Gate as an NOT Gate: X XZ  Logical symbol Input Output X Z 0 1 1 0 Truth Table
  • 19.  NAND Gate: X Y YXYXZ  Logical symbol Truth Table Inputs Output A B Z 0 0 1 0 1 1 1 0 1 1 1 0
  • 20.  NAND Gate as an NOR Gate: Logical symbol Truth Table Inputs Output A B Z 0 0 1 0 1 0 1 0 0 1 1 0
  • 21.  NAND Gate as an Ex-OR Gate: Logical symbol Truth Table Inputs Output X Y Z 0 0 0 0 1 1 1 0 1 1 1 0
  • 22.  NAND Gate as an Ex-NOR Gate: Logical symbol Truth Table Inputs Output X Y Z 0 0 1 0 1 0 1 0 0 1 1 1
  • 23. NOR gate as Universal gate
  • 24.  NOR Gate as an AND Gate: X Y YXYXYXZ  X NOR Gate“Inverters” Y Logical symbol Truth Table Inputs Output X Y Z 0 0 0 0 1 0 1 0 0 1 1 1
  • 25.  NOR Gate as an OR Gate: X Y YXYXZ  YX  NOR Gate “Inverter” Logical symbol Truth Table Inputs Output X Y Z 0 0 0 0 1 1 1 0 1 1 1 1
  • 26.  NOR Gate as an NOT Gate: X XZ  XXX  (Before Bubble) Logical symbol Truth Table Inputs Output X Z 0 1 1 0
  • 27.  NOR Gate as an NAND Gate: Logical symbol Truth Table Inputs Output X Y Z 0 0 1 0 1 1 1 0 1 1 1 0
  • 28.  NOR Gate: X Y YXYXZ  Logical symbol Truth Table Inputs Output X Y Z 0 0 1 0 1 0 1 0 0 1 1 0
  • 29.  NOR Gate as an Ex-OR Gate: Logical symbol Truth Table Inputs Output X Y Z 0 0 0 0 1 1 1 0 1 1 1 0
  • 30.  NOR Gate as an Ex-NOR Gate: Logical symbol Truth Table Inputs Output X Y Z 0 0 1 0 1 0 1 0 0 1 1 1