SlideShare a Scribd company logo
1 of 34
Introduction to Digital Logic
Analog and Digital Signals
Analog Signals
• Continuous
• Infinite range of values
• More exact values, but
more difficult to work with
Digital Signals
• Discrete
• Finite range of values
• Not as exact as analog,
but easier to work with
2
Example:
A digital thermostat in a room displays a temperature of 72ď‚°.
An analog thermometer measures the room temperature at
72.482ď‚°. The analog value is continuous and more accurate,
but the digital value is more than adequate for the
application and significantly easier to process electronically.
Example of Analog Signals
• An analog signal can be any time-varying signal.
• Minimum and maximum values can be either positive or negative.
• They can be periodic (repeating) or non-periodic.
• Sine waves and square waves are two common analog signals.
• Note that this square wave is not a digital signal because its minimum value
is negative.
3
0 volts
Sine Wave Square Wave
(not digital)
Random-Periodic
Parts of an Analog Signal
4
Amplitude
(peak-to-peak)
Amplitude
(peak)
Period
(T)
Hz
T
1
F 
Frequency:
Logic Levels
Before examining digital signals, we must define logic levels. A
logic level is a voltage level that represents a defined digital state.
Logic HIGH: The higher of two voltages, typically 5 volts
Logic LOW: The lower of two voltages, typically 0 volts
5
5.0 v
2.0 v
0.8 v
0.0 v Logic Low
Logic High
Invalid
Logic
Level
Logic Level Voltage True/False On/Off 0/1
HIGH 5 volts True On 1
LOW 0 volts False Off 0
Example of Digital Signals
• Digital signal are commonly referred to as square waves or clock signals.
• Their minimum value must be 0 volts, and their maximum value must be 5
volts.
• They can be periodic (repeating) or non-periodic.
• The time the signal is high (tH) can vary anywhere from 1% of the period to
99% of the period.
6
0 volts
5 volts
Parts of a Digital Signal
7
Amplitude
Time
High
(tH)
Time
Low
(tL)
Period (T)
Rising Edge
Falling Edge
Amplitude:
For digital signals, this will ALWAYS be 5
volts.
Period:
The time it takes for a periodic signal to
repeat. (seconds)
Frequency:
A measure of the number of occurrences of
the signal per second. (Hertz, Hz)
Time High (tH):
The time the signal is at 5 v.
Time Low (tL):
The time the signal is at 0 v.
Duty Cycle:
The ratio of tH to the total period (T).
Rising Edge:
A 0-to-1 transition of the signal.
Falling Edge:
A 1-to-0 transition of the signal.
Hz
T
1
F 
Frequency:
%
100
ď‚´

