SlideShare a Scribd company logo
1 of 24
Presentation
by
Suhair Subhan 20013322-004
Naeem Ullah 20013322-007
Hasnain Nazir 20013322-020
Abu Huraira 20013322-032
Contents
• The inverter
• The and gate
• The or Gate
• The nand gate
• The nor gate
• The XOR & XOR gate
• Basic combinational logic circuits
• Implementation of combinational logic circuit
Inverter
• The inverter (NOT circuit) performs the operation called inversion or
complementation.
• The inverter changes one logic level to the opposite level.
• In terms of bits, it changes a 1 to a 0 and a 0 to a 1.
Timing diagram of inverter
• When the input is LOW, the output is HIGH;
• when the input is HIGH, the output is LOW,
• thereby producing an inverted output pulse
Applications
• Figure 3 shows a circuit for producing the 1’s complement of an 8-bit
binary number.
• The bits of the binary number are applied to the inverter inputs
• and the 1’s complement of the number appears on the outputs.
And gate
• The AND gate is one of the basic gates that can be combined to form
any logic function.
• An AND gate can have two or more inputs and performs what is
known as logical multiplication.
• The AND gate is composed of two or more inputs and a single output,
as indicated by the standard logic symbols shown in Figure 4
Truth table
• An AND gate produces a HIGH output only when all of the inputs are
HIGH. When any of the inputs is LOW, the output is LOW.
application
Or gate
• An OR gate can have two or more inputs and performs what is known
as logical addition.
• For a 2-input OR gate, output X is HIGH when either input A or input B
is HIGH,
• when both A and B are HIGH; X is LOW only when both A and B are
LOW.
Application
Nand gate
• The term NAND is a contraction of NOT-AND and implies an AND
function with a complemented (inverted) output.
• It can be used as a universal gate; that is, NAND gates can be used in
combination to perform the AND, OR, and inverter operations.
•
Application
Nor gate
• The NOR gate, like the NAND gate, is a useful logic element because
• it can also be used as a universal gate; that is, NOR gates can be used
in combination to perform the AND, OR, and inverter operations.
• For a 2-input NOR gate, output X is LOW when either input A or input
B is HIGH, or when both A and B are HIGH; X is HIGH only when both
A and B are LOW.
application
XOR Gate
• Exclusive-OR and exclusive-NOR gates are formed by a combination of
other gates already discussed,
• For an exclusive-OR gate, output X is HIGH when input A is LOW and
input B is HIGH.
• when input A is HIGH and input B is LOW; X is LOW when A and B are
both HIGH or both LOW.
Application
XNor gate
• For an exclusive-NOR gate, output X is LOW when input A is LOW and
input B is HIGH,
• when A is HIGH and B is LOW; X is HIGH when A and B are both HIGH
or both LOW.
Combinational logic circuits
• combinational logic is a type of digital logic which is implemented by
Boolean circuits,
• where the output is a pure function of the present input only.
• In which the output depends not only on the present input but also
on the history of the input.
AND OR logic
• s an AND-OR circuit consisting of two 2-input AND gates and one 2-
input OR gate
• For a 4-input AND-OR logic circuit, the output X is HIGH (1) if both
input A and input B are HIGH (1) or both input C and input D are HIGH
(1).
And-or invert logic
• when the output of an AND-OR circuit is complemented (inverted), it
results in an AND-OR Invert circuit.
• For a 4-input AND-OR-Invert logic circuit, the output X is LOW (0)
• if both input A and input B are HIGH (1) or both input C and input D
are HIGH (1).
Implementation of combinational logic
• Logic expression
X = AB(CD + EF)
Nand gate as universal logic gate
Nor gate as a universal gate
Presentation on basic logic gates and combinational circuits

More Related Content

Similar to Presentation on basic logic gates and combinational circuits

Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Satya P. Joshi
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates. Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates. Satya P. Joshi
 
LOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdfLOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdfMeghaChauhan75
 
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
 
UNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxUNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxGaganaP13
 
Logic Gate.pptx
Logic Gate.pptxLogic Gate.pptx
Logic Gate.pptxHrRajon2
 
Digital logic
Digital logicDigital logic
Digital logicAmeeraPM
 
Digital logic
Digital logicDigital logic
Digital logicAmeeraPM
 
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsCOMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsVanitha Chandru
 
integrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxintegrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxFermanIbrahim
 
Logic Gates & Related Device
Logic Gates & Related DeviceLogic Gates & Related Device
Logic Gates & Related DeviceMd. Nahidul Islam
 
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
 
