SlideShare a Scribd company logo
1 of 25
DIGITAL
ELECTRONICS
PRESENTED BY :
LATA KUSHWAHA
INTRODUCTION
• Digital Electronics
• Why needed ?
• Difference between analog and digital electronics
• Important topics covered in digital electronics
• Logic Gates
• Boolean Algebra
• Integrated Circuit
Digital Electronics
That branch of electronics which deals with the
digital signals to perform various tasks and
meet various requirements.
Uses only binary digits 0 and 1.
Why needed ?
• Most analog systems were less accurate and
were slow in computation and performance.
• Ability to work faster.
• Can be operate on very high frequency.
• Much economical than analog methodology.
Difference
Analog Electronics Digital Electronics
1. Usually larger circuits and occupies
more area.
1. Has smaller IC and occupies lesser
area.
2. Its measuring instruments are less
accurate , chance of misreading are
more.
2. Its measuring instruments are more
accurate and there are no case
misreading it.
3. Higher harms in case of drops and falls. 3. Lesser harms on drops and falls.
Some important topics
• Logic Gates
• Boolean Algebra
• Integrated Circuit
LOGIC GATES
• Logic gates are the basic blocks of the digital
circuits.
• Circuits which are used to process digital signals
are called logic gates.
• It is of two types:
- Combinational Gates
- Sequential Gates
Combinational Gates
•The output at any instant depends upon the inputs at that
instant.
•Means previous input does not have any effect on the output.
• Combinational gates are further divided into given
categories :
- Basic gates: OR , NOT and AND
-Two universal gates: NAND , NOR.
-Arithmetic Gates: XOR , XNOR,
Basic Gate : AND
Symbol Truth Table
Using diode Using Transistor
OR Gate
symbol Truth Table
Using diode Using Transistor
NOT Gate
Symbol Truth Table
Using diode Using Transistor
Universal Gate: NAND
Symbol Truth Table
2-input NAND Gate
B A Q
0 0 1
0 1 1
1 0 1
1 1 0
Boolean Expression Q = A.B Read as A AND B gives NOT Q
NOR Gate
Symbol Truth Table
Circuit Diagram Using Transistor
Arithmetic Gate: XOR
Symbol Truth Table
Logic Circuit Diagram:
XNOR
Symbol Truth Table
Logic Circuit Diagram:
Adder
• An adder is a digital circuit that performs addition of
numbers.
• It produces sum and carry.
• Adders are classified into two types:
- Half adder
- Full adder
• The relationship between the Full-Adder and the Half-
Adder is half adder produces results and full adder uses half
adder to produce some other result.
Half Adder
• A logic circuit that adds two bits producing a sum and carry to be used in the next
higher position is called Half Adder.
• By using half adder, we can design simple addition with the help of logic gates.
Logic Circuit Diagram: Truth Table :
Full Adder
• A logic circuit that adds three bits producing a sum and a carry bit from previous
addition, which results in a sum and carry is called Full Adder.
• The first two inputs are A and B and the third input is an input carry as C-IN.
Logic Circuit Diagram: Truth Table :
Subtractor
• An subtractor is a digital circuit that performs
addition of numbers.
• It produces difference and borrow.
• Subtractors are classified into two types:
- Half Subtractor
- Full Subtractor
Half -Subtractor
• It is a logic circuit which subtracts two bits and produces their difference.
• Consists of one XOR and one AND gate.
• There are two inputs and two outputs one difference and other borrow.
Logic Circuit Diagram: Truth Table :
Expression:
• D = (X’Y + XY’) = X ⊕ Y
• B = X’Y
Full Subtractor
• Full subtractor as a combinational circuit which takes three inputs and produces two
outputs difference and borrow.
• Can be designed with the help of two half subtractors and an OR gate.
Logic Circuit Diagram: Truth Table :
Expression :
• (X’Y’Z + X’YZ’ + XY’Z’ + XYZ) = X ⊕ Y ⊕ Z
• (X’Y’Z + X’YZ’ + X’YZ + XYZ) = X'(Y ⊕ Z) + YZ
Sequential Logic Gates
• A sequential logic circuit is one whose outputs depend not only on its current
inputs, but also on the past sequence of inputs.
• It possess a memory function.
• Their output depends on a SEQUENCE of the events occurring at the circuit
inputs.
BOOLEAN ALGEBRA
• Boolean algebra is the symbolic logic invented by Boole for analysis and design of
digital circuits.
• Only three operations are possible in Boolean algebra which are as follows:
- the OR addition
- the AND multiplication
- the NOT operation
• De-morgan’s theorem is also applied in this:
(i). (ii).
Expression:
INTEGRATED CIRCUIT
• An IC or monolithic integrated circuit is a set of electronic
circuit on one small flat piece of semiconductor material
normally silicon.
• Hundreds of integrated circuits are made at the same time
on a single, thin slice of silicon and are then cut apart into
individual IC chips.
Thank you