T
t
DutyCycle H
Digital waveform
• Digital waveforms consist of voltage levels that are changing back and
forth between the HIGH and LOW levels or states.
• Figure 1–7(a) shows that a single positive-going pulse is generated
when the voltage (or current) goes from its normally LOW level to its
HIGH level and then back to its LOW level.
• The negative-going pulse in Figure 1–7(b) is generated when the
voltage goes from its normally HIGH level to its LOW level and back
to its HIGH level.
• A digital waveform is made up of a series of pulses.
Ideal Pulses
The Pulse
• As indicated in Figure 1–7, a pulse has two edges: a leading edge that
occurs first at time t0 and a trailing edge that occurs last at time t1.
• For a positive-going pulse, the leading edge is a rising edge, and the
trailing edge is a falling edge.
• The pulses in Figure 1–7 are ideal because the rising and falling edges
are assumed to change in zero time (instantaneously).
• In practice, these transitions never occur instantaneously, although for
most digital work you can assume ideal pulses.
Nonideal Pulse Characteristics
• Figure 1–8 shows a nonideal pulse. In reality, all pulses exhibit some
or all of these characteristics.
• The overshoot and ringing are sometimes produced by stray inductive
and capacitive effects.
• The droop can be caused by stray capacitive and circuit resistance,
forming an RC circuit with a low time constant.
• The time required for a pulse to go from its LOW level to its HIGH
level is called the rise time (tr), and the time required for the
transition from the HIGH level to the LOW level is called the fall time
(tf).
• In practice, it is common to measure rise time from 10% of the pulse
amplitude (height from baseline) to 90% of the pulse amplitude and to
measure the fall time from 90% to 10% of the pulse amplitude, as
indicated in Figure 1–8.
• The bottom 10% and the top 10% of the pulse are not included in the
rise and fall times because of the nonlinearities in the waveform in
these areas.
• The pulse width (tW) is a measure of the duration of the pulse and is
often defined as the time interval between the 50% points on the rising
and falling edges, as indicated in Figure 1–8.
Waveform Characteristics
• Most waveforms encountered in digital systems are composed of
series of pulses, sometimes called pulse trains, and can be classified as
either periodic or nonperiodic.
• A periodic pulse waveform is one that repeats itself at a fixed interval,
called a period (T).
• The frequency ( f ) is the rate at which it repeats itself and is
measured in hertz (Hz).
• A nonperiodic pulse waveform, of course, does not repeat itself at
fixed intervals and may be composed of pulses of randomly differing
pulse widths and/or randomly differing time intervals between the
pulses.
• An example of each type is shown in Figure 1–9.
• The frequency ( f ) of a pulse (digital) waveform is the reciprocal of
the period. The relationship between frequency and period is
expressed as follows:
• An important characteristic of a periodic digital waveform is its duty
cycle, which is the ratio of the pulse width (tW) to the period (T ). It
can be expressed as a percentage.
The Clock
• In digital systems, all waveforms are synchronized with a basic timing
waveform called the clock.
• The clock is a periodic waveform in which each interval between
pulses (the period) equals the time for one bit.
• An example of a clock waveform is shown in Figure 1–11.
• Notice that, in this case, each change in level of waveform A occurs at
the leading edge of the clock waveform.
• In other cases, level changes occur at the trailing edge of the clock.
• During each bit time of the clock, waveform A is either HIGH or
LOW.
• These HIGHs and LOWs represent a sequence of bits as indicated.
• A group of several bits can contain binary information, such as a
number or a letter.
• The clock waveform itself does not carry information.
Logic Gate
• It is an elementary building block of modern digital electronics.
• Most logic gates have two inputs and one output.
• At any given moment, every terminal is in one of the two binary
conditions, LOW or HIGH represented by different voltage level.
• A switch with an output that will only turn ON when inputs are in
particular position.
• Digital Logic is a representation of signals and a sequence of a digital
circuit through the numbers.
• It is the basis for digital computing and provides a fundamental
understanding on how circuits and hardware communicate within the
computer.
• Digital logic is typically embedded into most electronic devices like
mobile, computer, etc.
• Main components of digital logic consists of five different logic gates
i.e. AND, OR, NOT, NAND and NOR.
Digital Operations
• Arithmetic and Logic Operations
• Counter
• Multiplexer and Demultiplexer
• Encoder and Decoder
• etc…
Integrated Circuit(IC)
• Over the years we have observed how technology has managed to
squeeze itself to a more compact and concise structure.
• For instance, the first computers that were made were the size of a
warehouse of 1000 laptops which we use today.
• How has this been made possible?
• The integrated circuit is the answer to it.
• Three American scientists invented transistors which simplified things
to quite an extent, but it was the development of integrated circuits
that actually changed the face of the electronics technology.
• An integrated circuit (IC) is a miniature ,low cost electronic circuit
consisting of active and passive components fabricated together on a
single crystal of silicon.
• The active components are transistors and diodes and passive
components are resistors and capacitors.
• Digital system uses IC’s for many years because of their small size,
high reliability, low cost and low power consumption.
Advantages of integrated circuits
• 1. Miniaturization and hence increased equipment density.
• 2. Cost reduction due to batch processing.
• 3. Increased system reliability due to the elimination of soldered joints.
• 4. Improved functional performance.
• 5. Increased operating speeds.
• 6. Reduction in power consumption
• IC generally come in 2 types of packages i.e. flat type package and
dual inline package(DIP).
• DIP is most widely used type because of low price and easy to install
on circuit boards.
• The envelope of IC package is made up of plastics or ceramics.
• Most of package have standard size and number of pins range from 8-
64.
DIP
Flat Type
Types of Integration/Scale of Integration
• Integrated Circuits can be classified based on its integration scale. An
integration scale denotes the number of components fitted into a
standard Integrated Circuit.
• Small Scale Integration or (SSI) – Contain up to 10 transistors or a few
gates within a single package such as AND, OR, NOT gates.
• Medium Scale Integration or (MSI) – between 10 and 100 transistors
or tens of gates within a single package and perform digital operations
such as adders, decoders, counters, flip-flops and multiplexers.
• Large Scale Integration or (LSI) – between 100 and 1,000 transistors
or hundreds of gates and perform specific digital operations such as
I/O chips, memory, arithmetic and logic units.
• Very-Large Scale Integration or (VLSI) – between 1,000 and 10,000
transistors or thousands of gates and perform computational operations
such as processors, large memory arrays and programmable logic
devices
• Super-Large Scale Integration or (SLSI) – between 10,000 and
100,000 transistors within a single package and perform computational
operations such as microprocessor chips, micro-controllers, basic PICs
and calculators.
• Ultra-Large Scale Integration or (ULSI) – more than 1 million
transistors – the big boys that are used in computers CPUs, GPUs,
video processors, micro-controllers, FPGAs and complex PICs.
Assignment
• Study about Moore’s Law
• Study about IC Fabrication
• Write down the differences between Analog System & Digital System
End of Chapter One
Thank You

