SlideShare a Scribd company logo
1 of 27
Electronic Systems Organization
• All electronic systems either manipulate
information, or do work, or do both.
• All electronic systems are organized in a
similar fashion: sense  decide  act
sometimes phrased input  process  output
• Incidentally, all living biological systems
are organized the same way. For
example, your sense organs send
information to the brain which decides and
then sends signals to the muscles, glands
and organs to act.
What is digital electronics?
• What does digital mean?
Digit means fingers.
We count with them.
• To understand digital electronics, you
must realize that we can only do 2 things
to electricity between the power source
and the point of use.
Switch it
Regulate it
Counting digitally
Decisions are made in digital circuits, by
whether inputs and outputs are switched
on or switched off.
ᵒ On = high = 1 = true
• Off = low = 0 = false
Counting in 1’s and 0’s is called binary.
The reason you need to learn to work with
binary numbers is that computers and all
digital devices keep track of information in
binary.
Working with Binary Numbers
Hexadecimal Numbers
• People’s brains usually have a difficult
time working with binary numbers.
• Computers don’t work with decimal
numbers like people do.
• Hexadecimal numbers are easy for people
to understand and convert to binary or
decimal easily.
• Hexadecimal is base sixteen, digits from 0
to 15 then a, b, c, d, e, f
Hexadecimal Numbers
• Use phonetic values for A through F when
saying a hexadecimal number. This
avoids confusion.
– Alpha, Bravo, Charlie, Delta, Echo, Foxtrot
– Able, Baker, Charlie, Dog, Easy, Fox
Hexadecimal conversions
Digital versus Analog
• Which is better, digital or analog?
Depends on what you need to do.
• Digital = controlling signals (information)
by switching electricity on or off
• Analog = controlling signals (information)
by regulating electricity
Logic Gates
AND
OR
NOT
(inverter)
Truth Tables
Input A Input B Output
false false false
false true false
true true true
true false false
Input A Input B Output
false false false
false true true
true true true
true false true
Input A Output
false true
true false
Logic Gates
NAND
NOR
XOR
Truth Tables
Input A Input B Output
false false true
false true true
true false true
true true false
Input A Input B Output
false false true
false true false
true true false
true false false
Input A Input B Output
false false false
false true true
true true false
true false true
Counting digitally
Decisions are made in digital circuits, by
whether inputs and outputs are switched
on or switched off.
ᵒ On = high = 1 = true
• Off = low = 0 = false
Counting in 1’s and 0’s is called binary.
The reason you need to learn to work with
binary numbers is that computers and all
digital devices keep track of information in
binary.
Combinatorial Logic Circuits
Analyzing Combinatorial
Logic Circuits
Analyzing Combinatorial
Logic Circuits
Inputs Outputs
A B C 1 2 3 4 5 6
F F F
F F T
F T T
F T F
T T F
T T T
T F T
T F F
Combinatorial
Truth Table
Random Combinatorial Circuits
are sub-optimal because
• Circuit function is not obvious
• Using a variety of gates makes parts
planning process difficult and expensive
• Difficult to arrange gates on a PCB or in a
chip
• What is needed is a conventional way to
draw combinatorial logic circuits
Sum of the Products
Sum of the Products
• Uses AND gates (product) and OR gates
(sum)
Sum of the Products
Inputs Outputs
A B C 1 2 3 4
F F F
F F T
F T T
F T F
T T F
T T T
T F T
T F F
Logic Families
• All logic gates can be constructed by using
multiple NAND or NOR gates.
• ICs can be divided into two logic families
based on whether they use NAND or NOR
gates.
– TTL and CMOS
TTL
• TTL stands for Transistor Transistor Logic
– Based on NPN bipolar transistors
– Current controlled
• Uses NAND gates
– All other gates are built of NAND gates
• TTL chips begin with prefix 74
– SN7400N, SN7438D, SN7402N
CMOS
• CMOS refers to MOSFET transistors
– Metal Oxide Silicon Field Effect Transistor
– Voltage Controlled
– Vulnerable to ESD (Electrostatic Discharge)
• Uses NOR gates
– All other gates are built of NOR gates
• Smaller & simpler to build on silicon
• CMOS chips begin with prefix 74C or 40
– TL074CPWR, TS274CDT, CD4081BE
Designing Logic Circuits
• Determine a truth table for a safe with an
electronic alarm that will sound an alarm if
the safe is opened after the alarm is set or
if the power is cut and the door is opened,
but not if the alarm is turned off before
opening the door.
Optimizing
• More gates in a circuit = more heat &
longer processing time
• Digital or Logic circuits should be
optimized by eliminating any unnecessary
or redundant gates.
• Examining truth tables can help identify
unnecessary gates.