More Related Content

What's hot

Design of ANN controller for power converter using MATLAB GUI
Design of ANN controller for power converter using MATLAB GUIDesign of ANN controller for power converter using MATLAB GUI
Design of ANN controller for power converter using MATLAB GUIDr M Muruganandam Masilamani
 
Electronics counter
Electronics counterElectronics counter
Electronics counterkanusinghal3
 
Digital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract DetailsDigital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract DetailsJustin George
 
IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)Aron Kondoro
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ajit kumar singh
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ajit kumar singh
 
Key vocabulary 10 & 11 g
Key vocabulary 10 & 11 gKey vocabulary 10 & 11 g
Key vocabulary 10 & 11 gCDI Aljeer
 
Advantages and Disadvantages of Digital Electronics | Electrical Engineering
Advantages and Disadvantages of Digital Electronics | Electrical EngineeringAdvantages and Disadvantages of Digital Electronics | Electrical Engineering
Advantages and Disadvantages of Digital Electronics | Electrical EngineeringTransweb Global Inc
 
Latest Digital Electronic Projects
Latest Digital Electronic ProjectsLatest Digital Electronic Projects
Latest Digital Electronic Projectselprocus
 
Electronics Projects List for Engineering Students
Electronics Projects List for Engineering StudentsElectronics Projects List for Engineering Students
Electronics Projects List for Engineering StudentsElectronics Hub
 
Lecture 2 - Electronics for the Internet of Things
Lecture 2 - Electronics for the Internet of ThingsLecture 2 - Electronics for the Internet of Things
Lecture 2 - Electronics for the Internet of ThingsAlexandru Radovici
 
Electronics for the Internet of Things
Electronics for the Internet of ThingsElectronics for the Internet of Things
Electronics for the Internet of ThingsAlexandru Radovici
 
Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?callr
 

What's hot (20)

Arduino Thermometer
Arduino ThermometerArduino Thermometer
Arduino Thermometer
 
Chapter 2 ee202 boolean part a
Chapter 2 ee202 boolean part aChapter 2 ee202 boolean part a
Chapter 2 ee202 boolean part a
 
Design of ANN controller for power converter using MATLAB GUI
Design of ANN controller for power converter using MATLAB GUIDesign of ANN controller for power converter using MATLAB GUI
Design of ANN controller for power converter using MATLAB GUI
 
Introduction of digital system
Introduction of digital systemIntroduction of digital system
Introduction of digital system
 
Electronics counter
Electronics counterElectronics counter
Electronics counter
 
Digital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract DetailsDigital Thermometer Arduino Based Abstract Details
Digital Thermometer Arduino Based Abstract Details
 
IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
 
Grounding
GroundingGrounding
Grounding
 
Key vocabulary 10 & 11 g
Key vocabulary 10 & 11 gKey vocabulary 10 & 11 g
Key vocabulary 10 & 11 g
 
Advantages and Disadvantages of Digital Electronics | Electrical Engineering
Advantages and Disadvantages of Digital Electronics | Electrical EngineeringAdvantages and Disadvantages of Digital Electronics | Electrical Engineering
Advantages and Disadvantages of Digital Electronics | Electrical Engineering
 
Lec 4
Lec 4Lec 4
Lec 4
 
Latest Digital Electronic Projects
Latest Digital Electronic ProjectsLatest Digital Electronic Projects
Latest Digital Electronic Projects
 
Lec 3
Lec 3Lec 3
Lec 3
 
