SlideShare a Scribd company logo
1 of 33
Download to read offline
Digital Logic Design
CHAPTER – I
Introduction to Digital Logic Design
Addis Ababa Science and Technology University
College of Electrical and Mechanical Engineering
Department of Software Engineering
Lecturer: Biruk T.
6/12/2022 Digital Logic Design 1
The Evolution of Computer Hardware
◼Modern-day electronics began with the invention of the
transfer resistor (transistor) in 1947.
◼By John Bardeen, Walter Brattain, and William Shockley at
Bell Laboratories.
◼A transistor is a semiconductor device used to amplify and
switch electronic signals and electronic power.
◼In digital circuits, transistors are arranged to function as logical
switch.
◼Logical switch has only 2 values: 1 (on/high) and 0 (off/low).
◼In general, a switch has three parts: source input, control input,
and output.
◼The control input is represented by a voltage that will decide
whether current can flow through the switch or not.
3
The Evolution of Computer Hardware
“off”
“on”
output
source
input
output
source
input
control
input
control
input
relay vacuum
tube
discrete
transistor integrated
circuit
Digital Logic Design
6/12/2022 4
◼ In 1958 the first integrated-circuit (IC) was born when Jack Kilby
at Texas Instruments successfully interconnected, by hand,
several transistors, resistors and capacitors on a single substrate.
◼ Interconnection between components are not integrated.
◼ Low connectivity between components.
The Evolution of Computer Hardware
The Evolution of Computer Hardware
◼ Advances in technology increase the performance of computer
hardware and decrease the production cost enormously.
Year Technology
Relative Performance/
Unit Cost
1951 Vacuum Tube 1
1965 Transistor 35
1975 Integrated Circuit (IC) 900
1995 Very Large Scale IC (VLSI) 2,400,000
2005 Ultra VLSI 6,200,000,000
6
◼ The scope of this lecture is the theory and implementation of
digital design, in the hardware layer.
The Evolution of Computer Hardware
Numerical Representations
◼Analog representations:
◼A quantity is represented by a continuously variable,
proportional indicator.
◼Physical quantities are coupled to an indicator by purely
mechanical means or proportional voltage or current.
Digital Logic Design
6/12/2022 7
◼Digital representations:
◼A quantity is represented by symbols called digits.
◼The quantity changes in discrete steps.
◼Advantages:
◼Digital systems are generally easier to design.
◼Information storage is easy.
◼Accuracy and precision are easier to maintain throughout
the system.
◼Operation can be programmed.
◼Digital circuits are less affected by noise.
◼More digital circuitry can be fabricated on IC chips.
Digital Logic Design
6/12/2022 8
◼Limitations:
◼The real world is analog.
◼Processing digitized signals takes time
Numerical Representations
Digital and Analog Systems
●
The term “Digital” has become part of our everyday
vocabulary because of the dramatic way that the digital
circuits and digital techniques have become so widely used in
almost all areas of our life:
●
●
●
Computers
Automation
Robots and so on
●
Generally digital circuits are favorable in speed, ease
of design, Programmability, flexibility and functionality.
Digital Logic Design 9
6/12/2022
Digital and Analog Quantity
● Analog Quantity:
– The quantity that has continuous values is called
as the analog quantity.
– Example of analog quantity are:
● Time, Temperature, Pressure, Distance and Sound.
Digital Logic Design 10
6/12/2022
Digital and Analog Quantity
● Digital Quantity:
– The quantity that has a discrete set of values is
called as the digital quantity.
– Digital system will take information at certain
defined times and display it in the form digits and
symbols on some display.
Digital Logic Design 11
6/12/2022
◼To take advantage of digital techniques when dealing with analog
inputs and outputs, four steps must be followed:
1. Convert the physical variable to an electric signal (analog).
2. Convert the electric signal (analog into digital form).
3. Process (operate on) the digital information.
4. Convert the digital outputs back to real-world analog form.
Digital and Analog Systems
Advantage of Digital over Analog
●
Digital data can be processed and transmitted
more efficiently and reliably than analog.
●
It can store huge amount of data in lesser
space and with least chance of error.
●
Noise does not affect digital data as compare to
analog signals.
Digital Logic Design 13
6/12/2022
Binary Digit, Logic Level and
Digital Waveform.
Digital Logic Design 14
6/12/2022
Binary Digit
●
●
●
Digital electronics involves circuits and system in which
there are two types possible states.
These states are represented by two different voltage
levels: HIGH and LOW.
In digital systems such as computers; combinations of
two states, called codes, are used to represent
●
numbers, symbols, alphabetic character and other types
of information.
The two-state number system is called binary and its
two digit are called Binary Digit: 0 and 1.
Digital Logic Design 15
6/12/2022
Binary Digit
●
●
Each of the Binary digit, 0 and 1, is called bit.
In digital circuits, two different voltage levels are
used to represent the two bits.
●
Generally;
– 1 is represented by the higher voltage (HIGH) and
– 0 is represented by the lower voltage (LOW).
Digital Logic Design 16
6/12/2022
Logic Levels
●
●
The voltage used to represent a 1 and 0 are logic
levels.
Ideally, one voltage level represents a HIGH and
another voltage level represents a LOW.
● In a practical digital circuit, however, a HIGH can be any
voltage between a specified minimum value and
specified maximum value. Likewise for a LOW voltage
levels.
●
There can be no overlap between the accepted range of
HIGH levels and the accepted range of LOW levels.
Digital Logic Design 17
6/12/2022
Logic Levels
●
●
●
The voltage values
between VH(min) and VL(max)
are unacceptable for
proper operation.
The voltage values
between VH(max) and
VH(min) are HIGH.
The voltage values
between VL(max) and
VL(min) are LOW.
Digital Logic Design 18
6/12/2022
Digital Logic Design
6/12/2022 19
Digital Logic Design
6/12/2022 20
Digital Waveform
●
●
Digital waveforms consists of voltage levels that
are changing back and forth between the HIGH
and LOW levels or states.
Usually these waveforms are represented as
timing diagrams used to represent wave
behavior relative to time.
Digital Logic Design 21
6/12/2022
Digital Waveform
●
Pulse have two edge:
– A leading edge where pulse goes to HIGH from
LOW state and falling edge where pulse revert.
– Sudden transition from one state to other is
impractical. Depending on practical consideration
it will take small amount of time to get from one
state to another.
Digital Logic Design 22
6/12/2022
Digital Waveform
● Important terms.
●
●
●
●
Rise Time
Fall Time
Amplitude
Pulse Width
Rise Time
Fall Time
→ time required for pulse to go from LOW level to HIGH.
→ time required for pulse to go from HIGH level to LOW.
Amplitude → the maximum value of a digital waveform.
Pulse Width → the time gap between the raising edge and falling edge.
fig.1.3: practical signal representation of a pulse.
Digital Logic Design 23
6/12/2022
Digital Logic Design
● Digital logic design is a system in electrical and
●
●
computer engineering that uses simple number value to
produce input and output operations.
Digital logics are rooted in binary code.
This system facilitates the design of electronics circuits
that convey information, including logic gates with
functions that include AND, OR and NOT commands.
● The value system translates input signals into specific
output. These functions facilitate computing, robotics,
and other electronics applications.
Digital Logic Design 24
6/12/2022
Electronic Components
• An electronic component is any basic discrete device or
physical entity in an electronic system used to affect
electrons or their associated fields.
• Two main types:
Active Passive
Electronic
Components
25
Review on Electronic Components
Passive electronic components
26
Active electronic components
• Can inject power into a circuit by itself or using another
power source and hence can amplify a signal or change
its power/voltage level.
27
Electric current
• Current (I) is the amount of charge (Q) that flows past a
point in a unit of time (t).
• One ampere is a number of electrons having a total
charge of 1 C move through a given cross section in 1 s.
Q
I
t
=
What is the current if 2 C passes a point in 5 s? 0.4 A
28
Ideal Voltage Source
• Voltage across it is independent of the current
through it.
• Ideal voltage source has no internal resistance
• Real voltage sources do have a finite internal
resistance
29
Voltage
• One volt is the potential difference (voltage) between two
points when one joule of work is used to move one
coulomb of charge from one point to the other.
W
V
Q
=
Voltage is responsible for establishing
current.
30
current
charge
voltage
resistance
power
ampere
coulomb
volt
ohm
watt
A
C
V
W
W
Quantity Unit Symbol
Some Important Electrical Units
31
End of Chapter I
Digital Logic Design 32
6/12/2022
Individual Assignment:
1- Define the practical representation of logic levels using
voltage (1Min)
2- List advantages of Digital over analog (1Min)
3- Mention advantage of Analog over digital (30Sec)
4- Depending on practical consideration it will take small
amount of time to get from one state to another, draw the
practical signal representation of a pulse (2.30Min)
Digital Logic Design
6/12/2022 33