More Related Content

What's hot

What's hot (20)

Adder
Adder Adder
Adder
 
Digital electronics - Basics
Digital electronics - BasicsDigital electronics - Basics
Digital electronics - Basics
 
Basics of digital electronics
Basics of digital electronicsBasics of digital electronics
Basics of digital electronics
 
Verilog hdl
Verilog hdlVerilog hdl
Verilog hdl
 
Sop and pos
Sop and posSop and pos
Sop and pos
 
BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE
 
Code conversion using verilog code VHDL
Code conversion using verilog code VHDL Code conversion using verilog code VHDL
Code conversion using verilog code VHDL
 
Digital Electronic and it application
Digital Electronic and it applicationDigital Electronic and it application
Digital Electronic and it application
 
Logic gates
Logic gatesLogic gates
Logic gates
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
 
Decoders
DecodersDecoders
Decoders
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
 
Data flow model -Lecture-4
Data flow model -Lecture-4Data flow model -Lecture-4
Data flow model -Lecture-4
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Parity Generator and Parity Checker
Parity Generator and Parity CheckerParity Generator and Parity Checker
Parity Generator and Parity Checker
 
Decoder Full Presentation
Decoder Full Presentation Decoder Full Presentation
Decoder Full Presentation
 
DIGITAL ELECTRONICS- Logic Gates
DIGITAL ELECTRONICS- Logic GatesDIGITAL ELECTRONICS- Logic Gates
DIGITAL ELECTRONICS- Logic Gates
 
Binary codes
Binary codesBinary codes
Binary codes
 
Multiplexer and DeMultiplexer
Multiplexer and DeMultiplexerMultiplexer and DeMultiplexer
Multiplexer and DeMultiplexer
 

Similar to Digital electronics

digital-electronics lecture Ch 1and 2 -1.pptx
digital-electronics lecture Ch 1and 2 -1.pptxdigital-electronics lecture Ch 1and 2 -1.pptx
digital-electronics lecture Ch 1and 2 -1.pptxabelllll
 
Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45javediqbalmirza
 
IntroductiontoDigitalElectronics2022-23.ppt
IntroductiontoDigitalElectronics2022-23.pptIntroductiontoDigitalElectronics2022-23.ppt
IntroductiontoDigitalElectronics2022-23.pptYogeshNeelappa2
 
Circuitrix@Pragyan 2015 NITT
Circuitrix@Pragyan 2015 NITTCircuitrix@Pragyan 2015 NITT
Circuitrix@Pragyan 2015 NITTSrivignessh Pss
 
Introduction_to_Mechatronics_Chapter4.pdf
Introduction_to_Mechatronics_Chapter4.pdfIntroduction_to_Mechatronics_Chapter4.pdf
Introduction_to_Mechatronics_Chapter4.pdfBereket Walle
 
Degital 1
Degital 1Degital 1
Degital 1hnaita
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptxdeepaMS4
 
- DLD_Lecture_01.ppt
- DLD_Lecture_01.ppt- DLD_Lecture_01.ppt
- DLD_Lecture_01.pptAurora358969
 
IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)Aron Kondoro
 
A few fundamental concepts in digital electronics
A few fundamental concepts in digital electronicsA few fundamental concepts in digital electronics
A few fundamental concepts in digital electronicsJoy Prabhakaran
 
