SlideShare a Scribd company logo
1 of 20
Download to read offline
FacultyofEngineering-UCP
IntroductiontoAnalogandDigitalSystems
Intro. to Analog and Digital Systems
Prof. Mohammad Salman Aslam
Faculty of Engineering
University of Central Punjab
Digital Logic & Design (DLD)
Lecture No: 1b – 3rd Semester
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
2
Basic Definition of Analog System
 An Analog System or quantity is one having continuous values.
A nominal continuous electrical signal that varies in amplitude or
frequency in response to changes in sound, light, heat, position or pressure
is called analog signal and the system based on this type of signal is called
Analog System.
OR
 An Analogue quantity is one having a continuous set of values.
OR
 In an analog system, the quantities can vary over a continuous range
of values. Most things that can be measured quantitatively appear in
nature in analog form.
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
3
 We live in an analog world (continuous)
 Analog signals are continuous in nature
• Smooth transition over a period of time
• Represent a physical quantity or phenomenon
• e.g. temperature of a cup of tea being boiled
Basic Definition of Analog System (Cont.)
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
4
Representation of Analog System
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
5
Representation of Analog System
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
6
Basic Definition of Digital System
 A circuit designed to respond at input voltages at one of a finite number of
levels and, similarly to produce output of a finite number of levels is
called digital system. And a digital quantity is one having a discrete set of
values.
OR
 A digital quantity is one having a discrete set of values. In these systems
the values are not defined at every point rather on discrete points.
OR
 A Digital quantity is one having a discrete set of values. A Digital
quantity is often a sampled analogue quantity.
 Examples of Digital Systems are Digital Computers; Digital Telephone
switching exchanges, Digital voltmeter, Frequency counter,
Calculators etc.
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
7
Representation of Digital System
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
8
Representation of Digital System
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
9
Advantages of Digital System
 An increasing majority of applications in electronics as well as in most
other technologies use digital techniques to perform operations that
were once preformed using analog methods. The main reasons to use
the digital technology are:
 Digital system is generally easier to design.
 Information storage is easier in Digital Systems.
 Accuracy and precision are greater.
 Operation can be easily programmed.
 Digital circuits are less affected by noise.
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
10
Disadvantage of Digital System
 There is really only one major drawback when using
Digital System techniques:
 The real world is mainly Analog.
 Most physical quantities are Analog in nature, and it is
these quantities that are often the inputs and outputs that
are being monitored, operated on, and controlled by a
system.
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
11
Process of Conversion from a Analog-to-Digital
(ADC) and Digital to Analog (DAC) Signal
To take advantage of digital techniques when dealing with analog
inputs and outputs, three steps must be followed:
1. Convert the real-world analog inputs to digital form. (ADC)
2. Process (operate on) the digital information.
3. Convert the digital outputs back to real-world analog form. (DAC)
The following diagram shows a temperature control system that requires
analog/digital conversions in order to allow the use of digital processing
techniques.
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
12
Process of Conversion from a Analog-to-Digital
(ADC) and Digital to Analog (DAC) Signal
Digitization (Why?)
 Process of conversion from analog to digital is called digitization
 Analog to digital (ADC) converters perform digitization
 Digital to analog (DAC) converters regenerate the analog signals
from their digitized form
 The world around us is analog
 Digital systems are simple to understand & comprehend
 Thus common practice is to convert analog signals into digital signals
form for efficient processing of signals
 Inevitable to avoid loss of some accuracy (information) due to this
conversion
 Reason: digital systems can only represent fixed (finite or discrete) set
of values
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
13
Digitization Example (Converting
Analog signal into Digital)
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
14
Signal representation (Voltage)
 Computers use low power supply voltage, typically from
0V to 5V
 In decimal numbering system, the voltage levels are
divided into 10 equal parts. Therefore:
• 0 represents 0 – 0.5V
• 1 represents 0.5 – 1.0V
• 2 represents 1.0-1.5V and so forth.
 Only 0.5V separate two consecutive voltage ranges if
decimal digits are used.
Binary 1: Any voltage between 2V to 5V
Binary 0: Any voltage between 0V to 0.8V
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
15
Representing Binary Quantities in Digital
We can see another significant difference between
digital and analog systems. In digital systems, the exact
value of a voltage is not important; e.g., a voltage of
3.6V means the same as a voltage of 4.3V. In analog
systems, the exact value of a voltage is important.
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
16
Signal representation (Voltage)
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
17
Representing Binary Quantities
 A binary number, at its most basic level, is called a BIT
(BIT being short for Binary-digIT). A BIT is a value which can
hold two possible states. These states can be many different things.
They can be...
»TRUE or FALSE
»ON or OFF
»YES or NO
»UP or DOWN
»ACTIVE or INACTIVE
 Numerically they are expressed as ONE (1) or ZERO (0).