Electronics Projects List for Engineering Students
Electronics Projects List for Engineering StudentsElectronics Projects List for Engineering Students
Electronics Projects List for Engineering Students
 
Lec 5
Lec 5Lec 5
Lec 5
 
Lecture 2 - Electronics for the Internet of Things
Lecture 2 - Electronics for the Internet of ThingsLecture 2 - Electronics for the Internet of Things
Lecture 2 - Electronics for the Internet of Things
 
Electronics for the Internet of Things
Electronics for the Internet of ThingsElectronics for the Internet of Things
Electronics for the Internet of Things
 
Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?
 

Similar to Lata digital electronics

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
 
Chapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfChapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfTamiratDejene1
 
Logic gates and circuits
Logic gates and circuitsLogic gates and circuits
Logic gates and circuitsAswiniT3
 
Binary parallel adder, decimal adder
Binary parallel adder, decimal adderBinary parallel adder, decimal adder
Binary parallel adder, decimal addershahzad ali
 
integrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxintegrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxFermanIbrahim
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits DrSonali Vyas
 
Switching theory unit 2
Switching theory unit 2Switching theory unit 2
Switching theory unit 2SURBHI SAROHA
 
digital logic circuits, digital component
 digital logic circuits, digital component digital logic circuits, digital component
digital logic circuits, digital componentRai University
 
Bca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital componentBca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital componentRai University
 
B.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital componentB.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital componentRai University
 
1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdf1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdfRohitkumarYadav80
 
1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdf1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdfRohitkumarYadav80
 
Combinational Circuits.pptx
Combinational Circuits.pptxCombinational Circuits.pptx
Combinational Circuits.pptxAshokRachapalli1
 
Integrated circuit 7483 Adder/Subtractor
Integrated circuit 7483 Adder/SubtractorIntegrated circuit 7483 Adder/Subtractor
Integrated circuit 7483 Adder/Subtractortanishashukla147
 
Combinational circuits r011
Combinational circuits   r011Combinational circuits   r011
Combinational circuits r011arunachalamr16
 
UNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxUNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxGaganaP13
 

Similar to Lata digital electronics (20)

Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
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
 
Chapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfChapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdf
 
Logic gates and circuits
Logic gates and circuitsLogic gates and circuits
Logic gates and circuits
 
Binary parallel adder, decimal adder
Binary parallel adder, decimal adderBinary parallel adder, decimal adder
Binary parallel adder, decimal adder
 
integrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptxintegrated circutits -324567654-12-345-.pptx
integrated circutits -324567654-12-345-.pptx
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Switching theory unit 2
Switching theory unit 2Switching theory unit 2
Switching theory unit 2
 
digital logic circuits, digital component
 digital logic circuits, digital component digital logic circuits, digital component
digital logic circuits, digital component
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
Bca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital componentBca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital component
 
B.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital componentB.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital component
 
1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdf1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdf
 
1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdf1. Combinational Logic Circutis with examples (1).pdf
1. Combinational Logic Circutis with examples (1).pdf
 
Combinational Circuits.pptx
Combinational Circuits.pptxCombinational Circuits.pptx
Combinational Circuits.pptx
 
Integrated circuit 7483 Adder/Subtractor
Integrated circuit 7483 Adder/SubtractorIntegrated circuit 7483 Adder/Subtractor
Integrated circuit 7483 Adder/Subtractor
 
Combinational circuits r011
Combinational circuits   r011Combinational circuits   r011
Combinational circuits r011
 
UNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptxUNIVERSAL PROPERTY.pptx
UNIVERSAL PROPERTY.pptx
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Chapter1
Chapter1Chapter1
Chapter1
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
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
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
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...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
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
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