More Related Content

Similar to DLD_Chapter_1.pdf

chp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontrollerchp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontroller
ssuser06ea42
 

Similar to DLD_Chapter_1.pdf (20)

Chapter 1_Introduction to digital design (EEEg4302).pdf
Chapter 1_Introduction to digital design (EEEg4302).pdfChapter 1_Introduction to digital design (EEEg4302).pdf
Chapter 1_Introduction to digital design (EEEg4302).pdf
 
Degital 1
Degital 1Degital 1
Degital 1
 
Ad and da convertor
Ad and da convertorAd and da convertor
Ad and da convertor
 
Wireless monitoring and control for smart grid and home appliances
Wireless monitoring and control for smart grid and home appliancesWireless monitoring and control for smart grid and home appliances
Wireless monitoring and control for smart grid and home appliances
 
Ad and da convertor
Ad and da convertorAd and da convertor
Ad and da convertor
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
 
Cse iii-logic design [10 cs33]-notes
Cse iii-logic design [10 cs33]-notesCse iii-logic design [10 cs33]-notes
Cse iii-logic design [10 cs33]-notes
 
Concept of Digital measurement, block Diagram & study of Voltmeter
Concept of Digital measurement, block Diagram & study of VoltmeterConcept of Digital measurement, block Diagram & study of Voltmeter
Concept of Digital measurement, block Diagram & study of Voltmeter
 