More Related Content

What's hot

Sequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsSequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsVinoth Loganathan
 
Shift Registers
Shift RegistersShift Registers
Shift RegistersAbhilash Nair
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexersUnsa Shakir
 
Parity Generator and Parity Checker
Parity Generator and Parity CheckerParity Generator and Parity Checker
Parity Generator and Parity CheckerJignesh Navdiya
 
Logic families
Logic familiesLogic families
Logic familiesSARITHA REDDY
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decodersGaditek
 
BCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesBCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesstudent
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic familiesBLESSINAR0
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit designSatya P. Joshi
 
Control Unit Design
Control Unit DesignControl Unit Design
Control Unit DesignVinit Raut
 
8051 MICROCONTROLLER ARCHITECTURE.pptx
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptxMemonaMemon1
 
Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip FlopNahian Ahmed
 
sequential circuits
sequential circuitssequential circuits
sequential circuitsUnsa Shakir
 
Program control instructions
Program control instructionsProgram control instructions
Program control instructionsDr. Girish GS
 
Digital Electronics - Counters
Digital Electronics - CountersDigital Electronics - Counters
Digital Electronics - CountersJayakrishnan J
 

What's hot (20)

Sequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsSequential circuits in Digital Electronics
Sequential circuits in Digital Electronics
 
Shift Registers
Shift RegistersShift Registers
Shift Registers
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
 
Parity Generator and Parity Checker
Parity Generator and Parity CheckerParity Generator and Parity Checker
Parity Generator and Parity Checker
 
Logic families
Logic familiesLogic families
Logic families
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
 
BCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codesBCD,GRAY and EXCESS 3 codes
BCD,GRAY and EXCESS 3 codes
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit design
 
Counter
CounterCounter
Counter
 
Control Unit Design
Control Unit DesignControl Unit Design
Control Unit Design
 
Registers
RegistersRegisters
Registers
 
8051 MICROCONTROLLER ARCHITECTURE.pptx
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptx
 
Encoder and decoder
Encoder and decoderEncoder and decoder
Encoder and decoder
 
Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip Flop
 
sequential circuits
sequential circuitssequential circuits
sequential circuits
 
