SlideShare a Scribd company logo
1 of 24
Introduction to
Microprocessors
www.eazynotes.com
Introduction to
Microprocessors
The microprocessor is one of the most important components of
a digital computer.
It acts as the brain of the computer system.
As technology has progressed, microprocessors have become
faster, smaller and capable of doing more work per clock cycle.
Sometimes, microprocessor is written as µP.
( µ is pronounced as Mu )
www.eazynotes.com
Introduction to
Microprocessors
Definition:
Microprocessor is the controlling unit or CPU of a micro-computer,
fabricated on a very small chip capable of performing ALU
operations and communicating with the external devices connected
to it.
www.eazynotes.com
A Computer
A computer:
Accepts the data from the user.
Stores the data and the set of instructions supplied by the user in
memory.
Processes the data according to the instructions in the processing
unit.
Communicates the result to the user or stores it for further
reference.
www.eazynotes.com
A Computer
A computer has the following units:
Input Unit
Output Unit
Memory Unit
Central Processing Unit
www.eazynotes.com
A Computer
INPUT UNIT
The input unit consists of the devices which accept the data and
instructions from the user and communicates it to the CPU.
The various input devices are: keyboard, mouse, joystick, trackball etc.
OUTPUT UNIT
It provides the result of the various operations performed by the CPU to
the user.
The various output devices are: printers, monitors, loudspeakers etc.
www.eazynotes.com
A Computer
CENTRAL PROCESSING UNIT (CPU)
The CPU is the heart and nerve centre of the computer.
It fetches the instruction and data from the peripheral devices and
performs all the arithmetic operations, takes logical decision and
control the operation of all other units.
Various sub-blocks of the central processing unit are:
Arithmetic and Logic Unit (ALU)
Timing & Control Unit
Registers
www.eazynotes.com
A Computer
 ARITHMETIC AND LOGIC UNIT (ALU)
This unit perform all the logical and arithmetic operations.
Various arithmetic operations are: addition, subtraction, increment and decrement
etc.
Various logical operations are: AND, OR, NOT, XOR, etc.
 TIMING AND CONTROL UNIT
This unit controls the entire operations being performed by the system.
It controls the operations of ALU, input/output devices and memory unit.
This unit interprets the instructions and generates various timing and control signals.
 REGISTERS