Lecture 1.1.1 1.1.2 (10).pptx
Lecture 1.1.1  1.1.2 (10).pptxLecture 1.1.1  1.1.2 (10).pptx
Lecture 1.1.1 1.1.2 (10).pptx
 
Digital Logic Design Basics
Digital Logic Design BasicsDigital Logic Design Basics
Digital Logic Design Basics
 
Flow measurement
Flow measurementFlow measurement
Flow measurement
 
Automatic mall elevator
Automatic mall elevatorAutomatic mall elevator
Automatic mall elevator
 
Digital Electronic and it application
Digital Electronic and it applicationDigital Electronic and it application
Digital Electronic and it application
 
chp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontrollerchp3-Sensors, Actuators, and Microcontroller
chp3-Sensors, Actuators, and Microcontroller
 
How to Build a Digital Weighing Scale
How to Build a Digital Weighing ScaleHow to Build a Digital Weighing Scale
How to Build a Digital Weighing Scale
 
Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45
 
DIGITAL ELECTRONICS .pptx
DIGITAL ELECTRONICS .pptxDIGITAL ELECTRONICS .pptx
DIGITAL ELECTRONICS .pptx
 
Electricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionElectricity Theft: Reason and Solution
Electricity Theft: Reason and Solution
 
IDT Integrated Circuit Distributor With Best Quality Ics For Use In Various A...
IDT Integrated Circuit Distributor With Best Quality Ics For Use In Various A...IDT Integrated Circuit Distributor With Best Quality Ics For Use In Various A...
IDT Integrated Circuit Distributor With Best Quality Ics For Use In Various A...
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptx
 