Program control instructions
Program control instructionsProgram control instructions
Program control instructions
 
Counters
CountersCounters
Counters
 
Digital Electronics - Counters
Digital Electronics - CountersDigital Electronics - Counters
Digital Electronics - Counters
 
Data convertors
Data convertorsData convertors
Data convertors
 

Similar to Chapter 1 Introduction to Digital Logic

Chapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital LogicChapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital LogicISMT College
 
AnalogDigitalSignals1.ppt
AnalogDigitalSignals1.pptAnalogDigitalSignals1.ppt
AnalogDigitalSignals1.pptGarimaJain745610
 
Analog and Digital Signals presenation.ppt
Analog and Digital Signals presenation.pptAnalog and Digital Signals presenation.ppt
Analog and Digital Signals presenation.pptAbdulWahabAslam3
 
AnalogDigitalSignals1.ppt signal inputs outputs
AnalogDigitalSignals1.ppt signal inputs outputsAnalogDigitalSignals1.ppt signal inputs outputs
AnalogDigitalSignals1.ppt signal inputs outputsMuhammedNazer
 
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).pdfTamiratDejene1
 
IS 151 lecture 2
IS 151   lecture 2IS 151   lecture 2
IS 151 lecture 2wajanga
 
IS 151 Lecture 2
IS 151 Lecture 2IS 151 Lecture 2
IS 151 Lecture 2wajanga
 
Introduction to Analog signal
Introduction to Analog signalIntroduction to Analog signal
Introduction to Analog signalHirdesh Vishwdewa
 
Introduction to communication system.pdf
Introduction to communication system.pdfIntroduction to communication system.pdf
Introduction to communication system.pdfChristineTorrepenida1
 
Te442 lecture02-2016-14-4-2016-1
Te442 lecture02-2016-14-4-2016-1Te442 lecture02-2016-14-4-2016-1
Te442 lecture02-2016-14-4-2016-1colman mboya
 
S&s lec1
S&s lec1S&s lec1
S&s lec1Hamza Syed
 
TYPES OF SIGNAL.pptx
TYPES OF SIGNAL.pptxTYPES OF SIGNAL.pptx
TYPES OF SIGNAL.pptxsaiscount01
 
Telecom lect 6
Telecom lect 6Telecom lect 6
Telecom lect 6Shiraz316
 
Data acquisition and conversion
Data acquisition and conversionData acquisition and conversion
Data acquisition and conversionTejas Prajapati
 
week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777KiranG731731
 
Noise influence and environmental impact
Noise influence and environmental impactNoise influence and environmental impact
Noise influence and environmental impactchilinks4all1
 
DIGITAL-ELECTRONICS-DESIGN.pptx
DIGITAL-ELECTRONICS-DESIGN.pptxDIGITAL-ELECTRONICS-DESIGN.pptx
DIGITAL-ELECTRONICS-DESIGN.pptxSofiaArquero2
 
Analog vs digital communication
Analog vs digital communicationAnalog vs digital communication
Analog vs digital communicationSahil Rana
 

Similar to Chapter 1 Introduction to Digital Logic (20)

Chapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital LogicChapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital Logic
 
AnalogDigitalSignals1.ppt
AnalogDigitalSignals1.pptAnalogDigitalSignals1.ppt
AnalogDigitalSignals1.ppt
 
Analog and Digital Signals presenation.ppt
Analog and Digital Signals presenation.pptAnalog and Digital Signals presenation.ppt
Analog and Digital Signals presenation.ppt
 
AnalogDigitalSignals1.ppt signal inputs outputs
AnalogDigitalSignals1.ppt signal inputs outputsAnalogDigitalSignals1.ppt signal inputs outputs
AnalogDigitalSignals1.ppt signal inputs outputs
 
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
 
IS 151 lecture 2
IS 151   lecture 2IS 151   lecture 2
IS 151 lecture 2
 
IS 151 Lecture 2
IS 151 Lecture 2IS 151 Lecture 2
IS 151 Lecture 2
 
