SlideShare a Scribd company logo
INTRODUCTION TO DIGIT
1.1 Numerical Representation
1.2 Digital & Analog Systems
1.3 Advantages of Digital Techniques
1.4 Disadvantages of Digital Techniques
1.5 Digital Systems Overcome the Drawback of Analog
Systems
1.6 Digital Number Systems
1.7 Representing Binary Quantities
1.8 Digital Data Transmission
1.9 Memory & Non-Memory Circuits
1.10 Digital Computers
2 of 28
Learning Outcomes
At the end of this chapter, you must be able to
– Distinguish between analog & digital
representations
– State the advantages and disadvantages of
digital techniques compared with analog
– Understand the need for ADCs and DACs
– State the differences between parallel and serial
transmissions
– Describe the property of memory
– Describe the major parts of a digital computer &
understand their functions
3 of 28
1.1 Numerical Representations
Most naturally occurring physical quantities in our world
are analog in nature.
Quantities are measured, monitored, recorded,
manipulated arithmetically, observed in most physical
systems.
Important when dealing with quantities
– To represent their values efficiently and accurately
– 2 ways to represent them:
1) ANALOG representation
2) DIGITAL representation
4 of 28
Analog Representation
Represent a quantity by a continuously variable,
proportional indicator
Characteristic of analog quantities
– They can vary over a continuous range of values
Example
– 1) Speedometer
– 2) Thermometer
⇒ In electrical mean, the measured/processed physical quantity is
converted to a proportional electrical signal (V or I) → used by the
system for display, processing or control purposes
Use a mechanical
means
5 of 28
Digital Representation
Represent a quantity by a symbol, called digits.
Characteristic of digital quantities
– They are varied in discrete steps
Example
– 1) Digital Clock
– 2) Digital weighting scale
6 of 28
1.2 Digital & Analog Systems
DIGITAL SYSTEM
Combination of devices designed to manipulate
logical information or physical quantities that are
represented in digital form.
Example: digital calculator
ANALOG SYSTEM
Devices that manipulate physical quantities that
are represented in analog form.
Example: magnetic tape recording and playback
equipment
7 of 28
Example 1: Tape
During playback, a magnetic material
in the tape head is magnetized as the
magnetic tape passes.
Then, the magnetic field penetrates a
coil of wire which is wrapped around
it.
Change in magnetic field will induce
a voltage in the coil. This induced
voltage forms an electrical image of
the signal which is recorded on the
tape.
Source: http://hyperphysics.phy-astr.gsu.edu/HBASE/Audio/tape.html#c4
8 of 28
Example 2: Computer
All the stored and processed data are in binary
form. Why ?
• Digital circuits/devices only concerns about two operating states/logic levels,
• This system allows computers to perform complex calculations very quickly and
efficiently
9 of 28
Example 3: CD
CD player: digital and analog parts co-exist
together (source: How Stuff Works website)
10 of 28
1.3 Advantages of Digital Techniques
1. Digital systems are easier to design
2. Information storage is easy
3. Accuracy & precision are easier to maintain
throughout the system
4. Operation can be programmed
5. Digital circuits are less affected by noise
6. Digital circuitry can be fabricated on IC chips
11 of 28
1.4 Disadvantages of Digital Techniques
1. The real world is analogue
2. Digital systems can be fragile
3. Processing digitised signals takes time
4. Digital circuits use more energy than analogue
circuits & produce more heat
5. Digital circuits are made from analogue
components – must make sure the digital
behaviour is not affected by the analogue
6. Digital circuits are sometimes more expensive
(in small quantity)
12 of 28
1.5 Digital Systems Overcome the
Drawback of Analog Systems
When dealing with analogue inputs and outputs,
four steps must be followed
1. Convert the physical variable to an electrical
signal (analogue)
2. Convert the electrical (analogue) signal into
digital form ⇒ ADC (Analogue Digital
Converter)
3. Process (operate on) the digital information
4. Convert the digital outputs back to real-world
analogue form ⇒ DAC (Digital Analogue
Converter)
13 of 28
DIGITAL
Example: Block diagram for a digital temperature control system
14 of 28
1.6 Digital Number Systems
There are many numbering systems used in
digital technology.
– Decimal ⇒ most familiar to us
– Binary
– Octal
– Hexadecimal
15 of 28
Decimal System
It is also called as base 10 (due to 10-symbols
representation)
It is a positional numeral system.
Example:
Given a decimal number of 1429
For digit 1 → one thousand (1 x 103
)
digit 4 → four hundred (4 x 102
)
digit 2 → twenty (2 x 101
)
digit 9 → nine (9 x 100
)
– What is the MSD (most significant digit, first nonzero digit from
the left) of 1429?
– What is the LSD (least significant digit, last nonzero digit from
the right) of 1429?
For a whole number, the first digit to the left of the radix
point is the LSD.
16 of 28
Binary System
It is also called as base 2 (due to 2-symbols
representation)
It is also a positional numeral system. However,
the weight of its bit is different than decimal.
Example:
– Given a binary number of 1011
For bit 1 → 1 x 23
bit 0 → 0 x 22
bit 1 → 1 x 21
bit 1 → 1 x 20
– What is the MSB of 1011?
– What is the LSB of 1011?
17 of 28
1.7 Representing Binary Quantities
The information being processed in digital
systems is presented in binary form.
Binary quantities can be represented by any
device that has only two operating states or
possible conditions
Example:
– A switch has only 2 states ⇒ open or closed
– Information stored in CD ⇒ holes are burnt form
pits (non-reflective) as ‘1’ or reflective areas as
‘0’
– Diode ⇒ conducting or non-conducting
18 of 28
Example: Using voltage level to represent the binary values
19 of 28
1.8 Digital Data Transmission
The most common operations that occur in any
digital system is the transmission of information
from one place to another.
The transmitted information is represented as
voltages at the outputs of a sending circuit that
are connected to the inputs of a receiving circuit.
2 basic methods for digital information
transmission:
– Parallel (faster in terms of speed)
– Serial (simpler in terms of circuit design)
20 of 28
Parallel Transmission
The bits presenting the information (code) are
sent simultaneously
⇒ faster speed, however it requires more signal
lines (complexity)
21 of 28
Serial Transmission
The bits presenting the information (code) are
sent one bit at a time using a single transmission
line until all bits are transmitted.
⇒ slower speed, but it requires only 1 signal line
The data transmitted could start from either MSB
or LSB (depending on a system)
22 of 28
1.9 Memory & Memoryless Circuits
MEMORY CIRCUIT
– Memory indicates the system has the means to
store information about the input from the past.
– Example: Flip-flop
When an input is applied to the circuit, the output will change its state, but it
will remain in the new state even when the input is removed.
23 of 28
MEMORYLESS CIRCUIT
– The circuit does not exhibit the property of
memory because the output reverts back to its
normal state.
When an input is applied to the circuit, the output will change its state, and it
will return back to its original state when the input is removed.
24 of 28
1.10 Digital Computers
Functional diagram of a digital computer
25 of 28
There are 5 major functional parts:
– Arithmetic/logic unit (ALU)
• Performs all arithmetic calculations and logical decisions
• Sends the results to memory unit for storage
– Memory unit
• Stores the instructions & data from input
• Stores the results of arithmetic operation from ALU
• Supplies information to output
• RAM (Random Access Memory) & ROM (Read-Only Memory)
26 of 28
– Output unit
• Takes data from the memory unit and prints out, display , etc
i.e. to the external
– Input unit
• Instruction set and data are fed through this
– Control unit
• Takes and interprets instructions from input
• Sends related signals to other units to cause the specific
instruction to be executed
27 of 28
Central Processing Unit (CPU)
Combination of CONTROL unit & ALU
Function:
– Fetch and interpret instruction
– Control and perform the operation as instruction
instructed.
28 of 28
Types of computers
Microprocessor, µP
– CPU in an integrated circuit
Microcomputer
– Computer that use a µP to perform a wide range
of applications depending on the software
– Performs general tasks
Microcontroller
– Computer that use a µP to perform limited
task(s)
– Have all the elements of a complete computer
(CPU, memory & I/O ports) in one integrated
circuit.