Every piece of information stored in a computer system
ultimately breaks down to one of these two BITS.
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
18
 ICs are classified by the complexity of the silicon chip that they contain.
The classification is decided by determining the number of gate circuits
contained in the chip.
 SSI – Small-Scale Integration : 1 → 10 gates.
For example, basic gates and flip-flops.
 MSI – Medium-Scale Integration : 10 → 100 gates.
For example, encoders, decoders, counters, registers,
multiplexers, arithmetic circuits, small memories and others.
 LSI – Large-Scale Integration : 100 → 10,000 gates.
For example, memories and simple microprocessors.
 VLSI – Very Large-Scale Integration : 10,000 → 99,999
gates. For example, microprocessors.
 ULSI – Ultra Large-Scale Integration : 100,000 + gates.
For example, PC 3D graphics cards microprocessor controllers
and microprocessors.
Integrated Circuit Complexity Classifications
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
19
Integrated Circuit (Layout)
SRAM
SRAM
Data paths
Standard cells
IntroductiontoAnalogandDigitalSystems
FacultyofEngineering-UCP
20
Development of IC’s in terms of Size
0.8 mm 0.6 mm 0.5 mm 0.35 mm 0.25 mm 0.18 mm 0.1 mm
1 mm
1990 1992 1994 1995 2000 2003 2006 2010
Submicron Deep Submicron
Nanometer

More Related Content

What's hot

Rc and rl differentiator and integrator circuit
Rc and rl differentiator and integrator circuitRc and rl differentiator and integrator circuit
Rc and rl differentiator and integrator circuittaranjeet10
 
PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)vishnudharan11
 
Real Life Application of Digital Electronics
Real Life Application of Digital ElectronicsReal Life Application of Digital Electronics
Real Life Application of Digital ElectronicsTaslima Yasmin Tarin
 
Controller ppt
Controller pptController ppt
Controller pptgourav0077
 
basic-analog-electronics
basic-analog-electronicsbasic-analog-electronics
basic-analog-electronicsATTO RATHORE
 
Silicon controlled rectifier ( SCR )
Silicon controlled rectifier ( SCR )Silicon controlled rectifier ( SCR )
Silicon controlled rectifier ( SCR )DikshaTripathi20
 
IIR filter realization using direct form I & II
IIR filter realization using direct form I & IIIIR filter realization using direct form I & II
IIR filter realization using direct form I & IISarang Joshi
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentationAshutosh Verma
 
Dual Slope ADC.pptx
Dual Slope ADC.pptxDual Slope ADC.pptx
Dual Slope ADC.pptxhepzijustin
 
Semiconductor Devices
Semiconductor DevicesSemiconductor Devices
Semiconductor DevicesRajesh Kumar
 

What's hot (20)

Ditial to Analog Converter
Ditial to Analog ConverterDitial to Analog Converter
Ditial to Analog Converter
 
Composite filter
Composite filterComposite filter
Composite filter
 
Rc and rl differentiator and integrator circuit
Rc and rl differentiator and integrator circuitRc and rl differentiator and integrator circuit
Rc and rl differentiator and integrator circuit
 
Transient analysis
Transient analysisTransient analysis
Transient analysis
 
PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)
 
Feedback amplifiers
Feedback amplifiersFeedback amplifiers
Feedback amplifiers
 
Oscillators
OscillatorsOscillators
Oscillators
 
Oscillators
OscillatorsOscillators
Oscillators
 
Real Life Application of Digital Electronics
Real Life Application of Digital ElectronicsReal Life Application of Digital Electronics
Real Life Application of Digital Electronics
 
Power supply
Power supplyPower supply
Power supply
 
Controller ppt
Controller pptController ppt
Controller ppt
 
basic-analog-electronics
basic-analog-electronicsbasic-analog-electronics
basic-analog-electronics
 
Silicon controlled rectifier ( SCR )
Silicon controlled rectifier ( SCR )Silicon controlled rectifier ( SCR )
Silicon controlled rectifier ( SCR )
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
 
IIR filter realization using direct form I & II
IIR filter realization using direct form I & IIIIR filter realization using direct form I & II
IIR filter realization using direct form I & II
 
Arduino IDE
Arduino IDE Arduino IDE
Arduino IDE
 
programmable logic controller presentation
programmable logic controller presentationprogrammable logic controller presentation
programmable logic controller presentation
 
Dual Slope ADC.pptx
Dual Slope ADC.pptxDual Slope ADC.pptx
Dual Slope ADC.pptx
 
Semiconductor Devices
Semiconductor DevicesSemiconductor Devices
Semiconductor Devices
 
Transistor as a switch
Transistor as a switch Transistor as a switch
Transistor as a switch
 

Similar to Lec1 - Analog and Digital systems

Information sheet/Kertas Penerangan
Information sheet/Kertas PeneranganInformation sheet/Kertas Penerangan
Information sheet/Kertas Peneranganathirahchehusin
 