Chapter 1.pptx
Chapter 1.pptxChapter 1.pptx
Chapter 1.pptx
 
Introduction to Analog signal
Introduction to Analog signalIntroduction to Analog signal
Introduction to Analog signal
 
Introduction to communication system.pdf
Introduction to communication system.pdfIntroduction to communication system.pdf
Introduction to communication system.pdf
 
Te442 lecture02-2016-14-4-2016-1
Te442 lecture02-2016-14-4-2016-1Te442 lecture02-2016-14-4-2016-1
Te442 lecture02-2016-14-4-2016-1
 
S&s lec1
S&s lec1S&s lec1
S&s lec1
 
TYPES OF SIGNAL.pptx
TYPES OF SIGNAL.pptxTYPES OF SIGNAL.pptx
TYPES OF SIGNAL.pptx
 
Telecom lect 6
Telecom lect 6Telecom lect 6
Telecom lect 6
 
Basics of amplifier
Basics of amplifierBasics of amplifier
Basics of amplifier
 
Data acquisition and conversion
Data acquisition and conversionData acquisition and conversion
Data acquisition and conversion
 
week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777
 
Noise influence and environmental impact
Noise influence and environmental impactNoise influence and environmental impact
Noise influence and environmental impact
 
DIGITAL-ELECTRONICS-DESIGN.pptx
DIGITAL-ELECTRONICS-DESIGN.pptxDIGITAL-ELECTRONICS-DESIGN.pptx
DIGITAL-ELECTRONICS-DESIGN.pptx
 
Analog vs digital communication
Analog vs digital communicationAnalog vs digital communication
Analog vs digital communication
 

More from ISMT College

Time delays & counter.ppt
Time delays & counter.pptTime delays & counter.ppt
Time delays & counter.pptISMT College
 
Timing Diagram.pptx
Timing Diagram.pptxTiming Diagram.pptx
Timing Diagram.pptxISMT College
 
4. Instruction Set Of MP 8085.pptx
4. Instruction Set Of MP 8085.pptx4. Instruction Set Of MP 8085.pptx
4. Instruction Set Of MP 8085.pptxISMT College
 
Instruction.pdf
Instruction.pdfInstruction.pdf
Instruction.pdfISMT College
 
3. Addressing Modes in 8085 microprocessor.pptx
3. Addressing Modes in 8085 microprocessor.pptx3. Addressing Modes in 8085 microprocessor.pptx
3. Addressing Modes in 8085 microprocessor.pptxISMT College
 
2. 8085-Microprocessor.pptx
2. 8085-Microprocessor.pptx2. 8085-Microprocessor.pptx
2. 8085-Microprocessor.pptxISMT College
 
1. Introduction to Microprocessor.pptx
1. Introduction to Microprocessor.pptx1. Introduction to Microprocessor.pptx
1. Introduction to Microprocessor.pptxISMT College
 
Digital Logic BCA TU Chapter 2.2
Digital Logic BCA TU Chapter 2.2Digital Logic BCA TU Chapter 2.2
Digital Logic BCA TU Chapter 2.2ISMT College
 
Access Control List (ACL)
Access Control List (ACL)Access Control List (ACL)
Access Control List (ACL)ISMT College
 
Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to CountersISMT College
 
Chapter 2.1 introduction to number system
Chapter 2.1 introduction to number systemChapter 2.1 introduction to number system
Chapter 2.1 introduction to number systemISMT College
 
Basic Gates in Digital Logic
Basic Gates in Digital LogicBasic Gates in Digital Logic
Basic Gates in Digital LogicISMT College
 
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)ISMT College
 
Register in Digital Logic
Register in Digital LogicRegister in Digital Logic
Register in Digital LogicISMT College
 

More from ISMT College (16)

Attack.pptx
Attack.pptxAttack.pptx
Attack.pptx
 
Time delays & counter.ppt
Time delays & counter.pptTime delays & counter.ppt
Time delays & counter.ppt
 