A register is a very small amount of very fast memory that is built into the CPU in
order to store the current data and instructions which are being executed by the CPU.
www.eazynotes.com
A Computer
MEMORY UNIT
It stores the program statement and the data i.e. the information
supplied from the input unit.
It also stores the final output.
This is connected to the CPU by means of a bidirectional bus.
The CPU processes the information as taken from the memory and
performs the operations in the ALU section.
The results are either transferred to the output unit or stored in the
memory for later use by the CPU.
www.eazynotes.com
A Micro-Computer
As the name implies, microcomputers are small computers.
The block diagram of the microcomputer is similar to the
computer except that the central processing unit of the
microcomputer is contained in a single IC called the
microprocessor.
www.eazynotes.com
A Micro-Computer
A microprocessor is a LSI (Large Scale Integration) IC that does almost
all the functions of the CPU.
It is also defined as a CPU contained in a single chip.
The basic function of the microprocessor is:
to fetch the instructions stored in the main memory
identify the operations and the devices involved in it
and accordingly generate control signals to determine when a given action
is to take place.
We can say that a computer with a microprocessor as its CPU, is
known as Microcomputer.
www.eazynotes.com
Some Definitions
Microprocessor:
The central processing unit built on a single IC is called
Microprocessor.
A microprocessor (sometimes abbreviated as µP) is a digital
electronic component with miniaturized transistors on a single
semiconductor integrated circuit (IC).
One or more microprocessors typically serve as a central processing
unit (CPU) in a computer system or handheld device.
www.eazynotes.com
Some Definitions
Microcomputer:
A digital computer, in which one microprocessor has been provided
to act as a CPU, is called Microcomputer.
A desktop computer, laptop, notebook, palmtop, etc. contain one
microprocessor to act as a CPU and hence they come under the
category of microcomputer.
The term microcomputer is generally synonymous with personal
computer.
www.eazynotes.com
Some Definitions
Multiprocessor System:
The CPU of a large powerful digital computer contains more than
one microprocessor.
High-end powerful servers, mainframe computers,
supercomputers, etc. contain more than one microprocessor to act
as CPU.
A computer whose CPU contains more than one microprocessor is
called Multiprocessor System.
www.eazynotes.com
Some Definitions
Microcontroller:
A highly integrated chip that contains all the components such as
CPU, RAM, some form of ROM, I/O ports, and timers is called
Microcontroller.
Unlike a general-purpose computer, which also includes all of these
components, a microcontroller is designed for a very specific task to
control a particular system.
www.eazynotes.com
Microprocessor Characteristics
Instruction Set:
The set of instructions that a microprocessor can understand.
Bandwidth:
The number of bits processed in a single instruction.
Capability:
It depends upon the number of instructions and capability of each
instruction.
www.eazynotes.com
Microprocessor Characteristics
Clock Speed:
The clock speed determines how many operations per second the processor can
perform.
It is also called Clock Rate.
Every computer contains an internal clock that regulates the rate at which
instructions are executed and synchronizes the various computer components.
The faster the clock, the more instructions the CPU can execute per second.
Clock speeds are expressed in megahertz (MHz) or gigahertz (GHz).
The microprocessors of personal computers have clock speeds of anywhere from
300 MHz to over 3.8 GHz.
www.eazynotes.com
Microprocessor Characteristics
Word Length:
It depends upon the width of internal data bus, registers, ALU etc.
An 8-bit microprocessor can process 8 bit data at a time.
A processor with longer word length is more powerful and can
process data at a faster speed as compared to processor with shorter
word length.
The word length ranges from 4 bits for small microprocessor, to 64
bits for high-end microcomputers.
www.eazynotes.com
Microprocessor Characteristics
 Width of Data Bus:
This is the size of the data bus. It defines the number of bits that can be transferred
through data bus.
 Width of Address Bus:
This parameter decides the memory addressing capability of the microprocessor. The
maximum size of the memory unit is decided by this parameter.
 Input/Output Addressing Capability:
The maximum number of the input/output ports accessed by the microprocessor
depends upon the width of the input/output address provided in the input/output
instruction.
www.eazynotes.com
Microprocessor Characteristics
Data Types:
The microprocessor handles various types of data formats like
binary, BCD, ASCII, signed and unsigned numbers.
Interrupt Capability:
Interrupts are used to handle unpredictable and random events in
the microcomputer.
It is used to interrupt the microprocessor.
Interrupt driven input/output improves the throughput of a
system.
www.eazynotes.com
Features of Microprocessor
Cost:
The most important feature of a microcomputer is its low cost.
Because of the widespread use of microprocessors, the volume of production is
very high.
That is why, microprocessor chips are available at fairly low prices.
Size:
The second important feature of a microprocessor is its small size.
As a result of improvement in fabrication technology, VLSI, electronic circuitry
has become so dense that a minute silicon chip can contain hundred and thousands
of transistors.
www.eazynotes.com
Features of Microprocessor
 Power Consumption:
Another important feature is its low power consumption.
Microprocessors are normally manufactured by Metal-Oxide semiconductor
technology, which has the feature of low power consumption.
 Versatility:
The microprocessors are versatile.
Keeping the same basic hardware, a microprocessor-based system can be configured
for a number of applications by simply altering the software program.
 Reliability:
Another important property of microprocessors is its extreme reliability.
It has been established that the failure rate of an IC is fairly uniform at the package
level, regardless of its complexity.
www.eazynotes.com
Micron
A unit of length equal to one millionth of a meter.
It is denoted by µ (Mu).
For Example:
If we pluck a hair from the head, it is very thin.
But a hair is more than 2000 times wider than a transistor on a microprocessor.
Wires between transistors are even thinner.
They're more than 4000 times thinner than a hair.
A hair is about 100 microns in diameter.
That means, a transistor is just 0.045 microns wide.
www.eazynotes.com