ArduinoSectionI-slides.ppt
ArduinoSectionI-slides.pptArduinoSectionI-slides.ppt
ArduinoSectionI-slides.pptLam Hung
 
Digital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptxDigital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptxMalikQadeer8
 
Digital logic and microprocessors
Digital logic and microprocessorsDigital logic and microprocessors
Digital logic and microprocessorsMilind Pelagade
 
EE5440 – Computer Architecture - Lecture 1
EE5440 – Computer Architecture - Lecture 1EE5440 – Computer Architecture - Lecture 1
EE5440 – Computer Architecture - Lecture 1Dilawar Khan
 
introductiontoarduino-111120102058-phpapp02.pdf
introductiontoarduino-111120102058-phpapp02.pdfintroductiontoarduino-111120102058-phpapp02.pdf
introductiontoarduino-111120102058-phpapp02.pdfHebaEng
 
Introduction to the Arduino
Introduction to the ArduinoIntroduction to the Arduino
Introduction to the ArduinoWingston
 

Similar to Digital electronics (20)

digital-electronics lecture Ch 1and 2 -1.pptx
digital-electronics lecture Ch 1and 2 -1.pptxdigital-electronics lecture Ch 1and 2 -1.pptx
digital-electronics lecture Ch 1and 2 -1.pptx
 
Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45
 
IntroductiontoDigitalElectronics2022-23.ppt
IntroductiontoDigitalElectronics2022-23.pptIntroductiontoDigitalElectronics2022-23.ppt
IntroductiontoDigitalElectronics2022-23.ppt
 
Circuitrix@Pragyan 2015 NITT
Circuitrix@Pragyan 2015 NITTCircuitrix@Pragyan 2015 NITT
Circuitrix@Pragyan 2015 NITT
 
Introduction_to_Mechatronics_Chapter4.pdf
Introduction_to_Mechatronics_Chapter4.pdfIntroduction_to_Mechatronics_Chapter4.pdf
Introduction_to_Mechatronics_Chapter4.pdf
 
Degital 1
Degital 1Degital 1
Degital 1
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptx
 
Chapter 1.pptx
Chapter 1.pptxChapter 1.pptx
Chapter 1.pptx
 
- DLD_Lecture_01.ppt
- DLD_Lecture_01.ppt- DLD_Lecture_01.ppt
- DLD_Lecture_01.ppt
 
IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)IS 151 Lecture 1 (2015)
IS 151 Lecture 1 (2015)
 
A few fundamental concepts in digital electronics
A few fundamental concepts in digital electronicsA few fundamental concepts in digital electronics
A few fundamental concepts in digital electronics
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
ArduinoSectionI-slides.ppt
ArduinoSectionI-slides.pptArduinoSectionI-slides.ppt
ArduinoSectionI-slides.ppt
 
Digital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptxDigital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptx
 
Digital logic and microprocessors
Digital logic and microprocessorsDigital logic and microprocessors
Digital logic and microprocessors
 
EE5440 – Computer Architecture - Lecture 1
EE5440 – Computer Architecture - Lecture 1EE5440 – Computer Architecture - Lecture 1
EE5440 – Computer Architecture - Lecture 1
 
Arduino
ArduinoArduino
Arduino
 
introductiontoarduino-111120102058-phpapp02.pdf
introductiontoarduino-111120102058-phpapp02.pdfintroductiontoarduino-111120102058-phpapp02.pdf
introductiontoarduino-111120102058-phpapp02.pdf
 
Introduction to the Arduino
Introduction to the ArduinoIntroduction to the Arduino
Introduction to the Arduino
 
Digital Components
Digital ComponentsDigital Components
Digital Components
 

More from callr

Soldering
SolderingSoldering
Solderingcallr
 
Soldering 101
Soldering 101Soldering 101
Soldering 101callr
 
Accuracy & Precision in Electronics
Accuracy & Precision in ElectronicsAccuracy & Precision in Electronics
Accuracy & Precision in Electronicscallr
 
