Microprocessor
Microprocessor
Microprocessor
It describes the bits of processor and collect information 0 and 1. The Length of a Microprocessor in
bit such as 2, 16, 32 or 64.
Evolution of Microprocessor
In 1971, Intel invented the first microprocessor 4004. It was a 4-bit microprocessor using
PMOS technology.
In 1972, Intel introduced the first 8-bit microprocessor, Intel 8008, which also uses PMOS
technology.
In 1973, Intel introduced a more powerful and faster 8-bit NMOS microprocessor, Intel 8080.
In the year 1976, Intel introduced a 16-bit microprocessor, Intel 8086.
In 1985, Intel developed a powerful 32-bit microprocessor, Intel 80386
A number of 64-bit microprocessors have also been developed. Examples are: Intel Itanium,
SUN’s SPARC, AMD’s Athlon, PowerPC620, etc.
VLSI and ULSI technologies develop single IC. When computer build in single IC called Single
Chip Microcontrollers.
In the year 1976, Intel introduced the 8048 series of single-chip 8-bit microcomputers.
Intel 8051 power more powerful than 1976.
In the year 1983, Intel introduced 16-bit microcontrollers, Intel 8096 series.
Motorola has introduced 32-bit RISC microcontroller MPC503 it is advanced than previous
generation
Embedded Microprocessors
1. Hardware- The physical and external devices of a computer are called hardware. Example
keyboard, mouse
2. Software- The internal parts of computer are called software. Example windows OS, MS
Office
3. Firmware- The programs stored in ROMs, PROMs, EPROMs, EEPROMs or flash memories are
known as firmware . it is fixed memory the data stores in hard disk
Arithmetic
Logic Unit
Unit
1. Arithmetic Unit- it solves Arithmetic question such as mathematical task
2. Logic Unit- it solves logical question
It controls CPU and gives time to CPU to perform tasks in specific time
Registers
Memory
Cache memory
Primary Memory
Primary
Memory
It The word static indicates that the memory retains its contents as long as power is being supplied.
However, data is lost when the power gets off. SRAM chips use a matrix of 6-transistors and no
capacitors.
It is a generic name for various kinds of dynamic random-access memory (DRAM) that are
synchronized with the clock speed that the microprocessor is optimized for. This tends to increase
the number of instructions that the processor can perform in a given time.
DDR SDRAM (Double Data Rate Synchronous Dynamic Random Access Memory)
It is an early type of dynamic random-access memory (DRAM) chip which was designed to improve
the performance of fast page mode DRAM (FPM DRAM) that was used in the 1990s.
It allows only once to store data and cannot be deleted. DVD is example
It allows to store data and modify the data. So, we can delete data. Hard Disk is example
Flash memory
it is permanent memory but it is portable devices such as Memory cards, Pen Drive, SSD
There are three types
Flash
Memory
Magnetic Memory
Optical disk
It is used to store data in optical disk such as CD-ROM, DVD but it gives less space to store data
1. CD-ROM- CD-ROM stands for Compact Disk Read-Only Memory. The data stored on CD-ROM
can only be read. It cannot be deleted or changed.
2. CD-R or WORM (Write Once Read Many)- The user can write data on WORM only once. But
read many times
3. CD-RW (CD-Rewritable)- it can be read and write many times
4. Digital Versatile Disc (DVD)- it is an optical disc storage medium similar to a compact disc,
but with enhanced data storage capacities as well as with higher quality of video and audio
formats.
5. If they are used for storing data that can only be used to read and cannot be written, it is
called a DVD-ROM.
6. If a DVD is used to record data and then work as a DVD-ROM, it is termed as DVD-R, where
‘R’ stands for ‘recordable’. In a DVD-R, the data is can be inputted only once.
7. if a DVD can be read and again be written over it, it will be called a DVD-RW, where ‘RW’
stands for Re-Writable.
HARD DISK
It is permanent memory to store data in large amount hard disk, magnetic storage medium for a
computer. Hard disks are flat circular plates made of aluminium or glass and coated with a magnetic
material. Hard disks for personal computers can store terabytes (trillions of bytes) of information.
Data are stored on their surfaces in concentric tracks
Buses
Various I/O devices and memory devices are connected to a CPU by groups of lines called buses.
1. Address Bus: The address bus carries the address of a memory location or an I/O device that
the CPU wants to access.
2. Data Bus: The data bus is used to transfer data between the processor, memory and I/O
devices.
3. Control Bus: The control bus is used to carry necessary control signals between the CPU and
memory or I/O devices.
The memory addressing capacity of a CPU depends on the width of the address bus. Intel 8085
microprocessor has 16 address lines. Hence, the memory addressing capacity of 8085 is 216 = 64 K
memory locations.
Bus Architecture:
The important types of bus architecture used in computer systems are: PCI bus, ISA bus, Universal
Serial Bus (USB) and Accelerated Graphics Port (AGP).
1. PCI Bus: PCI stands for Peripheral Component Interconnect. PCI is a hardware bus used for
adding internal components to a desktop computer.
2. ISA Bus: An Industry Standard Architecture bus is a computer bus that allows additional
expansion cards to be connected to a computer's motherboard.
3. Universal Serial Bus (USB): is a common interface that enables communication between
devices and a host controller such as a personal computer.
Types of USB
USB 3.1 It is also known as SuperSpeed+, it is the latest version of the USB protocol.
Classification of Computers
Von Neumann architecture was first developed by John von Neumann in 1945. It consists of a Control
Unit, Arithmetic and Logic Unit (ALU), Memory Unit, Registers and Inputs/Outputs.
Harvard Architecture
it is updated version of Von Neumann Architecture. It contains separate instruction memory and data
memory. It gives more speed and performance to computer