More Related Content

What's hot

introduction to microprocessor and microcomputer
introduction to microprocessor and microcomputerintroduction to microprocessor and microcomputer
introduction to microprocessor and microcomputerSatya P. Joshi
 
Computer registers
Computer registersComputer registers
Computer registersDeepikaT13
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessorAMAN SRIVASTAVA
 
Microprocessor and microcontrollers
Microprocessor and microcontrollersMicroprocessor and microcontrollers
Microprocessor and microcontrollersHiran Gabriel
 
Architecture of 8051
Architecture of 8051Architecture of 8051
Architecture of 8051hello_priti
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 80869840596838
 
8051 MICROCONTROLLER ARCHITECTURE.pptx
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptxMemonaMemon1
 
Computer Organization and Architecture.
Computer Organization and Architecture.Computer Organization and Architecture.
Computer Organization and Architecture.CS_GDRCST
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051SARITHA REDDY
 
PIC MICROCONTROLLERS -CLASS NOTES
PIC MICROCONTROLLERS -CLASS NOTESPIC MICROCONTROLLERS -CLASS NOTES
PIC MICROCONTROLLERS -CLASS NOTESDr.YNM
 
Microprocessor Presentation
Microprocessor PresentationMicroprocessor Presentation
Microprocessor Presentationalaminmasum1
 
Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacingdeval patel
 
8086 pin details
8086 pin details8086 pin details
8086 pin detailsAJAL A J
 
Computer organization
Computer organizationComputer organization
Computer organizationishapadhy
 
Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architectureDominicHendry
 
Introduction to AVR Microcontroller
Introduction to AVR Microcontroller Introduction to AVR Microcontroller
Introduction to AVR Microcontroller Mahmoud Sadat
 

What's hot (20)

introduction to microprocessor and microcomputer
introduction to microprocessor and microcomputerintroduction to microprocessor and microcomputer
introduction to microprocessor and microcomputer
 
Computer registers
Computer registersComputer registers
Computer registers
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessor
 
Microprocessor and microcontrollers
Microprocessor and microcontrollersMicroprocessor and microcontrollers
Microprocessor and microcontrollers
 
Architecture of 8051
Architecture of 8051Architecture of 8051
Architecture of 8051
 
Instruction set of 8086
Instruction set of 8086Instruction set of 8086
Instruction set of 8086
 
8051 MICROCONTROLLER ARCHITECTURE.pptx
 8051 MICROCONTROLLER ARCHITECTURE.pptx 8051 MICROCONTROLLER ARCHITECTURE.pptx
8051 MICROCONTROLLER ARCHITECTURE.pptx
 
Computer Organization and Architecture.
Computer Organization and Architecture.Computer Organization and Architecture.
Computer Organization and Architecture.
 
Addressing modes of 8051
Addressing modes of 8051Addressing modes of 8051
Addressing modes of 8051
 
PIC MICROCONTROLLERS -CLASS NOTES
PIC MICROCONTROLLERS -CLASS NOTESPIC MICROCONTROLLERS -CLASS NOTES
PIC MICROCONTROLLERS -CLASS NOTES
 
Cpu organisation
Cpu organisationCpu organisation
Cpu organisation
 
Microprocessor Presentation
Microprocessor PresentationMicroprocessor Presentation
Microprocessor Presentation
 
8255 PPI
8255 PPI8255 PPI
8255 PPI
 
Memory & I/O interfacing
Memory & I/O  interfacingMemory & I/O  interfacing
Memory & I/O interfacing
 
Registers
RegistersRegisters
Registers
 
8086 pin details
8086 pin details8086 pin details
8086 pin details
 
Computer organization
Computer organizationComputer organization
Computer organization
 
Introduction in microcontroller
Introduction in microcontrollerIntroduction in microcontroller
Introduction in microcontroller
 
Pic microcontroller architecture
Pic microcontroller architecturePic microcontroller architecture
Pic microcontroller architecture
 
Introduction to AVR Microcontroller
Introduction to AVR Microcontroller Introduction to AVR Microcontroller
Introduction to AVR Microcontroller
 