Degital 1
Degital 1Degital 1
Degital 1hnaita
 
Presentation mpt68825 digital_electronics_introduction_1448281987_175
Presentation mpt68825 digital_electronics_introduction_1448281987_175Presentation mpt68825 digital_electronics_introduction_1448281987_175
Presentation mpt68825 digital_electronics_introduction_1448281987_175SubhajitDas253440
 
Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.AdnanZafar83
 
Week 17 digital control sytem
Week 17 digital control sytemWeek 17 digital control sytem
Week 17 digital control sytemCharlton Inao
 
IRJET- Analog to Digital Conversion Process by Matlab Simulink
IRJET- Analog to Digital Conversion Process by Matlab SimulinkIRJET- Analog to Digital Conversion Process by Matlab Simulink
IRJET- Analog to Digital Conversion Process by Matlab SimulinkIRJET Journal
 
18cs33_module_1.pptx
18cs33_module_1.pptx18cs33_module_1.pptx
18cs33_module_1.pptxTLRTHR
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptxdeepaMS4
 
IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...
IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...
IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...IRJET Journal
 
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).pptxpratick2
 
fundamentos laboratorio
fundamentos laboratorio fundamentos laboratorio
fundamentos laboratorio John B
 
( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM Kevin Soni
 
Analog to digital converter (ACD)
Analog to digital converter (ACD)Analog to digital converter (ACD)
Analog to digital converter (ACD)Luckysaw
 
A PROJECT ON scada.pptx
A PROJECT ON scada.pptxA PROJECT ON scada.pptx
A PROJECT ON scada.pptxAshhadRaza1
 
Ekeeda - Instrumentation Engineering
Ekeeda - Instrumentation EngineeringEkeeda - Instrumentation Engineering
Ekeeda - Instrumentation EngineeringEkeedaPvtLtd
 
Lectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisitionLectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisitionrama52
 

Similar to Lec1 - Analog and Digital systems (20)

Information sheet/Kertas Penerangan
Information sheet/Kertas PeneranganInformation sheet/Kertas Penerangan
Information sheet/Kertas Penerangan
 
Degital 1
Degital 1Degital 1
Degital 1
 
Presentation mpt68825 digital_electronics_introduction_1448281987_175
Presentation mpt68825 digital_electronics_introduction_1448281987_175Presentation mpt68825 digital_electronics_introduction_1448281987_175
Presentation mpt68825 digital_electronics_introduction_1448281987_175
 
Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.Data Acquisition System, a side for Electrical Engg.
Data Acquisition System, a side for Electrical Engg.
 
Week 17 digital control sytem
Week 17 digital control sytemWeek 17 digital control sytem
Week 17 digital control sytem
 
IRJET- Analog to Digital Conversion Process by Matlab Simulink
IRJET- Analog to Digital Conversion Process by Matlab SimulinkIRJET- Analog to Digital Conversion Process by Matlab Simulink
IRJET- Analog to Digital Conversion Process by Matlab Simulink
 
18cs33_module_1.pptx
18cs33_module_1.pptx18cs33_module_1.pptx
18cs33_module_1.pptx
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptx
 
IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...
IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...
IRJET- A Fully Digital Front-End Architecture for ECG Acquisition System with...
 
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
 
[IJET-V1I3P5] Authors :Dushyant Kumar Soni, Ashish Hiradhar
[IJET-V1I3P5] Authors :Dushyant Kumar Soni, Ashish Hiradhar[IJET-V1I3P5] Authors :Dushyant Kumar Soni, Ashish Hiradhar
[IJET-V1I3P5] Authors :Dushyant Kumar Soni, Ashish Hiradhar
 
fundamentos laboratorio
fundamentos laboratorio fundamentos laboratorio
fundamentos laboratorio
 
Data Acquisition System
Data Acquisition SystemData Acquisition System
Data Acquisition System
 
Introduction to digital signal processing
Introduction to digital signal processingIntroduction to digital signal processing
Introduction to digital signal processing
 
Digital Control Systems
Digital  Control   Systems Digital  Control   Systems
Digital Control Systems
 
( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM
 
Analog to digital converter (ACD)
Analog to digital converter (ACD)Analog to digital converter (ACD)
Analog to digital converter (ACD)
 
A PROJECT ON scada.pptx
A PROJECT ON scada.pptxA PROJECT ON scada.pptx
A PROJECT ON scada.pptx
 
Ekeeda - Instrumentation Engineering
Ekeeda - Instrumentation EngineeringEkeeda - Instrumentation Engineering
Ekeeda - Instrumentation Engineering
 
Lectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisitionLectute instrumentation and process control data acquisition
Lectute instrumentation and process control data acquisition
 

Recently uploaded

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
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
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
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
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
 

Recently uploaded (20)

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...
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.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 )
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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🔝
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
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
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
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
 

Lec1 - Analog and Digital systems