Вы находитесь на странице: 1из 20

PRESENTATION ON

INTRODUCTION TO MICROPROCESSOR

PRESENTED BY: Aaina Katyal

WHAT IS MICROPOCESSOR?

MICROPROCESSOR
Microprocessor is an electronic circuit that functions as the central processing unit (CPU) of a computer, providing computational control. The Microprocessor, (or CPU), is the brain of the computer. A microprocessor is a component that implements memory. Microprocessor is the core of the system.

MICROPROCESSOR IMAGES

Operation Types in a Microprocessor


All of the operations of the microprocessor can be classified into one of three types:
-

Microprocessor Initiated Operations Internal Operations Peripheral Initiated Operations

Microprocessor Architecture
The Microprocessor can be programmed to perform functions on given data by writing specific instructions into its memory. The microprocessor reads one instruction at a time, matches it with its instruction set, and performs the data manipulation specified. The result is either stored back into memory or displayed on an output device.

Necessary Tools For Microprocessor


CPU: Central Processing Unit I/O: Input /Output Bus: Address bus & Data bus CU: Timing and Control Unit Special And General Purpose Register L1 & L2 Cache Memory Bus Interface

Block Diagram Of Microprocessor

TIMING AND CONTROL UNIT


C.P.U is partitioned into A.L.U & C.U.

The function of control unit is to generate the relevant timing & control signals to all operations in the computer.
It controls the flow of the data between the processor & memory & peripherals.

ARITHMETIC & LOGIC UNIT


An arithmetic-logic unit (ALU) is the part of a CPU that carries out arithmetic and logic operations on the operands in computer instruction words. The ALU includes storage places for input operands, operands that are being added, the accumulated result (stored in an accumulator), and shifted results. It performs arithmetic operations like addition, subtraction, increment, decrement etc. It also performs logical operations like AND, OR, X-OR, Complement etc.

How ALU Works?

L1 & L2 Cache Memory


L1 and L2 are levels of cache memory in a computer. Level-1" cache memory, usually built onto the microprocessor chip itself. L2 (that is, level-2) cache memory is on a separate chip (possibly on an expansion card) that can be accessed more quickly than the larger "main" memory.

L1 & L2 Cache Memory

Special & General Purpose Register


General purpose registers can be used as either data or address register. There are 6 general purpose registers namely B, C, D, E, H, L. Each of them is a 8-bit registers. They are used to hold data and results. To hold 16 bit data, combination of two 8-bit registers can be used.

BUS INTERFACE
The bus interface unit is the part of the processor that interfaces with the rest of the PC. It deals with moving information over the processor data bus, the primary conduit for the transfer of information to and from the CPU. DATA BUS The bus interface unit is responsible for responding to all signals that go to the processor, and generating all signals that go from the processor to other parts of the system.

DATA BUS
A collection of wires in which data is transmitted from one computer to another external drive. The data bus carries digital information. The data bus is connected to the inputs of several gates and to the outputs of several gates. This is also called bi-directional bus because information may flow on the bus wires in both directions.

ADDRESS BUS
An address bus is a computer bus (a series of lines connecting two or more devices) that is used to specify a physical address. The width of the address bus determines the amount of memory a system can address. It transfers the address of the location. It is called uni-directional because it transfers address from C.P.U to memory only.

DATA BUS & ADDRESS BUS

Address Bus Memory Capacity Chart


Address Bus Size 20 bits 24 bits 32 bits 36 bits 40 bits 44 bits Maximum RAM 1MB 16MB 4GB 64GB 1TB 16TB

THANK YOU

Вам также может понравиться