Viewers also liked

Introduction to Microprocessors
Introduction to MicroprocessorsIntroduction to Microprocessors
Introduction to Microprocessors76 Degree Creative
 
Introduction to-microprocessors
Introduction to-microprocessorsIntroduction to-microprocessors
Introduction to-microprocessorsmudulin
 
AKASH SINGH TOMA
AKASH SINGH TOMAAKASH SINGH TOMA
AKASH SINGH TOMAadsrg
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessorKashyap Shah
 
Intel Technical Lecture
Intel Technical LectureIntel Technical Lecture
Intel Technical Lecturetranngoctai
 
History of microprocessors copy
History of microprocessors   copyHistory of microprocessors   copy
History of microprocessors copyyvonne katsande
 
COMPUTER PROGRAMMING UNIT 1 Lecture 1
COMPUTER PROGRAMMING UNIT 1 Lecture 1COMPUTER PROGRAMMING UNIT 1 Lecture 1
COMPUTER PROGRAMMING UNIT 1 Lecture 1Vishal Patil
 
Types of computer
Types of computerTypes of computer
Types of computerlatifah2001
 
History Of Microprocessors
History Of Microprocessors History Of Microprocessors
History Of Microprocessors Abdullah Tariq
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mbaNilesh Mishra
 
Microprocessors
MicroprocessorsMicroprocessors
MicroprocessorsSpitiq
 
Tablet PCs in Education
Tablet PCs in EducationTablet PCs in Education
Tablet PCs in Educationleverjf
 
Classification of computer
Classification of computerClassification of computer
Classification of computerjoy grace bagui
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessorSudhir Reddy
 
Classification of computer
Classification of computerClassification of computer
Classification of computermaaz hussain
 
Intel 8085 Micro Processor
Intel 8085 Micro ProcessorIntel 8085 Micro Processor
Intel 8085 Micro Processorsilentsoul
 
Microprocessor and Application (8085)
Microprocessor and Application (8085)Microprocessor and Application (8085)
Microprocessor and Application (8085)ufaq kk
 

Viewers also liked (20)

Introduction to Microprocessors
Introduction to MicroprocessorsIntroduction to Microprocessors
Introduction to Microprocessors
 
Introduction to-microprocessors
Introduction to-microprocessorsIntroduction to-microprocessors
Introduction to-microprocessors
 
AKASH SINGH TOMA
AKASH SINGH TOMAAKASH SINGH TOMA
AKASH SINGH TOMA
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessor
 
Intel Technical Lecture
Intel Technical LectureIntel Technical Lecture
Intel Technical Lecture
 
History of microprocessors copy
History of microprocessors   copyHistory of microprocessors   copy
History of microprocessors copy
 
COMPUTER PROGRAMMING UNIT 1 Lecture 1
COMPUTER PROGRAMMING UNIT 1 Lecture 1COMPUTER PROGRAMMING UNIT 1 Lecture 1
COMPUTER PROGRAMMING UNIT 1 Lecture 1
 
Types of computer
Types of computerTypes of computer
Types of computer
 
History Of Microprocessors
History Of Microprocessors History Of Microprocessors
History Of Microprocessors
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mba
 
Microprocessors
MicroprocessorsMicroprocessors
Microprocessors
 
Microprocessors
MicroprocessorsMicroprocessors
Microprocessors
 
Tablet PCs in Education
Tablet PCs in EducationTablet PCs in Education
Tablet PCs in Education
 
Classification of computer
Classification of computerClassification of computer
Classification of computer
 
Application of Computer
Application of ComputerApplication of Computer
Application of Computer
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessor
 
Classification of computer
Classification of computerClassification of computer
Classification of computer
 
Intel 8085 Micro Processor
Intel 8085 Micro ProcessorIntel 8085 Micro Processor
Intel 8085 Micro Processor
 
System unit
System unitSystem unit
System unit
 
Microprocessor and Application (8085)
Microprocessor and Application (8085)Microprocessor and Application (8085)
Microprocessor and Application (8085)
 

Similar to introduction to microprocessors

