SlideShare uma empresa Scribd logo
1 de 32
Presentation submitted
By:
Muhammad Zubaid
Rasool
(MCSE-16-37)
 Muhammad Akhtar
(MCSE-16-10)
 Farhan Shaffi
(MCSE-16-31)
To:Sir. Imran
Our topics are
• NAND and NOR implementation
• Other two level implementation
We will discuss
• Basic logic gates implementation by
universal gates.
• Boolean function implementation by
universal gates.
• Wired Logic
• Non-degenerate forms
NAND and NOR implementation
In this topic we will discuss the following
things:
• Implementation of Basic gates using
Universal gate
• Implementation of Boolean functions
using Universal gates.
Universal Gates
• A gate that can be used to create any logic
gate is called universal gate. Hence NAND
and NOR are universal gates.
• Any Boolean function can be created
using AND OR and NOT gates.
• AND OR and NOT gates can be
implemented using NAND and NOR gates.
Implementation of NOT using NAND gate
A NAND gate with single input acts like a
NOT gate.
Implementation of AND using NAND gate
As a NAND gate is the invert of AND so by
putting an inverter on the output of NAND
we can have AND gate.
NAND implementation of
AND gate
AND gate
Implementation of OR using NAND gate
By putting additional inverters in the input
we can achieve an OR gate by a NAND gate
De Morgan's Law is the base of it.
OR gate NAND implementation
of OR gate
Symbolic equivalance of NAND gate
By De Morgan's Law we can describe NAND
gate graphically by the following symbols:
Two level implementation of NAND gate
The implementation of Boolean function with
NAND gate requires that the function be
simplified into sum of products form.
For example:
F = A.B + C.D + E
Above function implentation by NAND gate
NOT gate implementation using NOR gate
A single input NOR gate acts like a NOT gate:
NOT gate NOR implementation of
NOT gate
AND gate implementation using NOR gate
By De Morgan's theorem putting two extra
inverters in input we achieve AND gate by
NOR gate:
AND gate NOR implementation of
AND gate
OR gate implementation using NOR gate
As NOR is the invert of OR gate so by
putting an inverter in the output of NOR we
get OR gate:
OR gate NOR implementation of
OR gate
Graphical equivalance of NOR gate
By De Morgan's Law we can describe NOR
gate graphically by the following symbols:
Two level implementation of NOR gate
A two-level implementation with NOR gates
requires that the function be simplified
into product of sums form.
For example:
F = (AB' + A'B)(C + D')
Implementation using
NOR gate
Our 2nd Topic is
Other Two Level Implementation
We will discuss the following things in this
topic:
• Wired Logic.
• Non-degenerate Form
Other Two Level Implementations
• NAND and NOR gates are widely used in
the ICs.
• A few NAND or NOR gates allow the wire
connection between the outputs of two gates
for specific functionality.
• This wire connection is called the “wired
logic”.
Wired Logic gate
• A wired logic gate does not produce a
physical second level gate.
• It is a wire connection.
• For discussion we will assume the
following circuits as two level
implementation.
Open collector TTL NAND gate
• The most common example for AND wired logic
by NAND gate is open collector TTL NAND
gate.
• TTL stands for transistor-transistor logic.
• When open collector TTL NAND gate is tied
together it performs wired AND logic.
• AND gate is drawn with the lines going through
the center of the gate.
Open collector TTL NAND gate
• It means that wired AND gate is not a physical gate
but only a symbol to describe the functionality done
by the wired connection.
• The following logic implemented by circuit is called
AND-OR-Invert function.
F = (A.B)'...(C.D)' = (A.B+C.D)' = (A'+B').(C'+D')
Open collector TTL NAND gate
ECL gate
• ECL stands for Emitter Coupled Logic
• The NOR outputs of the ECL gate are tied
together to perform a wired-OR function.
• The following logic implemented by the circuit is
called OR-AND-Invert function.
F = (A+B)'+(C+D)' = [(A+B).(C+D)]'
ECL gate
Non-degenrate form
• There are 16 possible combinations of two
level forms.
• 8 of these are degenrate form because
they degenrate to a single operation.
• The remaining 8 are non-degenrate forms.
Non-degenrate form
• These forms are implemented in sum of products form or
product of sums form.
• The 8 nondegenrate forms are:
1.AND-OR 2.OR-AND
3.NAND-NAND 4.NOR-NOR
5.NOR-OR 6.NAND-AND
7.OR-NAND 8.AND-NOR
• The 1st gate listed in each of the forms
constitute first level while the 2nd gate
constitute the second level.
AND-OR-Invert implementation
• The two forms NAND-AND and AND-NOR
are equivalant.
• Both performs the AND-OR-Invert
function.
• AND-OR-Invert implementation requires
the expression in sum-of-products form.
• The following function is implemented:
F=(A.B+C.D+E)'
AND-OR-Invert implementation
OR-AND-Invert implementation
• The OR-NAND and NOR-OR forms are
equivalant.
• Both performs OR-AND-Invert function.
• OR-AND-Invert implementation requires the
expression in product of sums form.
• The following function is implemented:
F=[(A+B).(C+D).E]'
OR-AND-Invert implementation
NAND and NOR implementation and  Other two level implementation

Mais conteúdo relacionado

Mais procurados

Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)ISMT College
 