More from TamiratDejene1

More from TamiratDejene1 (20)

Ch-3 lecture.pdf
Ch-3 lecture.pdfCh-3 lecture.pdf
Ch-3 lecture.pdf
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
Wireless LANs.ppt
Wireless LANs.pptWireless LANs.ppt
Wireless LANs.ppt
 
Data Link Control.ppt
Data Link Control.pptData Link Control.ppt
Data Link Control.ppt
 
Congestion Control and QOS.ppt
Congestion Control and QOS.pptCongestion Control and QOS.ppt
Congestion Control and QOS.ppt
 
Analog Transmission.ppt
Analog Transmission.pptAnalog Transmission.ppt
Analog Transmission.ppt
 
Chapter 5 (Part I) - Pointers.pdf
Chapter 5 (Part I) - Pointers.pdfChapter 5 (Part I) - Pointers.pdf
Chapter 5 (Part I) - Pointers.pdf
 
Chapter 7 (Part I) - User Defined Datatypes.pdf
Chapter 7 (Part I) - User Defined Datatypes.pdfChapter 7 (Part I) - User Defined Datatypes.pdf
Chapter 7 (Part I) - User Defined Datatypes.pdf
 
00-intro-to-classes.pdf
00-intro-to-classes.pdf00-intro-to-classes.pdf
00-intro-to-classes.pdf
 
DLD Chapter-5.pdf
DLD Chapter-5.pdfDLD Chapter-5.pdf
DLD Chapter-5.pdf
 
DLD Chapter-4.pdf
DLD Chapter-4.pdfDLD Chapter-4.pdf
DLD Chapter-4.pdf
 
DLD Chapter-2.pdf
DLD Chapter-2.pdfDLD Chapter-2.pdf
DLD Chapter-2.pdf
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
 
Chapter 8_Shift Registers (EEEg4302)1.pdf
Chapter 8_Shift Registers (EEEg4302)1.pdfChapter 8_Shift Registers (EEEg4302)1.pdf
Chapter 8_Shift Registers (EEEg4302)1.pdf
 
Chapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdfChapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdf
 
Chapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfChapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdf
 
Chapter 3_Logic Gates (EEEg4302).pdf
Chapter 3_Logic Gates (EEEg4302).pdfChapter 3_Logic Gates (EEEg4302).pdf
Chapter 3_Logic Gates (EEEg4302).pdf
 
Chapter 2_Number system (EEEg4302).pdf
Chapter 2_Number system (EEEg4302).pdfChapter 2_Number system (EEEg4302).pdf
Chapter 2_Number system (EEEg4302).pdf
 
Chapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdfChapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdf
 
Chapter – 4 Normalization and Relational Algebra.pdf
Chapter – 4 Normalization and Relational Algebra.pdfChapter – 4 Normalization and Relational Algebra.pdf
Chapter – 4 Normalization and Relational Algebra.pdf
 

Recently uploaded

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Recently uploaded (20)

Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 