More Related Content

What's hot

Analog and digital signals
Analog and digital signalsAnalog and digital signals
Analog and digital signals
teja reddy
 
Digital electronics
Digital electronicsDigital electronics
Microprocessor ppt
Microprocessor pptMicroprocessor ppt
Microprocessor ppt
swaminath kanhere
 
Cache memory
Cache memoryCache memory
Cache memory
Anuj Modi
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
Ramasubbu .P
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
Unsa Shakir
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
SARITHA REDDY
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
kavitha muneeshwaran
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
Jay Baria
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
Gaditek
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
gavhays
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessor
AMAN SRIVASTAVA
 
Microprocessor Presentation
Microprocessor PresentationMicroprocessor Presentation
Microprocessor Presentation
alaminmasum1
 
Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentation
xavierpaulino
 
Computer system bus
Computer system busComputer system bus
Computer system bus
Goran W. Hama Ali
 
Evolution Of Microprocessors
Evolution Of MicroprocessorsEvolution Of Microprocessors
Evolution Of Microprocessors
harinder
 
IEEE 802 standards
IEEE 802 standardsIEEE 802 standards
IEEE 802 standards
Rosie Jane Enomar
 
Digital logic design part1
Digital logic design part1Digital logic design part1
Digital logic design part1
Vaagdevi College of Engineering
 