Safety
SafetySafety
Safetycallr
 
PHLFMC sources of electricity
PHLFMC sources of electricityPHLFMC sources of electricity
PHLFMC sources of electricitycallr
 
Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?callr
 
What is electronics?
What is electronics?What is electronics?
What is electronics?callr
 
Intermediate Electronics - What is electronics?
Intermediate Electronics - What is electronics? Intermediate Electronics - What is electronics?
Intermediate Electronics - What is electronics? callr
 
Record keeping and lab notebooks
Record keeping and lab notebooksRecord keeping and lab notebooks
Record keeping and lab notebookscallr
 
Animal behavior
Animal behaviorAnimal behavior
Animal behaviorcallr
 
Evolution
EvolutionEvolution
Evolutioncallr
 
Electronics Connectors
Electronics ConnectorsElectronics Connectors
Electronics Connectorscallr
 
Toubleshooting
ToubleshootingToubleshooting
Toubleshootingcallr
 
Capacitors
CapacitorsCapacitors
Capacitorscallr
 
Resistors & Resistor Color Code
Resistors & Resistor Color CodeResistors & Resistor Color Code
Resistors & Resistor Color Codecallr
 
Chi square test
Chi square testChi square test
Chi square testcallr
 
Plants
PlantsPlants
Plantscallr
 
Coyotes & Rabbits-developing models
Coyotes & Rabbits-developing modelsCoyotes & Rabbits-developing models
Coyotes & Rabbits-developing modelscallr
 
Classification
ClassificationClassification
Classificationcallr
 
Ecology
EcologyEcology
Ecologycallr
 

More from callr (20)

Soldering
SolderingSoldering
Soldering
 
Soldering 101
Soldering 101Soldering 101
Soldering 101
 
Accuracy & Precision in Electronics
Accuracy & Precision in ElectronicsAccuracy & Precision in Electronics
Accuracy & Precision in Electronics
 
Safety
SafetySafety
Safety
 
PHLFMC sources of electricity
PHLFMC sources of electricityPHLFMC sources of electricity
PHLFMC sources of electricity
 
Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?Advanced Electronics - What is electronics?
Advanced Electronics - What is electronics?
 
What is electronics?
What is electronics?What is electronics?
What is electronics?
 
Intermediate Electronics - What is electronics?
Intermediate Electronics - What is electronics? Intermediate Electronics - What is electronics?
Intermediate Electronics - What is electronics?
 
Record keeping and lab notebooks
Record keeping and lab notebooksRecord keeping and lab notebooks
Record keeping and lab notebooks
 
Animal behavior
Animal behaviorAnimal behavior
Animal behavior
 
Evolution
EvolutionEvolution
Evolution
 
Electronics Connectors
Electronics ConnectorsElectronics Connectors
Electronics Connectors
 
Toubleshooting
ToubleshootingToubleshooting
Toubleshooting
 
Capacitors
CapacitorsCapacitors
Capacitors
 
Resistors & Resistor Color Code
Resistors & Resistor Color CodeResistors & Resistor Color Code
Resistors & Resistor Color Code
 
Chi square test
Chi square testChi square test
Chi square test
 
Plants
PlantsPlants
Plants
 
Coyotes & Rabbits-developing models
Coyotes & Rabbits-developing modelsCoyotes & Rabbits-developing models
Coyotes & Rabbits-developing models
 
Classification
ClassificationClassification
Classification
 
Ecology
EcologyEcology
Ecology
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