DLD_Chapter_1.pdf

  • 1. Digital Logic Design CHAPTER – I Introduction to Digital Logic Design Addis Ababa Science and Technology University College of Electrical and Mechanical Engineering Department of Software Engineering Lecturer: Biruk T. 6/12/2022 Digital Logic Design 1
  • 2. The Evolution of Computer Hardware ◼Modern-day electronics began with the invention of the transfer resistor (transistor) in 1947. ◼By John Bardeen, Walter Brattain, and William Shockley at Bell Laboratories. ◼A transistor is a semiconductor device used to amplify and switch electronic signals and electronic power.
  • 3. ◼In digital circuits, transistors are arranged to function as logical switch. ◼Logical switch has only 2 values: 1 (on/high) and 0 (off/low). ◼In general, a switch has three parts: source input, control input, and output. ◼The control input is represented by a voltage that will decide whether current can flow through the switch or not. 3 The Evolution of Computer Hardware “off” “on” output source input output source input control input control input relay vacuum tube discrete transistor integrated circuit
  • 4. Digital Logic Design 6/12/2022 4 ◼ In 1958 the first integrated-circuit (IC) was born when Jack Kilby at Texas Instruments successfully interconnected, by hand, several transistors, resistors and capacitors on a single substrate. ◼ Interconnection between components are not integrated. ◼ Low connectivity between components. The Evolution of Computer Hardware
  • 5. The Evolution of Computer Hardware ◼ Advances in technology increase the performance of computer hardware and decrease the production cost enormously. Year Technology Relative Performance/ Unit Cost 1951 Vacuum Tube 1 1965 Transistor 35 1975 Integrated Circuit (IC) 900 1995 Very Large Scale IC (VLSI) 2,400,000 2005 Ultra VLSI 6,200,000,000
  • 6. 6 ◼ The scope of this lecture is the theory and implementation of digital design, in the hardware layer. The Evolution of Computer Hardware
  • 7. Numerical Representations ◼Analog representations: ◼A quantity is represented by a continuously variable, proportional indicator. ◼Physical quantities are coupled to an indicator by purely mechanical means or proportional voltage or current. Digital Logic Design 6/12/2022 7 ◼Digital representations: ◼A quantity is represented by symbols called digits. ◼The quantity changes in discrete steps.
  • 8. ◼Advantages: ◼Digital systems are generally easier to design. ◼Information storage is easy. ◼Accuracy and precision are easier to maintain throughout the system. ◼Operation can be programmed. ◼Digital circuits are less affected by noise. ◼More digital circuitry can be fabricated on IC chips. Digital Logic Design 6/12/2022 8 ◼Limitations: ◼The real world is analog. ◼Processing digitized signals takes time Numerical Representations
  • 9. Digital and Analog Systems ● The term “Digital” has become part of our everyday vocabulary because of the dramatic way that the digital circuits and digital techniques have become so widely used in almost all areas of our life: ● ● ● Computers Automation Robots and so on ● Generally digital circuits are favorable in speed, ease of design, Programmability, flexibility and functionality. Digital Logic Design 9 6/12/2022
  • 10. Digital and Analog Quantity ● Analog Quantity: – The quantity that has continuous values is called as the analog quantity. – Example of analog quantity are: ● Time, Temperature, Pressure, Distance and Sound. Digital Logic Design 10 6/12/2022
  • 11. Digital and Analog Quantity ● Digital Quantity: – The quantity that has a discrete set of values is called as the digital quantity. – Digital system will take information at certain defined times and display it in the form digits and symbols on some display. Digital Logic Design 11 6/12/2022
  • 12. ◼To take advantage of digital techniques when dealing with analog inputs and outputs, four steps must be followed: 1. Convert the physical variable to an electric signal (analog). 2. Convert the electric signal (analog into digital form). 3. Process (operate on) the digital information. 4. Convert the digital outputs back to real-world analog form. Digital and Analog Systems
  • 13. Advantage of Digital over Analog ● Digital data can be processed and transmitted more efficiently and reliably than analog. ● It can store huge amount of data in lesser space and with least chance of error. ● Noise does not affect digital data as compare to analog signals. Digital Logic Design 13 6/12/2022
  • 14. Binary Digit, Logic Level and Digital Waveform. Digital Logic Design 14 6/12/2022
  • 15. Binary Digit ● ● ● Digital electronics involves circuits and system in which there are two types possible states. These states are represented by two different voltage levels: HIGH and LOW. In digital systems such as computers; combinations of two states, called codes, are used to represent ● numbers, symbols, alphabetic character and other types of information. The two-state number system is called binary and its two digit are called Binary Digit: 0 and 1. Digital Logic Design 15 6/12/2022
  • 16. Binary Digit ● ● Each of the Binary digit, 0 and 1, is called bit. In digital circuits, two different voltage levels are used to represent the two bits. ● Generally; – 1 is represented by the higher voltage (HIGH) and – 0 is represented by the lower voltage (LOW). Digital Logic Design 16 6/12/2022
  • 17. Logic Levels ● ● The voltage used to represent a 1 and 0 are logic levels. Ideally, one voltage level represents a HIGH and another voltage level represents a LOW. ● In a practical digital circuit, however, a HIGH can be any voltage between a specified minimum value and specified maximum value. Likewise for a LOW voltage levels. ● There can be no overlap between the accepted range of HIGH levels and the accepted range of LOW levels. Digital Logic Design 17 6/12/2022
  • 18. Logic Levels ● ● ● The voltage values between VH(min) and VL(max) are unacceptable for proper operation. The voltage values between VH(max) and VH(min) are HIGH. The voltage values between VL(max) and VL(min) are LOW. Digital Logic Design 18 6/12/2022
  • 21. Digital Waveform ● ● Digital waveforms consists of voltage levels that are changing back and forth between the HIGH and LOW levels or states. Usually these waveforms are represented as timing diagrams used to represent wave behavior relative to time. Digital Logic Design 21 6/12/2022
  • 22. Digital Waveform ● Pulse have two edge: – A leading edge where pulse goes to HIGH from LOW state and falling edge where pulse revert. – Sudden transition from one state to other is impractical. Depending on practical consideration it will take small amount of time to get from one state to another. Digital Logic Design 22 6/12/2022
  • 23. Digital Waveform ● Important terms. ● ● ● ● Rise Time Fall Time Amplitude Pulse Width Rise Time Fall Time → time required for pulse to go from LOW level to HIGH. → time required for pulse to go from HIGH level to LOW. Amplitude → the maximum value of a digital waveform. Pulse Width → the time gap between the raising edge and falling edge. fig.1.3: practical signal representation of a pulse. Digital Logic Design 23 6/12/2022
  • 24. Digital Logic Design ● Digital logic design is a system in electrical and ● ● computer engineering that uses simple number value to produce input and output operations. Digital logics are rooted in binary code. This system facilitates the design of electronics circuits that convey information, including logic gates with functions that include AND, OR and NOT commands. ● The value system translates input signals into specific output. These functions facilitate computing, robotics, and other electronics applications. Digital Logic Design 24 6/12/2022
  • 25. Electronic Components • An electronic component is any basic discrete device or physical entity in an electronic system used to affect electrons or their associated fields. • Two main types: Active Passive Electronic Components 25 Review on Electronic Components
  • 27. Active electronic components • Can inject power into a circuit by itself or using another power source and hence can amplify a signal or change its power/voltage level. 27
  • 28. Electric current • Current (I) is the amount of charge (Q) that flows past a point in a unit of time (t). • One ampere is a number of electrons having a total charge of 1 C move through a given cross section in 1 s. Q I t = What is the current if 2 C passes a point in 5 s? 0.4 A 28
  • 29. Ideal Voltage Source • Voltage across it is independent of the current through it. • Ideal voltage source has no internal resistance • Real voltage sources do have a finite internal resistance 29
  • 30. Voltage • One volt is the potential difference (voltage) between two points when one joule of work is used to move one coulomb of charge from one point to the other. W V Q = Voltage is responsible for establishing current. 30
  • 32. End of Chapter I Digital Logic Design 32 6/12/2022
  • 33. Individual Assignment: 1- Define the practical representation of logic levels using voltage (1Min) 2- List advantages of Digital over analog (1Min) 3- Mention advantage of Analog over digital (30Sec) 4- Depending on practical consideration it will take small amount of time to get from one state to another, draw the practical signal representation of a pulse (2.30Min) Digital Logic Design 6/12/2022 33