Synchronous and Asynchronous Transmission
Synchronous and Asynchronous TransmissionSynchronous and Asynchronous Transmission
Synchronous and Asynchronous Transmission
Adeel Rasheed
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission Media
Syed Ahmed Zaki
 

What's hot (20)

Analog and digital signals
Analog and digital signalsAnalog and digital signals
Analog and digital signals
 
Digital electronics
Digital electronicsDigital electronics
Digital electronics
 
Microprocessor ppt
Microprocessor pptMicroprocessor ppt
Microprocessor ppt
 
Cache memory
Cache memoryCache memory
Cache memory
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
 
Signals & Systems PPT
Signals & Systems PPTSignals & Systems PPT
Signals & Systems PPT
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessor
 
Microprocessor Presentation
Microprocessor PresentationMicroprocessor Presentation
Microprocessor Presentation
 
Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentation
 
Computer system bus
Computer system busComputer system bus
Computer system bus
 
Evolution Of Microprocessors
Evolution Of MicroprocessorsEvolution Of Microprocessors
Evolution Of Microprocessors
 
IEEE 802 standards
IEEE 802 standardsIEEE 802 standards
IEEE 802 standards
 
Digital logic design part1
Digital logic design part1Digital logic design part1
Digital logic design part1
 
Synchronous and Asynchronous Transmission
Synchronous and Asynchronous TransmissionSynchronous and Asynchronous Transmission
Synchronous and Asynchronous Transmission
 
Presentation on Transmission Media
Presentation on Transmission MediaPresentation on Transmission Media
Presentation on Transmission Media
 

Viewers also liked

7. advantages of digital system
7. advantages of digital system7. advantages of digital system
7. advantages of digital system
Sajjad Mehmood
 
digital control Chapter1 slide
digital control Chapter1 slidedigital control Chapter1 slide
digital control Chapter1 slide
asyrafjpk
 
Basics of vlsi
Basics of vlsiBasics of vlsi
Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20
Ali Rind
 
Semestrario tic
Semestrario ticSemestrario tic
Four keys to securing distributed control systems and the industrial (IoT)
Four keys to securing distributed control systems and the industrial (IoT)Four keys to securing distributed control systems and the industrial (IoT)
Four keys to securing distributed control systems and the industrial (IoT)
Real-Time Innovations (RTI)
 
Why SIL3 (ENG)
Why SIL3 (ENG)Why SIL3 (ENG)
DCS ( Distributed Control System )
DCS ( Distributed Control System )DCS ( Distributed Control System )
DCS ( Distributed Control System )
Automation123
 
DCS
DCSDCS
Ch1.number systems
Ch1.number systemsCh1.number systems
Ch1.number systems
teba
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systems
Imran Waris
 
Digital logic gates
Digital logic gatesDigital logic gates
Digital logic gates
jsearle11
 
Digital logic gate and its application
Digital logic gate and its applicationDigital logic gate and its application
Digital logic gate and its application
Abdullah Al Masud
 
faults in digital systems
faults in digital systemsfaults in digital systems
faults in digital systems
dennis gookyi
 
Digital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentationDigital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentation
foyez ahammad
 
Chapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbersChapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbers
Mohammad Bashartullah
 
digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number system
Nallapati Anindra
 
Chapter 8 - Main Memory
Chapter 8 - Main MemoryChapter 8 - Main Memory
Chapter 8 - Main Memory
Wayne Jones Jnr
 