Half adder and full adder
Half adder and full adderHalf adder and full adder
Half adder and full adderSanjuktaBanik
 
Basic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraBasic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraHanu Kavi
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplificationUnsa Shakir
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adderGaditek
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits DrSonali Vyas
 
Decoders
DecodersDecoders
DecodersRe Man
 
Decoders-Digital Electronics
Decoders-Digital ElectronicsDecoders-Digital Electronics
Decoders-Digital ElectronicsPaurav Shah
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesDhwanil Champaneria
 
BCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesBCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesstudent
 
Parity Generator and Parity Checker
Parity Generator and Parity CheckerParity Generator and Parity Checker
Parity Generator and Parity CheckerJignesh Navdiya
 
Latches and flip flop
Latches and flip flopLatches and flip flop
Latches and flip flopShuaib Hotak
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital ElectronicsJanki Shah
 
Chapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic GatesChapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic GatesEr. Nawaraj Bhandari
 

Mais procurados (20)

Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
 
Half adder and full adder
Half adder and full adderHalf adder and full adder
Half adder and full adder
 
Basic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraBasic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebra
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
 
latches
 latches latches
latches
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 
Decoders
DecodersDecoders
Decoders
 
Decoders-Digital Electronics
Decoders-Digital ElectronicsDecoders-Digital Electronics
Decoders-Digital Electronics
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gates
 
BCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesBCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codes
 
Parity Generator and Parity Checker
Parity Generator and Parity CheckerParity Generator and Parity Checker
Parity Generator and Parity Checker
 
Latches and flip flop
Latches and flip flopLatches and flip flop
Latches and flip flop
 
Chapter 4: Combinational Logic
Chapter 4: Combinational LogicChapter 4: Combinational Logic
Chapter 4: Combinational Logic
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital Electronics
 
Chapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic GatesChapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic Gates
 

Semelhante a NAND and NOR implementation and Other two level implementation

NAND AND NOR IMPLEMENTATION.pptx
NAND AND NOR IMPLEMENTATION.pptxNAND AND NOR IMPLEMENTATION.pptx
NAND AND NOR IMPLEMENTATION.pptxrecoveraccount1
 
Logic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSGLogic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSGVaibhavGalbale1
 
Universal Gates - Aneesa N Ali
Universal Gates - Aneesa N AliUniversal Gates - Aneesa N Ali
Universal Gates - Aneesa N AliDipayan Sarkar
 
Lecture4 Chapter3- Non-Degenerate Forms.pdf
Lecture4 Chapter3- Non-Degenerate Forms.pdfLecture4 Chapter3- Non-Degenerate Forms.pdf
Lecture4 Chapter3- Non-Degenerate Forms.pdfUmerKhan147799
 
11_Fundamentals_of_Digital_Electronics_L.pptx
11_Fundamentals_of_Digital_Electronics_L.pptx11_Fundamentals_of_Digital_Electronics_L.pptx
11_Fundamentals_of_Digital_Electronics_L.pptxElisée Ndjabu
 
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...sanjay kumar pediredla
 
Universal logic gate
Universal logic gateUniversal logic gate
Universal logic gatesana younas
 
integrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxintegrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxFermanIbrahim
 
UNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxUNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxGaganaP13
 
Basic gates and functions
Basic gates and functionsBasic gates and functions
Basic gates and functionspong_sk1
 