Introduction to Microprocessor .ppt
Introduction to Microprocessor .pptIntroduction to Microprocessor .ppt
Introduction to Microprocessor .pptTALHARIAZ46
 
Introduction to-microprocessors
Introduction to-microprocessorsIntroduction to-microprocessors
Introduction to-microprocessorsmudulin
 
Chapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPUChapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPUaskme
 
Lecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerLecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerEkeedaPvtLtd
 
4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptx4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptxLofi19
 
Difference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and MicrocontrollersDifference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and Microcontrollerselprocus
 
Benefits of Micro Controller.pdf
Benefits of Micro Controller.pdfBenefits of Micro Controller.pdf
Benefits of Micro Controller.pdfirfanakram32
 
microprocessor-and-microcontroller
microprocessor-and-microcontrollermicroprocessor-and-microcontroller
microprocessor-and-microcontrollerjhcid
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfMECHANICALENGINEERIN19
 
computer Processors intel and amd
computer Processors intel and amdcomputer Processors intel and amd
computer Processors intel and amdRohit Gada
 
Microprocessor lecture
Microprocessor lectureMicroprocessor lecture
Microprocessor lectureLyn Villamil
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems Suhani Singh
 
Micro controller and dsp processor
Micro controller and dsp processorMicro controller and dsp processor
Micro controller and dsp processorShubhamMishra485
 
A Guide to the Microcontroller, Its Functioning, Types, and Applications .pdf
A Guide to the Microcontroller, Its Functioning, Types, and Applications .pdfA Guide to the Microcontroller, Its Functioning, Types, and Applications .pdf
A Guide to the Microcontroller, Its Functioning, Types, and Applications .pdfexpess-technology
 
Project report on embedded system using 8051 microcontroller
Project  report on embedded system using 8051 microcontrollerProject  report on embedded system using 8051 microcontroller
Project report on embedded system using 8051 microcontrollerVandna Sambyal
 

Similar to introduction to microprocessors (20)

Introduction to Microprocessor .ppt
Introduction to Microprocessor .pptIntroduction to Microprocessor .ppt
Introduction to Microprocessor .ppt
 
Introduction to-microprocessors
Introduction to-microprocessorsIntroduction to-microprocessors
Introduction to-microprocessors
 
Chapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPUChapter 4 Microprocessor CPU
Chapter 4 Microprocessor CPU
 
152-15-5588
152-15-5588152-15-5588
152-15-5588
 
MD JAHID HASAN
MD JAHID HASANMD JAHID HASAN
MD JAHID HASAN
 
Lecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputerLecture notes on microprocessor and microcomputer
Lecture notes on microprocessor and microcomputer
 
4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptx4CS3-MPI-Unit-1.pptx
4CS3-MPI-Unit-1.pptx
 
Difference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and MicrocontrollersDifference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and Microcontrollers
 
Benefits of Micro Controller.pdf
Benefits of Micro Controller.pdfBenefits of Micro Controller.pdf
Benefits of Micro Controller.pdf
 
microprocessor-and-microcontroller
microprocessor-and-microcontrollermicroprocessor-and-microcontroller
microprocessor-and-microcontroller
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
 
Draw and explain the architecture of general purpose microprocessor
Draw and explain the architecture of general purpose microprocessor Draw and explain the architecture of general purpose microprocessor
Draw and explain the architecture of general purpose microprocessor
 
computer Processors intel and amd
computer Processors intel and amdcomputer Processors intel and amd
computer Processors intel and amd
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
 
Microprocessor lecture
Microprocessor lectureMicroprocessor lecture
Microprocessor lecture
 
Applied Microprocessor
Applied MicroprocessorApplied Microprocessor
Applied Microprocessor
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
 
Micro controller and dsp processor
Micro controller and dsp processorMicro controller and dsp processor
Micro controller and dsp processor
 
A Guide to the Microcontroller, Its Functioning, Types, and Applications .pdf
A Guide to the Microcontroller, Its Functioning, Types, and Applications .pdfA Guide to the Microcontroller, Its Functioning, Types, and Applications .pdf
A Guide to the Microcontroller, Its Functioning, Types, and Applications .pdf
 