Mrs. Noland's Binary System ppt
Mrs. Noland's Binary System pptMrs. Noland's Binary System ppt
Mrs. Noland's Binary System ppt
dsparone
 
Sumbangan islam dalam tamadun india.
Sumbangan islam dalam tamadun india.Sumbangan islam dalam tamadun india.
Sumbangan islam dalam tamadun india.
Adilah Hrn
 

Viewers also liked (20)

7. advantages of digital system
7. advantages of digital system7. advantages of digital system
7. advantages of digital system
 
digital control Chapter1 slide
digital control Chapter1 slidedigital control Chapter1 slide
digital control Chapter1 slide
 
Basics of vlsi
Basics of vlsiBasics of vlsi
Basics of vlsi
 
Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20
 
Semestrario tic
Semestrario ticSemestrario tic
Semestrario tic
 
Four keys to securing distributed control systems and the industrial (IoT)
Four keys to securing distributed control systems and the industrial (IoT)Four keys to securing distributed control systems and the industrial (IoT)
Four keys to securing distributed control systems and the industrial (IoT)
 
Why SIL3 (ENG)
Why SIL3 (ENG)Why SIL3 (ENG)
Why SIL3 (ENG)
 
DCS ( Distributed Control System )
DCS ( Distributed Control System )DCS ( Distributed Control System )
DCS ( Distributed Control System )
 
DCS
DCSDCS
DCS
 
Ch1.number systems
Ch1.number systemsCh1.number systems
Ch1.number systems
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systems
 
Digital logic gates
Digital logic gatesDigital logic gates
Digital logic gates
 
Digital logic gate and its application
Digital logic gate and its applicationDigital logic gate and its application
Digital logic gate and its application
 
faults in digital systems
faults in digital systemsfaults in digital systems
faults in digital systems
 
Digital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentationDigital Logic & Design (DLD) presentation
Digital Logic & Design (DLD) presentation
 
Chapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbersChapter 1 digital systems and binary numbers
Chapter 1 digital systems and binary numbers
 
digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number system
 
Chapter 8 - Main Memory
Chapter 8 - Main MemoryChapter 8 - Main Memory
Chapter 8 - Main Memory
 
Mrs. Noland's Binary System ppt
Mrs. Noland's Binary System pptMrs. Noland's Binary System ppt
Mrs. Noland's Binary System ppt
 
Sumbangan islam dalam tamadun india.
Sumbangan islam dalam tamadun india.Sumbangan islam dalam tamadun india.
Sumbangan islam dalam tamadun india.
 

Similar to Introduction of digital system

Chap1
Chap1Chap1
Introduction to computer hardware
Introduction to computer hardwareIntroduction to computer hardware
Introduction to computer hardware
K. A. M Lutfullah
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptx
deepaMS4
 
CSC1100 - Chapter02 - Components of the System Unit
CSC1100 - Chapter02 - Components of the System UnitCSC1100 - Chapter02 - Components of the System Unit
CSC1100 - Chapter02 - Components of the System Unit
Yhal Htet Aung
 
DSP Processor
DSP Processor DSP Processor
DSP Processor
Laxmikant Kalkonde
 
Sudhir tms 320 f 2812
Sudhir tms 320 f 2812 Sudhir tms 320 f 2812
Sudhir tms 320 f 2812
vijaydeepakg
 
Unit-1_Digital Computers, number systemCOA[1].pptx
Unit-1_Digital Computers, number systemCOA[1].pptxUnit-1_Digital Computers, number systemCOA[1].pptx
Unit-1_Digital Computers, number systemCOA[1].pptx
VanshJain322212
 
Embedded Application on Microcontroller in Assembly and Embedded C
Embedded Application on Microcontroller in Assembly and Embedded CEmbedded Application on Microcontroller in Assembly and Embedded C
Embedded Application on Microcontroller in Assembly and Embedded C
Avinash Reddy Penugonda
 
Chapter 1.pptx
Chapter 1.pptxChapter 1.pptx
Chapter 1.pptx
abdirahman gure
 
Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)
SwapnitaSrivastava1
 
Embeded system by Mitesh Kumar
Embeded system by Mitesh KumarEmbeded system by Mitesh Kumar
Embeded system by Mitesh Kumar
Mitesh Kumar
 