Computer logic and gates
Computer logic and gatesComputer logic and gates
Computer logic and gatessamina khan
 
ICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptxICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptxChristianVelchez2
 
Introduction to digital logic gates
Introduction to digital logic gatesIntroduction to digital logic gates
Introduction to digital logic gatesVikas Dongre
 

Similar to Presentation on basic logic gates and combinational circuits (20)

Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates. Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
 
LOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdfLOGICAL GATES mayank chauhan.pdf
LOGICAL GATES mayank chauhan.pdf
 
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
 
UNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxUNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptx
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Logic Gate.pptx
Logic Gate.pptxLogic Gate.pptx
Logic Gate.pptx
 
Digital logic
Digital logicDigital logic
Digital logic
 
Digital logic
Digital logicDigital logic
Digital logic
 
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsCOMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
 
Logic gates
Logic gatesLogic gates
Logic gates
 
integrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxintegrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptx
 
Logic Gates & Related Device
Logic Gates & Related DeviceLogic Gates & Related Device
Logic Gates & Related Device
 
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
 
Computer logic and gates
Computer logic and gatesComputer logic and gates
Computer logic and gates
 
ICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptxICT Basic Logic Gates Lessons.pptx
ICT Basic Logic Gates Lessons.pptx
 
BASIC LOGIC GATES.pdf
BASIC LOGIC GATES.pdfBASIC LOGIC GATES.pdf
BASIC LOGIC GATES.pdf
 
Introduction to digital logic gates
Introduction to digital logic gatesIntroduction to digital logic gates
Introduction to digital logic gates
 
Computer architecture 1
Computer architecture  1Computer architecture  1
Computer architecture 1
 

More from HASNAINNAZIR1

AC Motors,Types & Applications.pptx
AC Motors,Types & Applications.pptxAC Motors,Types & Applications.pptx
AC Motors,Types & Applications.pptxHASNAINNAZIR1
 
“Electric Flux Density & Applications3.1.-converted.pptx
“Electric Flux Density & Applications3.1.-converted.pptx“Electric Flux Density & Applications3.1.-converted.pptx
“Electric Flux Density & Applications3.1.-converted.pptxHASNAINNAZIR1
 
Computer Architecture & Program Execution.pptx
Computer Architecture & Program Execution.pptxComputer Architecture & Program Execution.pptx
Computer Architecture & Program Execution.pptxHASNAINNAZIR1
 
introduction to high voltage engineering.pdf
introduction to high voltage engineering.pdfintroduction to high voltage engineering.pdf
introduction to high voltage engineering.pdfHASNAINNAZIR1
 
LEC - 2 (SUBSTATIONS).pdf
LEC - 2 (SUBSTATIONS).pdfLEC - 2 (SUBSTATIONS).pdf
LEC - 2 (SUBSTATIONS).pdfHASNAINNAZIR1
 
LEC - 1 (SUPPLY SYSTEMS).pdf
LEC - 1 (SUPPLY SYSTEMS).pdfLEC - 1 (SUPPLY SYSTEMS).pdf
LEC - 1 (SUPPLY SYSTEMS).pdfHASNAINNAZIR1
 
Presentation final year report(ROLL 020).pptx
Presentation final year report(ROLL 020).pptxPresentation final year report(ROLL 020).pptx
Presentation final year report(ROLL 020).pptxHASNAINNAZIR1
 
Brushless DC Motor.pptx
Brushless DC Motor.pptxBrushless DC Motor.pptx
Brushless DC Motor.pptxHASNAINNAZIR1
 

More from HASNAINNAZIR1 (8)

AC Motors,Types & Applications.pptx
AC Motors,Types & Applications.pptxAC Motors,Types & Applications.pptx
AC Motors,Types & Applications.pptx
 
“Electric Flux Density & Applications3.1.-converted.pptx
“Electric Flux Density & Applications3.1.-converted.pptx“Electric Flux Density & Applications3.1.-converted.pptx
“Electric Flux Density & Applications3.1.-converted.pptx
 
Computer Architecture & Program Execution.pptx
Computer Architecture & Program Execution.pptxComputer Architecture & Program Execution.pptx
Computer Architecture & Program Execution.pptx
 
introduction to high voltage engineering.pdf
introduction to high voltage engineering.pdfintroduction to high voltage engineering.pdf
introduction to high voltage engineering.pdf
 