Lata digital electronics

  • 2. INTRODUCTION • Digital Electronics • Why needed ? • Difference between analog and digital electronics • Important topics covered in digital electronics • Logic Gates • Boolean Algebra • Integrated Circuit
  • 3. Digital Electronics That branch of electronics which deals with the digital signals to perform various tasks and meet various requirements. Uses only binary digits 0 and 1.
  • 4. Why needed ? • Most analog systems were less accurate and were slow in computation and performance. • Ability to work faster. • Can be operate on very high frequency. • Much economical than analog methodology.
  • 5. Difference Analog Electronics Digital Electronics 1. Usually larger circuits and occupies more area. 1. Has smaller IC and occupies lesser area. 2. Its measuring instruments are less accurate , chance of misreading are more. 2. Its measuring instruments are more accurate and there are no case misreading it. 3. Higher harms in case of drops and falls. 3. Lesser harms on drops and falls.
  • 6. Some important topics • Logic Gates • Boolean Algebra • Integrated Circuit
  • 7. LOGIC GATES • Logic gates are the basic blocks of the digital circuits. • Circuits which are used to process digital signals are called logic gates. • It is of two types: - Combinational Gates - Sequential Gates
  • 8. Combinational Gates •The output at any instant depends upon the inputs at that instant. •Means previous input does not have any effect on the output. • Combinational gates are further divided into given categories : - Basic gates: OR , NOT and AND -Two universal gates: NAND , NOR. -Arithmetic Gates: XOR , XNOR,
  • 9. Basic Gate : AND Symbol Truth Table Using diode Using Transistor
  • 10. OR Gate symbol Truth Table Using diode Using Transistor
  • 11. NOT Gate Symbol Truth Table Using diode Using Transistor
  • 12. Universal Gate: NAND Symbol Truth Table 2-input NAND Gate B A Q 0 0 1 0 1 1 1 0 1 1 1 0 Boolean Expression Q = A.B Read as A AND B gives NOT Q
  • 13. NOR Gate Symbol Truth Table Circuit Diagram Using Transistor
  • 14. Arithmetic Gate: XOR Symbol Truth Table Logic Circuit Diagram:
  • 15. XNOR Symbol Truth Table Logic Circuit Diagram:
  • 16. Adder • An adder is a digital circuit that performs addition of numbers. • It produces sum and carry. • Adders are classified into two types: - Half adder - Full adder • The relationship between the Full-Adder and the Half- Adder is half adder produces results and full adder uses half adder to produce some other result.
  • 17. Half Adder • A logic circuit that adds two bits producing a sum and carry to be used in the next higher position is called Half Adder. • By using half adder, we can design simple addition with the help of logic gates. Logic Circuit Diagram: Truth Table :
  • 18. Full Adder • A logic circuit that adds three bits producing a sum and a carry bit from previous addition, which results in a sum and carry is called Full Adder. • The first two inputs are A and B and the third input is an input carry as C-IN. Logic Circuit Diagram: Truth Table :
  • 19. Subtractor • An subtractor is a digital circuit that performs addition of numbers. • It produces difference and borrow. • Subtractors are classified into two types: - Half Subtractor - Full Subtractor
  • 20. Half -Subtractor • It is a logic circuit which subtracts two bits and produces their difference. • Consists of one XOR and one AND gate. • There are two inputs and two outputs one difference and other borrow. Logic Circuit Diagram: Truth Table : Expression: • D = (X’Y + XY’) = X ⊕ Y • B = X’Y
  • 21. Full Subtractor • Full subtractor as a combinational circuit which takes three inputs and produces two outputs difference and borrow. • Can be designed with the help of two half subtractors and an OR gate. Logic Circuit Diagram: Truth Table : Expression : • (X’Y’Z + X’YZ’ + XY’Z’ + XYZ) = X ⊕ Y ⊕ Z • (X’Y’Z + X’YZ’ + X’YZ + XYZ) = X'(Y ⊕ Z) + YZ
  • 22. Sequential Logic Gates • A sequential logic circuit is one whose outputs depend not only on its current inputs, but also on the past sequence of inputs. • It possess a memory function. • Their output depends on a SEQUENCE of the events occurring at the circuit inputs.
  • 23. BOOLEAN ALGEBRA • Boolean algebra is the symbolic logic invented by Boole for analysis and design of digital circuits. • Only three operations are possible in Boolean algebra which are as follows: - the OR addition - the AND multiplication - the NOT operation • De-morgan’s theorem is also applied in this: (i). (ii). Expression:
  • 24. INTEGRATED CIRCUIT • An IC or monolithic integrated circuit is a set of electronic circuit on one small flat piece of semiconductor material normally silicon. • Hundreds of integrated circuits are made at the same time on a single, thin slice of silicon and are then cut apart into individual IC chips.