Bca examination 2016 csa
Bca examination 2016 csaBca examination 2016 csa
Bca examination 2016 csa
Anjaan Gajendra
 
Ppt embedded
Ppt embeddedPpt embedded
Ppt embedded
karan bansal
 
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
rama52
 
ELN_3modul.pptx
ELN_3modul.pptxELN_3modul.pptx
ELN_3modul.pptx
MrSunilKumarP
 
CST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic DesignCST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic Design
oudesign
 
Presentation on evm
Presentation on evm Presentation on evm
Presentation on evm
Ankit Tiwari
 
Dcs write up
Dcs write upDcs write up
Dcs write up
Arthur Marshall
 
Introduction to EMBEDDED SYSTEM.pdf
Introduction to EMBEDDED SYSTEM.pdfIntroduction to EMBEDDED SYSTEM.pdf
Introduction to EMBEDDED SYSTEM.pdf
AkashBhagat32
 
Das
DasDas

Similar to Introduction of digital system (20)

Chap1
Chap1Chap1
Chap1
 
Introduction to computer hardware
Introduction to computer hardwareIntroduction to computer hardware
Introduction to computer hardware
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptx
 
CSC1100 - Chapter02 - Components of the System Unit
CSC1100 - Chapter02 - Components of the System UnitCSC1100 - Chapter02 - Components of the System Unit
CSC1100 - Chapter02 - Components of the System Unit
 
DSP Processor
DSP Processor DSP Processor
DSP Processor
 
Sudhir tms 320 f 2812
Sudhir tms 320 f 2812 Sudhir tms 320 f 2812
Sudhir tms 320 f 2812
 
Unit-1_Digital Computers, number systemCOA[1].pptx
Unit-1_Digital Computers, number systemCOA[1].pptxUnit-1_Digital Computers, number systemCOA[1].pptx
Unit-1_Digital Computers, number systemCOA[1].pptx
 
Embedded Application on Microcontroller in Assembly and Embedded C
Embedded Application on Microcontroller in Assembly and Embedded CEmbedded Application on Microcontroller in Assembly and Embedded C
Embedded Application on Microcontroller in Assembly and Embedded C
 
Chapter 1.pptx
Chapter 1.pptxChapter 1.pptx
Chapter 1.pptx
 
Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)
 
Embeded system by Mitesh Kumar
Embeded system by Mitesh KumarEmbeded system by Mitesh Kumar
Embeded system by Mitesh Kumar
 
Bca examination 2016 csa
Bca examination 2016 csaBca examination 2016 csa
Bca examination 2016 csa
 
Ppt embedded
Ppt embeddedPpt embedded
Ppt embedded
 
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
 
ELN_3modul.pptx
ELN_3modul.pptxELN_3modul.pptx
ELN_3modul.pptx
 
CST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic DesignCST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic Design
 
Presentation on evm
Presentation on evm Presentation on evm
Presentation on evm
 
Dcs write up
Dcs write upDcs write up
Dcs write up
 
Introduction to EMBEDDED SYSTEM.pdf
Introduction to EMBEDDED SYSTEM.pdfIntroduction to EMBEDDED SYSTEM.pdf
Introduction to EMBEDDED SYSTEM.pdf
 
Das
DasDas
Das
 

More from University of Science Malaysia

Introduction to engineering economy
Introduction to engineering economyIntroduction to engineering economy
Introduction to engineering economy
University of Science Malaysia
 
Engineering management
Engineering managementEngineering management
Engineering management
University of Science Malaysia
 
Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514) Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514)
University of Science Malaysia
 
Processoer 80486
Processoer 80486Processoer 80486
Fma 1967 & the regulations
Fma 1967 & the regulationsFma 1967 & the regulations
Fma 1967 & the regulations
University of Science Malaysia
 
Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514)Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514)
University of Science Malaysia
 

More from University of Science Malaysia (6)

Introduction to engineering economy
Introduction to engineering economyIntroduction to engineering economy
Introduction to engineering economy
 
Engineering management
Engineering managementEngineering management
Engineering management
 
Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514) Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514)
 
Processoer 80486
Processoer 80486Processoer 80486
Processoer 80486
 