Timing Diagram.pptx
Timing Diagram.pptxTiming Diagram.pptx
Timing Diagram.pptx
 
4. Instruction Set Of MP 8085.pptx
4. Instruction Set Of MP 8085.pptx4. Instruction Set Of MP 8085.pptx
4. Instruction Set Of MP 8085.pptx
 
Instruction.pdf
Instruction.pdfInstruction.pdf
Instruction.pdf
 
3. Addressing Modes in 8085 microprocessor.pptx
3. Addressing Modes in 8085 microprocessor.pptx3. Addressing Modes in 8085 microprocessor.pptx
3. Addressing Modes in 8085 microprocessor.pptx
 
2. 8085-Microprocessor.pptx
2. 8085-Microprocessor.pptx2. 8085-Microprocessor.pptx
2. 8085-Microprocessor.pptx
 
1. Introduction to Microprocessor.pptx
1. Introduction to Microprocessor.pptx1. Introduction to Microprocessor.pptx
1. Introduction to Microprocessor.pptx
 
Digital Logic BCA TU Chapter 2.2
Digital Logic BCA TU Chapter 2.2Digital Logic BCA TU Chapter 2.2
Digital Logic BCA TU Chapter 2.2
 
VLAN
VLANVLAN
VLAN
 
Access Control List (ACL)
Access Control List (ACL)Access Control List (ACL)
Access Control List (ACL)
 
Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to Counters
 
Chapter 2.1 introduction to number system
Chapter 2.1 introduction to number systemChapter 2.1 introduction to number system
Chapter 2.1 introduction to number system
 
Basic Gates in Digital Logic
Basic Gates in Digital LogicBasic Gates in Digital Logic
Basic Gates in Digital Logic
 
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
 
Register in Digital Logic
Register in Digital LogicRegister in Digital Logic
Register in Digital Logic
 