Digital electronics

  • 1.
  • 2. Electronic Systems Organization • All electronic systems either manipulate information, or do work, or do both. • All electronic systems are organized in a similar fashion: sense  decide  act sometimes phrased input  process  output • Incidentally, all living biological systems are organized the same way. For example, your sense organs send information to the brain which decides and then sends signals to the muscles, glands and organs to act.
  • 3. What is digital electronics? • What does digital mean? Digit means fingers. We count with them. • To understand digital electronics, you must realize that we can only do 2 things to electricity between the power source and the point of use. Switch it Regulate it
  • 4. Counting digitally Decisions are made in digital circuits, by whether inputs and outputs are switched on or switched off. ᵒ On = high = 1 = true • Off = low = 0 = false Counting in 1’s and 0’s is called binary. The reason you need to learn to work with binary numbers is that computers and all digital devices keep track of information in binary.
  • 6. Hexadecimal Numbers • People’s brains usually have a difficult time working with binary numbers. • Computers don’t work with decimal numbers like people do. • Hexadecimal numbers are easy for people to understand and convert to binary or decimal easily. • Hexadecimal is base sixteen, digits from 0 to 15 then a, b, c, d, e, f
  • 7. Hexadecimal Numbers • Use phonetic values for A through F when saying a hexadecimal number. This avoids confusion. – Alpha, Bravo, Charlie, Delta, Echo, Foxtrot – Able, Baker, Charlie, Dog, Easy, Fox
  • 9. Digital versus Analog • Which is better, digital or analog? Depends on what you need to do. • Digital = controlling signals (information) by switching electricity on or off • Analog = controlling signals (information) by regulating electricity
  • 10. Logic Gates AND OR NOT (inverter) Truth Tables Input A Input B Output false false false false true false true true true true false false Input A Input B Output false false false false true true true true true true false true Input A Output false true true false
  • 11. Logic Gates NAND NOR XOR Truth Tables Input A Input B Output false false true false true true true false true true true false Input A Input B Output false false true false true false true true false true false false Input A Input B Output false false false false true true true true false true false true
  • 12. Counting digitally Decisions are made in digital circuits, by whether inputs and outputs are switched on or switched off. ᵒ On = high = 1 = true • Off = low = 0 = false Counting in 1’s and 0’s is called binary. The reason you need to learn to work with binary numbers is that computers and all digital devices keep track of information in binary.
  • 13.
  • 16. Analyzing Combinatorial Logic Circuits Inputs Outputs A B C 1 2 3 4 5 6 F F F F F T F T T F T F T T F T T T T F T T F F Combinatorial Truth Table
  • 17. Random Combinatorial Circuits are sub-optimal because • Circuit function is not obvious • Using a variety of gates makes parts planning process difficult and expensive • Difficult to arrange gates on a PCB or in a chip • What is needed is a conventional way to draw combinatorial logic circuits
  • 18. Sum of the Products
  • 19. Sum of the Products • Uses AND gates (product) and OR gates (sum)
  • 20. Sum of the Products Inputs Outputs A B C 1 2 3 4 F F F F F T F T T F T F T T F T T T T F T T F F
  • 21.
  • 22. Logic Families • All logic gates can be constructed by using multiple NAND or NOR gates. • ICs can be divided into two logic families based on whether they use NAND or NOR gates. – TTL and CMOS
  • 23. TTL • TTL stands for Transistor Transistor Logic – Based on NPN bipolar transistors – Current controlled • Uses NAND gates – All other gates are built of NAND gates • TTL chips begin with prefix 74 – SN7400N, SN7438D, SN7402N
  • 24. CMOS • CMOS refers to MOSFET transistors – Metal Oxide Silicon Field Effect Transistor – Voltage Controlled – Vulnerable to ESD (Electrostatic Discharge) • Uses NOR gates – All other gates are built of NOR gates • Smaller & simpler to build on silicon • CMOS chips begin with prefix 74C or 40 – TL074CPWR, TS274CDT, CD4081BE
  • 25. Designing Logic Circuits • Determine a truth table for a safe with an electronic alarm that will sound an alarm if the safe is opened after the alarm is set or if the power is cut and the door is opened, but not if the alarm is turned off before opening the door.
  • 26.
  • 27. Optimizing • More gates in a circuit = more heat & longer processing time • Digital or Logic circuits should be optimized by eliminating any unnecessary or redundant gates. • Examining truth tables can help identify unnecessary gates.