Fma 1967 & the regulations
Fma 1967 & the regulationsFma 1967 & the regulations
Fma 1967 & the regulations
 
Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514)Occupational safety and health act 1994 (act 514)
Occupational safety and health act 1994 (act 514)
 

Recently uploaded

5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 

Recently uploaded (20)

5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 

Introduction of digital system

  • 1. INTRODUCTION TO DIGIT 1.1 Numerical Representation 1.2 Digital & Analog Systems 1.3 Advantages of Digital Techniques 1.4 Disadvantages of Digital Techniques 1.5 Digital Systems Overcome the Drawback of Analog Systems 1.6 Digital Number Systems 1.7 Representing Binary Quantities 1.8 Digital Data Transmission 1.9 Memory & Non-Memory Circuits 1.10 Digital Computers
  • 2. 2 of 28 Learning Outcomes At the end of this chapter, you must be able to – Distinguish between analog & digital representations – State the advantages and disadvantages of digital techniques compared with analog – Understand the need for ADCs and DACs – State the differences between parallel and serial transmissions – Describe the property of memory – Describe the major parts of a digital computer & understand their functions
  • 3. 3 of 28 1.1 Numerical Representations Most naturally occurring physical quantities in our world are analog in nature. Quantities are measured, monitored, recorded, manipulated arithmetically, observed in most physical systems. Important when dealing with quantities – To represent their values efficiently and accurately – 2 ways to represent them: 1) ANALOG representation 2) DIGITAL representation
  • 4. 4 of 28 Analog Representation Represent a quantity by a continuously variable, proportional indicator Characteristic of analog quantities – They can vary over a continuous range of values Example – 1) Speedometer – 2) Thermometer ⇒ In electrical mean, the measured/processed physical quantity is converted to a proportional electrical signal (V or I) → used by the system for display, processing or control purposes Use a mechanical means
  • 5. 5 of 28 Digital Representation Represent a quantity by a symbol, called digits. Characteristic of digital quantities – They are varied in discrete steps Example – 1) Digital Clock – 2) Digital weighting scale
  • 6. 6 of 28 1.2 Digital & Analog Systems DIGITAL SYSTEM Combination of devices designed to manipulate logical information or physical quantities that are represented in digital form. Example: digital calculator ANALOG SYSTEM Devices that manipulate physical quantities that are represented in analog form. Example: magnetic tape recording and playback equipment
  • 7. 7 of 28 Example 1: Tape During playback, a magnetic material in the tape head is magnetized as the magnetic tape passes. Then, the magnetic field penetrates a coil of wire which is wrapped around it. Change in magnetic field will induce a voltage in the coil. This induced voltage forms an electrical image of the signal which is recorded on the tape. Source: http://hyperphysics.phy-astr.gsu.edu/HBASE/Audio/tape.html#c4
  • 8. 8 of 28 Example 2: Computer All the stored and processed data are in binary form. Why ? • Digital circuits/devices only concerns about two operating states/logic levels, • This system allows computers to perform complex calculations very quickly and efficiently
  • 9. 9 of 28 Example 3: CD CD player: digital and analog parts co-exist together (source: How Stuff Works website)
  • 10. 10 of 28 1.3 Advantages of Digital Techniques 1. Digital systems are easier to design 2. Information storage is easy 3. Accuracy & precision are easier to maintain throughout the system 4. Operation can be programmed 5. Digital circuits are less affected by noise 6. Digital circuitry can be fabricated on IC chips
  • 11. 11 of 28 1.4 Disadvantages of Digital Techniques 1. The real world is analogue 2. Digital systems can be fragile 3. Processing digitised signals takes time 4. Digital circuits use more energy than analogue circuits & produce more heat 5. Digital circuits are made from analogue components – must make sure the digital behaviour is not affected by the analogue 6. Digital circuits are sometimes more expensive (in small quantity)
  • 12. 12 of 28 1.5 Digital Systems Overcome the Drawback of Analog Systems When dealing with analogue inputs and outputs, four steps must be followed 1. Convert the physical variable to an electrical signal (analogue) 2. Convert the electrical (analogue) signal into digital form ⇒ ADC (Analogue Digital Converter) 3. Process (operate on) the digital information 4. Convert the digital outputs back to real-world analogue form ⇒ DAC (Digital Analogue Converter)
  • 13. 13 of 28 DIGITAL Example: Block diagram for a digital temperature control system
  • 14. 14 of 28 1.6 Digital Number Systems There are many numbering systems used in digital technology. – Decimal ⇒ most familiar to us – Binary – Octal – Hexadecimal
  • 15. 15 of 28 Decimal System It is also called as base 10 (due to 10-symbols representation) It is a positional numeral system. Example: Given a decimal number of 1429 For digit 1 → one thousand (1 x 103 ) digit 4 → four hundred (4 x 102 ) digit 2 → twenty (2 x 101 ) digit 9 → nine (9 x 100 ) – What is the MSD (most significant digit, first nonzero digit from the left) of 1429? – What is the LSD (least significant digit, last nonzero digit from the right) of 1429? For a whole number, the first digit to the left of the radix point is the LSD.
  • 16. 16 of 28 Binary System It is also called as base 2 (due to 2-symbols representation) It is also a positional numeral system. However, the weight of its bit is different than decimal. Example: – Given a binary number of 1011 For bit 1 → 1 x 23 bit 0 → 0 x 22 bit 1 → 1 x 21 bit 1 → 1 x 20 – What is the MSB of 1011? – What is the LSB of 1011?
  • 17. 17 of 28 1.7 Representing Binary Quantities The information being processed in digital systems is presented in binary form. Binary quantities can be represented by any device that has only two operating states or possible conditions Example: – A switch has only 2 states ⇒ open or closed – Information stored in CD ⇒ holes are burnt form pits (non-reflective) as ‘1’ or reflective areas as ‘0’ – Diode ⇒ conducting or non-conducting
  • 18. 18 of 28 Example: Using voltage level to represent the binary values
  • 19. 19 of 28 1.8 Digital Data Transmission The most common operations that occur in any digital system is the transmission of information from one place to another. The transmitted information is represented as voltages at the outputs of a sending circuit that are connected to the inputs of a receiving circuit. 2 basic methods for digital information transmission: – Parallel (faster in terms of speed) – Serial (simpler in terms of circuit design)
  • 20. 20 of 28 Parallel Transmission The bits presenting the information (code) are sent simultaneously ⇒ faster speed, however it requires more signal lines (complexity)
  • 21. 21 of 28 Serial Transmission The bits presenting the information (code) are sent one bit at a time using a single transmission line until all bits are transmitted. ⇒ slower speed, but it requires only 1 signal line The data transmitted could start from either MSB or LSB (depending on a system)
  • 22. 22 of 28 1.9 Memory & Memoryless Circuits MEMORY CIRCUIT – Memory indicates the system has the means to store information about the input from the past. – Example: Flip-flop When an input is applied to the circuit, the output will change its state, but it will remain in the new state even when the input is removed.
  • 23. 23 of 28 MEMORYLESS CIRCUIT – The circuit does not exhibit the property of memory because the output reverts back to its normal state. When an input is applied to the circuit, the output will change its state, and it will return back to its original state when the input is removed.
  • 24. 24 of 28 1.10 Digital Computers Functional diagram of a digital computer
  • 25. 25 of 28 There are 5 major functional parts: – Arithmetic/logic unit (ALU) • Performs all arithmetic calculations and logical decisions • Sends the results to memory unit for storage – Memory unit • Stores the instructions & data from input • Stores the results of arithmetic operation from ALU • Supplies information to output • RAM (Random Access Memory) & ROM (Read-Only Memory)
  • 26. 26 of 28 – Output unit • Takes data from the memory unit and prints out, display , etc i.e. to the external – Input unit • Instruction set and data are fed through this – Control unit • Takes and interprets instructions from input • Sends related signals to other units to cause the specific instruction to be executed
  • 27. 27 of 28 Central Processing Unit (CPU) Combination of CONTROL unit & ALU Function: – Fetch and interpret instruction – Control and perform the operation as instruction instructed.
  • 28. 28 of 28 Types of computers Microprocessor, µP – CPU in an integrated circuit Microcomputer – Computer that use a µP to perform a wide range of applications depending on the software – Performs general tasks Microcontroller – Computer that use a µP to perform limited task(s) – Have all the elements of a complete computer (CPU, memory & I/O ports) in one integrated circuit.

Editor's Notes

  1. Whole number, without fraction
  2. goto slide8 please refer to slide 'disadvantage of the digital techniques'. must take into account the suitable range to avoid misjudgement of the input/output data.