Recently uploaded

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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
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
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
(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
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 

Recently uploaded (20)

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🔝
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
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
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
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...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
(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
 
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
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 

Chapter 1 Introduction to Digital Logic

  • 2. Analog and Digital Signals Analog Signals • Continuous • Infinite range of values • More exact values, but more difficult to work with Digital Signals • Discrete • Finite range of values • Not as exact as analog, but easier to work with 2 Example: A digital thermostat in a room displays a temperature of 72ď‚°. An analog thermometer measures the room temperature at 72.482ď‚°. The analog value is continuous and more accurate, but the digital value is more than adequate for the application and significantly easier to process electronically.
  • 3. Example of Analog Signals • An analog signal can be any time-varying signal. • Minimum and maximum values can be either positive or negative. • They can be periodic (repeating) or non-periodic. • Sine waves and square waves are two common analog signals. • Note that this square wave is not a digital signal because its minimum value is negative. 3 0 volts Sine Wave Square Wave (not digital) Random-Periodic
  • 4. Parts of an Analog Signal 4 Amplitude (peak-to-peak) Amplitude (peak) Period (T) Hz T 1 F  Frequency:
  • 5. Logic Levels Before examining digital signals, we must define logic levels. A logic level is a voltage level that represents a defined digital state. Logic HIGH: The higher of two voltages, typically 5 volts Logic LOW: The lower of two voltages, typically 0 volts 5 5.0 v 2.0 v 0.8 v 0.0 v Logic Low Logic High Invalid Logic Level Logic Level Voltage True/False On/Off 0/1 HIGH 5 volts True On 1 LOW 0 volts False Off 0
  • 6. Example of Digital Signals • Digital signal are commonly referred to as square waves or clock signals. • Their minimum value must be 0 volts, and their maximum value must be 5 volts. • They can be periodic (repeating) or non-periodic. • The time the signal is high (tH) can vary anywhere from 1% of the period to 99% of the period. 6 0 volts 5 volts
  • 7. Parts of a Digital Signal 7 Amplitude Time High (tH) Time Low (tL) Period (T) Rising Edge Falling Edge Amplitude: For digital signals, this will ALWAYS be 5 volts. Period: The time it takes for a periodic signal to repeat. (seconds) Frequency: A measure of the number of occurrences of the signal per second. (Hertz, Hz) Time High (tH): The time the signal is at 5 v. Time Low (tL): The time the signal is at 0 v. Duty Cycle: The ratio of tH to the total period (T). Rising Edge: A 0-to-1 transition of the signal. Falling Edge: A 1-to-0 transition of the signal. Hz T 1 F  Frequency: % 100 ď‚´  T t DutyCycle H
  • 8. Digital waveform • Digital waveforms consist of voltage levels that are changing back and forth between the HIGH and LOW levels or states. • Figure 1–7(a) shows that a single positive-going pulse is generated when the voltage (or current) goes from its normally LOW level to its HIGH level and then back to its LOW level. • The negative-going pulse in Figure 1–7(b) is generated when the voltage goes from its normally HIGH level to its LOW level and back to its HIGH level. • A digital waveform is made up of a series of pulses.
  • 10. The Pulse • As indicated in Figure 1–7, a pulse has two edges: a leading edge that occurs first at time t0 and a trailing edge that occurs last at time t1. • For a positive-going pulse, the leading edge is a rising edge, and the trailing edge is a falling edge. • The pulses in Figure 1–7 are ideal because the rising and falling edges are assumed to change in zero time (instantaneously). • In practice, these transitions never occur instantaneously, although for most digital work you can assume ideal pulses.
  • 12. • Figure 1–8 shows a nonideal pulse. In reality, all pulses exhibit some or all of these characteristics. • The overshoot and ringing are sometimes produced by stray inductive and capacitive effects. • The droop can be caused by stray capacitive and circuit resistance, forming an RC circuit with a low time constant. • The time required for a pulse to go from its LOW level to its HIGH level is called the rise time (tr), and the time required for the transition from the HIGH level to the LOW level is called the fall time (tf).
  • 13. • In practice, it is common to measure rise time from 10% of the pulse amplitude (height from baseline) to 90% of the pulse amplitude and to measure the fall time from 90% to 10% of the pulse amplitude, as indicated in Figure 1–8. • The bottom 10% and the top 10% of the pulse are not included in the rise and fall times because of the nonlinearities in the waveform in these areas. • The pulse width (tW) is a measure of the duration of the pulse and is often defined as the time interval between the 50% points on the rising and falling edges, as indicated in Figure 1–8.
  • 14. Waveform Characteristics • Most waveforms encountered in digital systems are composed of series of pulses, sometimes called pulse trains, and can be classified as either periodic or nonperiodic. • A periodic pulse waveform is one that repeats itself at a fixed interval, called a period (T). • The frequency ( f ) is the rate at which it repeats itself and is measured in hertz (Hz). • A nonperiodic pulse waveform, of course, does not repeat itself at fixed intervals and may be composed of pulses of randomly differing pulse widths and/or randomly differing time intervals between the pulses.
  • 15. • An example of each type is shown in Figure 1–9.
  • 16. • The frequency ( f ) of a pulse (digital) waveform is the reciprocal of the period. The relationship between frequency and period is expressed as follows: • An important characteristic of a periodic digital waveform is its duty cycle, which is the ratio of the pulse width (tW) to the period (T ). It can be expressed as a percentage.
  • 17. The Clock • In digital systems, all waveforms are synchronized with a basic timing waveform called the clock. • The clock is a periodic waveform in which each interval between pulses (the period) equals the time for one bit. • An example of a clock waveform is shown in Figure 1–11. • Notice that, in this case, each change in level of waveform A occurs at the leading edge of the clock waveform. • In other cases, level changes occur at the trailing edge of the clock.
  • 18. • During each bit time of the clock, waveform A is either HIGH or LOW. • These HIGHs and LOWs represent a sequence of bits as indicated. • A group of several bits can contain binary information, such as a number or a letter. • The clock waveform itself does not carry information.
  • 19.
  • 20. Logic Gate • It is an elementary building block of modern digital electronics. • Most logic gates have two inputs and one output. • At any given moment, every terminal is in one of the two binary conditions, LOW or HIGH represented by different voltage level. • A switch with an output that will only turn ON when inputs are in particular position. • Digital Logic is a representation of signals and a sequence of a digital circuit through the numbers.
  • 21. • It is the basis for digital computing and provides a fundamental understanding on how circuits and hardware communicate within the computer. • Digital logic is typically embedded into most electronic devices like mobile, computer, etc. • Main components of digital logic consists of five different logic gates i.e. AND, OR, NOT, NAND and NOR.
  • 22. Digital Operations • Arithmetic and Logic Operations • Counter • Multiplexer and Demultiplexer • Encoder and Decoder • etc…
  • 23. Integrated Circuit(IC) • Over the years we have observed how technology has managed to squeeze itself to a more compact and concise structure. • For instance, the first computers that were made were the size of a warehouse of 1000 laptops which we use today. • How has this been made possible? • The integrated circuit is the answer to it. • Three American scientists invented transistors which simplified things to quite an extent, but it was the development of integrated circuits that actually changed the face of the electronics technology.
  • 24. • An integrated circuit (IC) is a miniature ,low cost electronic circuit consisting of active and passive components fabricated together on a single crystal of silicon. • The active components are transistors and diodes and passive components are resistors and capacitors. • Digital system uses IC’s for many years because of their small size, high reliability, low cost and low power consumption.
  • 25. Advantages of integrated circuits • 1. Miniaturization and hence increased equipment density. • 2. Cost reduction due to batch processing. • 3. Increased system reliability due to the elimination of soldered joints. • 4. Improved functional performance. • 5. Increased operating speeds. • 6. Reduction in power consumption
  • 26. • IC generally come in 2 types of packages i.e. flat type package and dual inline package(DIP). • DIP is most widely used type because of low price and easy to install on circuit boards. • The envelope of IC package is made up of plastics or ceramics. • Most of package have standard size and number of pins range from 8- 64.
  • 27. DIP
  • 29.
  • 30. Types of Integration/Scale of Integration • Integrated Circuits can be classified based on its integration scale. An integration scale denotes the number of components fitted into a standard Integrated Circuit. • Small Scale Integration or (SSI) – Contain up to 10 transistors or a few gates within a single package such as AND, OR, NOT gates. • Medium Scale Integration or (MSI) – between 10 and 100 transistors or tens of gates within a single package and perform digital operations such as adders, decoders, counters, flip-flops and multiplexers.
  • 31. • Large Scale Integration or (LSI) – between 100 and 1,000 transistors or hundreds of gates and perform specific digital operations such as I/O chips, memory, arithmetic and logic units. • Very-Large Scale Integration or (VLSI) – between 1,000 and 10,000 transistors or thousands of gates and perform computational operations such as processors, large memory arrays and programmable logic devices
  • 32. • Super-Large Scale Integration or (SLSI) – between 10,000 and 100,000 transistors within a single package and perform computational operations such as microprocessor chips, micro-controllers, basic PICs and calculators. • Ultra-Large Scale Integration or (ULSI) – more than 1 million transistors – the big boys that are used in computers CPUs, GPUs, video processors, micro-controllers, FPGAs and complex PICs.
  • 33. Assignment • Study about Moore’s Law • Study about IC Fabrication • Write down the differences between Analog System & Digital System
  • 34. End of Chapter One Thank You

Editor's Notes

  1. This slide defines analog and digital signals and gives several examples of each.
  2. Examples of common analog signals.
  3. Parts of an analog signal: amplitude, period, & frequency.
  4. This slide introduces the concept of logic levels, gives the range of acceptable voltages for a logic high & low, and lists other common terms used to describe logic levels.
  5. Examples of common digital signals.
  6. The parts of a digital signal: amplitude, period & frequency, time high, time low, duty cycle, rising & falling edge.