Find all hazards in this circuit. Redesign the circuit as a three-le.pdf
Find all hazards in this circuit.  Redesign the circuit as a three-le.pdfFind all hazards in this circuit.  Redesign the circuit as a three-le.pdf
Find all hazards in this circuit. Redesign the circuit as a three-le.pdfArrowdeepak
 
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
 

Semelhante a NAND and NOR implementation and Other two level implementation (20)

ECAD lab manual
ECAD lab manualECAD lab manual
ECAD lab manual
 
NAND AND NOR IMPLEMENTATION.pptx
NAND AND NOR IMPLEMENTATION.pptxNAND AND NOR IMPLEMENTATION.pptx
NAND AND NOR IMPLEMENTATION.pptx
 
e CAD lab manual
e CAD lab manuale CAD lab manual
e CAD lab manual
 
Deld lab manual
Deld lab manualDeld lab manual
Deld lab manual
 
Logic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSGLogic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSG
 
Nand and nor
Nand and norNand and nor
Nand and nor
 
Universal Gates - Aneesa N Ali
Universal Gates - Aneesa N AliUniversal Gates - Aneesa N Ali
Universal Gates - Aneesa N Ali
 
VLSI & E-CAD Lab Manual
VLSI & E-CAD Lab ManualVLSI & E-CAD Lab Manual
VLSI & E-CAD Lab Manual
 
Lecture4 Chapter3- Non-Degenerate Forms.pdf
Lecture4 Chapter3- Non-Degenerate Forms.pdfLecture4 Chapter3- Non-Degenerate Forms.pdf
Lecture4 Chapter3- Non-Degenerate Forms.pdf
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
Logic gates
Logic gatesLogic gates
Logic gates
 
11_Fundamentals_of_Digital_Electronics_L.pptx
11_Fundamentals_of_Digital_Electronics_L.pptx11_Fundamentals_of_Digital_Electronics_L.pptx
11_Fundamentals_of_Digital_Electronics_L.pptx
 
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
 
Universal logic gate
Universal logic gateUniversal logic gate
Universal logic gate
 
integrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxintegrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptx
 
UNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxUNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptx
 
Basic gates and functions
Basic gates and functionsBasic gates and functions
Basic gates and functions
 
Lab no 4
Lab no 4Lab no 4
Lab no 4
 
Find all hazards in this circuit. Redesign the circuit as a three-le.pdf
Find all hazards in this circuit.  Redesign the circuit as a three-le.pdfFind all hazards in this circuit.  Redesign the circuit as a three-le.pdf
Find all hazards in this circuit. Redesign the circuit as a three-le.pdf
 
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
 

Último

Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxlionnarsimharajumjf
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...David Celestin
 
Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20rejz122017
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. MumbaiCall Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. MumbaiPriya Reddy
 
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESBIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESfuthumetsaneliswa
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfMahamudul Hasan
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.thamaeteboho94
 
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxBEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxthusosetemere
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
History of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathHistory of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathphntsoaki
 
Lions New Portal from Narsimha Raju Dichpally 320D.pptx
Lions New Portal from Narsimha Raju Dichpally 320D.pptxLions New Portal from Narsimha Raju Dichpally 320D.pptx
Lions New Portal from Narsimha Raju Dichpally 320D.pptxlionnarsimharajumjf
 
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNLITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNtntlai16
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...ZurliaSoop
 

Último (20)

Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptx
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. MumbaiCall Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
Call Girls Near The Byke Suraj Plaza Mumbai »¡¡ 07506202331¡¡« R.K. Mumbai
 
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESBIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxBEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
History of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathHistory of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth death
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
Lions New Portal from Narsimha Raju Dichpally 320D.pptx
Lions New Portal from Narsimha Raju Dichpally 320D.pptxLions New Portal from Narsimha Raju Dichpally 320D.pptx
Lions New Portal from Narsimha Raju Dichpally 320D.pptx
 
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNLITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 