Project report on embedded system using 8051 microcontroller
Project  report on embedded system using 8051 microcontrollerProject  report on embedded system using 8051 microcontroller
Project report on embedded system using 8051 microcontroller
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

introduction to microprocessors

  • 2. www.eazynotes.com Introduction to Microprocessors The microprocessor is one of the most important components of a digital computer. It acts as the brain of the computer system. As technology has progressed, microprocessors have become faster, smaller and capable of doing more work per clock cycle. Sometimes, microprocessor is written as µP. ( µ is pronounced as Mu )
  • 3. www.eazynotes.com Introduction to Microprocessors Definition: Microprocessor is the controlling unit or CPU of a micro-computer, fabricated on a very small chip capable of performing ALU operations and communicating with the external devices connected to it.
  • 4. www.eazynotes.com A Computer A computer: Accepts the data from the user. Stores the data and the set of instructions supplied by the user in memory. Processes the data according to the instructions in the processing unit. Communicates the result to the user or stores it for further reference.
  • 5. www.eazynotes.com A Computer A computer has the following units: Input Unit Output Unit Memory Unit Central Processing Unit
  • 6. www.eazynotes.com A Computer INPUT UNIT The input unit consists of the devices which accept the data and instructions from the user and communicates it to the CPU. The various input devices are: keyboard, mouse, joystick, trackball etc. OUTPUT UNIT It provides the result of the various operations performed by the CPU to the user. The various output devices are: printers, monitors, loudspeakers etc.
  • 7. www.eazynotes.com A Computer CENTRAL PROCESSING UNIT (CPU) The CPU is the heart and nerve centre of the computer. It fetches the instruction and data from the peripheral devices and performs all the arithmetic operations, takes logical decision and control the operation of all other units. Various sub-blocks of the central processing unit are: Arithmetic and Logic Unit (ALU) Timing & Control Unit Registers
  • 8. www.eazynotes.com A Computer  ARITHMETIC AND LOGIC UNIT (ALU) This unit perform all the logical and arithmetic operations. Various arithmetic operations are: addition, subtraction, increment and decrement etc. Various logical operations are: AND, OR, NOT, XOR, etc.  TIMING AND CONTROL UNIT This unit controls the entire operations being performed by the system. It controls the operations of ALU, input/output devices and memory unit. This unit interprets the instructions and generates various timing and control signals.  REGISTERS A register is a very small amount of very fast memory that is built into the CPU in order to store the current data and instructions which are being executed by the CPU.
  • 9. www.eazynotes.com A Computer MEMORY UNIT It stores the program statement and the data i.e. the information supplied from the input unit. It also stores the final output. This is connected to the CPU by means of a bidirectional bus. The CPU processes the information as taken from the memory and performs the operations in the ALU section. The results are either transferred to the output unit or stored in the memory for later use by the CPU.
  • 10. www.eazynotes.com A Micro-Computer As the name implies, microcomputers are small computers. The block diagram of the microcomputer is similar to the computer except that the central processing unit of the microcomputer is contained in a single IC called the microprocessor.
  • 11. www.eazynotes.com A Micro-Computer A microprocessor is a LSI (Large Scale Integration) IC that does almost all the functions of the CPU. It is also defined as a CPU contained in a single chip. The basic function of the microprocessor is: to fetch the instructions stored in the main memory identify the operations and the devices involved in it and accordingly generate control signals to determine when a given action is to take place. We can say that a computer with a microprocessor as its CPU, is known as Microcomputer.
  • 12. www.eazynotes.com Some Definitions Microprocessor: The central processing unit built on a single IC is called Microprocessor. A microprocessor (sometimes abbreviated as µP) is a digital electronic component with miniaturized transistors on a single semiconductor integrated circuit (IC). One or more microprocessors typically serve as a central processing unit (CPU) in a computer system or handheld device.
  • 13. www.eazynotes.com Some Definitions Microcomputer: A digital computer, in which one microprocessor has been provided to act as a CPU, is called Microcomputer. A desktop computer, laptop, notebook, palmtop, etc. contain one microprocessor to act as a CPU and hence they come under the category of microcomputer. The term microcomputer is generally synonymous with personal computer.
  • 14. www.eazynotes.com Some Definitions Multiprocessor System: The CPU of a large powerful digital computer contains more than one microprocessor. High-end powerful servers, mainframe computers, supercomputers, etc. contain more than one microprocessor to act as CPU. A computer whose CPU contains more than one microprocessor is called Multiprocessor System.
  • 15. www.eazynotes.com Some Definitions Microcontroller: A highly integrated chip that contains all the components such as CPU, RAM, some form of ROM, I/O ports, and timers is called Microcontroller. Unlike a general-purpose computer, which also includes all of these components, a microcontroller is designed for a very specific task to control a particular system.
  • 16. www.eazynotes.com Microprocessor Characteristics Instruction Set: The set of instructions that a microprocessor can understand. Bandwidth: The number of bits processed in a single instruction. Capability: It depends upon the number of instructions and capability of each instruction.
  • 17. www.eazynotes.com Microprocessor Characteristics Clock Speed: The clock speed determines how many operations per second the processor can perform. It is also called Clock Rate. Every computer contains an internal clock that regulates the rate at which instructions are executed and synchronizes the various computer components. The faster the clock, the more instructions the CPU can execute per second. Clock speeds are expressed in megahertz (MHz) or gigahertz (GHz). The microprocessors of personal computers have clock speeds of anywhere from 300 MHz to over 3.8 GHz.
  • 18. www.eazynotes.com Microprocessor Characteristics Word Length: It depends upon the width of internal data bus, registers, ALU etc. An 8-bit microprocessor can process 8 bit data at a time. A processor with longer word length is more powerful and can process data at a faster speed as compared to processor with shorter word length. The word length ranges from 4 bits for small microprocessor, to 64 bits for high-end microcomputers.
  • 19. www.eazynotes.com Microprocessor Characteristics  Width of Data Bus: This is the size of the data bus. It defines the number of bits that can be transferred through data bus.  Width of Address Bus: This parameter decides the memory addressing capability of the microprocessor. The maximum size of the memory unit is decided by this parameter.  Input/Output Addressing Capability: The maximum number of the input/output ports accessed by the microprocessor depends upon the width of the input/output address provided in the input/output instruction.
  • 20. www.eazynotes.com Microprocessor Characteristics Data Types: The microprocessor handles various types of data formats like binary, BCD, ASCII, signed and unsigned numbers. Interrupt Capability: Interrupts are used to handle unpredictable and random events in the microcomputer. It is used to interrupt the microprocessor. Interrupt driven input/output improves the throughput of a system.
  • 21. www.eazynotes.com Features of Microprocessor Cost: The most important feature of a microcomputer is its low cost. Because of the widespread use of microprocessors, the volume of production is very high. That is why, microprocessor chips are available at fairly low prices. Size: The second important feature of a microprocessor is its small size. As a result of improvement in fabrication technology, VLSI, electronic circuitry has become so dense that a minute silicon chip can contain hundred and thousands of transistors.
  • 22. www.eazynotes.com Features of Microprocessor  Power Consumption: Another important feature is its low power consumption. Microprocessors are normally manufactured by Metal-Oxide semiconductor technology, which has the feature of low power consumption.  Versatility: The microprocessors are versatile. Keeping the same basic hardware, a microprocessor-based system can be configured for a number of applications by simply altering the software program.  Reliability: Another important property of microprocessors is its extreme reliability. It has been established that the failure rate of an IC is fairly uniform at the package level, regardless of its complexity.
  • 23. www.eazynotes.com Micron A unit of length equal to one millionth of a meter. It is denoted by µ (Mu). For Example: If we pluck a hair from the head, it is very thin. But a hair is more than 2000 times wider than a transistor on a microprocessor. Wires between transistors are even thinner. They're more than 4000 times thinner than a hair. A hair is about 100 microns in diameter. That means, a transistor is just 0.045 microns wide.