LEC - 2 (SUBSTATIONS).pdf
LEC - 2 (SUBSTATIONS).pdfLEC - 2 (SUBSTATIONS).pdf
LEC - 2 (SUBSTATIONS).pdf
 
LEC - 1 (SUPPLY SYSTEMS).pdf
LEC - 1 (SUPPLY SYSTEMS).pdfLEC - 1 (SUPPLY SYSTEMS).pdf
LEC - 1 (SUPPLY SYSTEMS).pdf
 
Presentation final year report(ROLL 020).pptx
Presentation final year report(ROLL 020).pptxPresentation final year report(ROLL 020).pptx
Presentation final year report(ROLL 020).pptx
 
Brushless DC Motor.pptx
Brushless DC Motor.pptxBrushless DC Motor.pptx
Brushless DC Motor.pptx
 

Recently uploaded

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

Presentation on basic logic gates and combinational circuits

  • 1. Presentation by Suhair Subhan 20013322-004 Naeem Ullah 20013322-007 Hasnain Nazir 20013322-020 Abu Huraira 20013322-032
  • 2. Contents • The inverter • The and gate • The or Gate • The nand gate • The nor gate • The XOR & XOR gate • Basic combinational logic circuits • Implementation of combinational logic circuit
  • 3. Inverter • The inverter (NOT circuit) performs the operation called inversion or complementation. • The inverter changes one logic level to the opposite level. • In terms of bits, it changes a 1 to a 0 and a 0 to a 1.
  • 4. Timing diagram of inverter • When the input is LOW, the output is HIGH; • when the input is HIGH, the output is LOW, • thereby producing an inverted output pulse
  • 5. Applications • Figure 3 shows a circuit for producing the 1’s complement of an 8-bit binary number. • The bits of the binary number are applied to the inverter inputs • and the 1’s complement of the number appears on the outputs.
  • 6. And gate • The AND gate is one of the basic gates that can be combined to form any logic function. • An AND gate can have two or more inputs and performs what is known as logical multiplication. • The AND gate is composed of two or more inputs and a single output, as indicated by the standard logic symbols shown in Figure 4
  • 7. Truth table • An AND gate produces a HIGH output only when all of the inputs are HIGH. When any of the inputs is LOW, the output is LOW.
  • 9. Or gate • An OR gate can have two or more inputs and performs what is known as logical addition. • For a 2-input OR gate, output X is HIGH when either input A or input B is HIGH, • when both A and B are HIGH; X is LOW only when both A and B are LOW.
  • 11. Nand gate • The term NAND is a contraction of NOT-AND and implies an AND function with a complemented (inverted) output. • It can be used as a universal gate; that is, NAND gates can be used in combination to perform the AND, OR, and inverter operations. •
  • 13. Nor gate • The NOR gate, like the NAND gate, is a useful logic element because • it can also be used as a universal gate; that is, NOR gates can be used in combination to perform the AND, OR, and inverter operations. • For a 2-input NOR gate, output X is LOW when either input A or input B is HIGH, or when both A and B are HIGH; X is HIGH only when both A and B are LOW.
  • 15. XOR Gate • Exclusive-OR and exclusive-NOR gates are formed by a combination of other gates already discussed, • For an exclusive-OR gate, output X is HIGH when input A is LOW and input B is HIGH. • when input A is HIGH and input B is LOW; X is LOW when A and B are both HIGH or both LOW.
  • 17. XNor gate • For an exclusive-NOR gate, output X is LOW when input A is LOW and input B is HIGH, • when A is HIGH and B is LOW; X is HIGH when A and B are both HIGH or both LOW.
  • 18. Combinational logic circuits • combinational logic is a type of digital logic which is implemented by Boolean circuits, • where the output is a pure function of the present input only. • In which the output depends not only on the present input but also on the history of the input.
  • 19. AND OR logic • s an AND-OR circuit consisting of two 2-input AND gates and one 2- input OR gate • For a 4-input AND-OR logic circuit, the output X is HIGH (1) if both input A and input B are HIGH (1) or both input C and input D are HIGH (1).
  • 20. And-or invert logic • when the output of an AND-OR circuit is complemented (inverted), it results in an AND-OR Invert circuit. • For a 4-input AND-OR-Invert logic circuit, the output X is LOW (0) • if both input A and input B are HIGH (1) or both input C and input D are HIGH (1).
  • 21. Implementation of combinational logic • Logic expression X = AB(CD + EF)
  • 22. Nand gate as universal logic gate
  • 23. Nor gate as a universal gate