NAND and NOR implementation and Other two level implementation

  • 1.
  • 2. Presentation submitted By: Muhammad Zubaid Rasool (MCSE-16-37)  Muhammad Akhtar (MCSE-16-10)  Farhan Shaffi (MCSE-16-31) To:Sir. Imran
  • 3. Our topics are • NAND and NOR implementation • Other two level implementation
  • 4. We will discuss • Basic logic gates implementation by universal gates. • Boolean function implementation by universal gates. • Wired Logic • Non-degenerate forms
  • 5. NAND and NOR implementation In this topic we will discuss the following things: • Implementation of Basic gates using Universal gate • Implementation of Boolean functions using Universal gates.
  • 6. Universal Gates • A gate that can be used to create any logic gate is called universal gate. Hence NAND and NOR are universal gates. • Any Boolean function can be created using AND OR and NOT gates. • AND OR and NOT gates can be implemented using NAND and NOR gates.
  • 7. Implementation of NOT using NAND gate A NAND gate with single input acts like a NOT gate.
  • 8. Implementation of AND using NAND gate As a NAND gate is the invert of AND so by putting an inverter on the output of NAND we can have AND gate. NAND implementation of AND gate AND gate
  • 9. Implementation of OR using NAND gate By putting additional inverters in the input we can achieve an OR gate by a NAND gate De Morgan's Law is the base of it. OR gate NAND implementation of OR gate
  • 10. Symbolic equivalance of NAND gate By De Morgan's Law we can describe NAND gate graphically by the following symbols:
  • 11. Two level implementation of NAND gate The implementation of Boolean function with NAND gate requires that the function be simplified into sum of products form. For example: F = A.B + C.D + E
  • 13. NOT gate implementation using NOR gate A single input NOR gate acts like a NOT gate: NOT gate NOR implementation of NOT gate
  • 14. AND gate implementation using NOR gate By De Morgan's theorem putting two extra inverters in input we achieve AND gate by NOR gate: AND gate NOR implementation of AND gate
  • 15. OR gate implementation using NOR gate As NOR is the invert of OR gate so by putting an inverter in the output of NOR we get OR gate: OR gate NOR implementation of OR gate
  • 16. Graphical equivalance of NOR gate By De Morgan's Law we can describe NOR gate graphically by the following symbols:
  • 17. Two level implementation of NOR gate A two-level implementation with NOR gates requires that the function be simplified into product of sums form. For example: F = (AB' + A'B)(C + D') Implementation using NOR gate
  • 18. Our 2nd Topic is Other Two Level Implementation We will discuss the following things in this topic: • Wired Logic. • Non-degenerate Form
  • 19. Other Two Level Implementations • NAND and NOR gates are widely used in the ICs. • A few NAND or NOR gates allow the wire connection between the outputs of two gates for specific functionality. • This wire connection is called the “wired logic”.
  • 20. Wired Logic gate • A wired logic gate does not produce a physical second level gate. • It is a wire connection. • For discussion we will assume the following circuits as two level implementation.
  • 21. Open collector TTL NAND gate • The most common example for AND wired logic by NAND gate is open collector TTL NAND gate. • TTL stands for transistor-transistor logic. • When open collector TTL NAND gate is tied together it performs wired AND logic. • AND gate is drawn with the lines going through the center of the gate.
  • 22. Open collector TTL NAND gate • It means that wired AND gate is not a physical gate but only a symbol to describe the functionality done by the wired connection. • The following logic implemented by circuit is called AND-OR-Invert function. F = (A.B)'...(C.D)' = (A.B+C.D)' = (A'+B').(C'+D')
  • 23. Open collector TTL NAND gate
  • 24. ECL gate • ECL stands for Emitter Coupled Logic • The NOR outputs of the ECL gate are tied together to perform a wired-OR function. • The following logic implemented by the circuit is called OR-AND-Invert function. F = (A+B)'+(C+D)' = [(A+B).(C+D)]'
  • 26. Non-degenrate form • There are 16 possible combinations of two level forms. • 8 of these are degenrate form because they degenrate to a single operation. • The remaining 8 are non-degenrate forms.
  • 27. Non-degenrate form • These forms are implemented in sum of products form or product of sums form. • The 8 nondegenrate forms are: 1.AND-OR 2.OR-AND 3.NAND-NAND 4.NOR-NOR 5.NOR-OR 6.NAND-AND 7.OR-NAND 8.AND-NOR • The 1st gate listed in each of the forms constitute first level while the 2nd gate constitute the second level.
  • 28. AND-OR-Invert implementation • The two forms NAND-AND and AND-NOR are equivalant. • Both performs the AND-OR-Invert function. • AND-OR-Invert implementation requires the expression in sum-of-products form. • The following function is implemented: F=(A.B+C.D+E)'
  • 30. OR-AND-Invert implementation • The OR-NAND and NOR-OR forms are equivalant. • Both performs OR-AND-Invert function. • OR-AND-Invert implementation requires the expression in product of sums form. • The following function is implemented: F=[(A+B).(C+D).E]'