Tariq Microprocessor 2003

download Tariq Microprocessor 2003

of 14

Transcript of Tariq Microprocessor 2003

  • 7/31/2019 Tariq Microprocessor 2003

    1/14

    MOHD TARIQ

    ROLL NO.11 AEM 11

  • 7/31/2019 Tariq Microprocessor 2003

    2/14

    The Central processing unit built on a singleIC is called a microprocessor. It is one of the

    most important components of a digitalcomputer. It acts as the brain of the computer

    system.

    MICROPROCESSOR

  • 7/31/2019 Tariq Microprocessor 2003

    3/14

    Microprocessor

    The key element of all computers, providing themathematical and decision making ability

    Current state-of-the-art uPs (Pentium, Athlon, SPARC,

    PowerPC) contain complex circuits consisting of tens ofmillions of transistors

    They operate at ultra-fast speeds doing over a billion

    operations very second

    Made up from a semiconductor, Silicon

  • 7/31/2019 Tariq Microprocessor 2003

    4/14

    Integrated Circuits

    Commonly known as an IC or a chip

    A tiny piece of Silicon that has several electronic parts on it

    The smallest components on an IC are much smaller thanthe thickness of a human hair

  • 7/31/2019 Tariq Microprocessor 2003

    5/14

    WORD LENGTH OF AMICROPROCESSOR

    It is given as n-bit,where n may be 8,16,32 or64.A binary digit 0 or 1 is called a bit.An 8 bitmicroprocessor can process 8 bit data at a time.If

    data consists of more than 8 bits,the processortakes up 8 bits of data first and makes itsprocessing,then the next group of 8 bits of dataare taken up one by one for processing.

  • 7/31/2019 Tariq Microprocessor 2003

    6/14

    Components of Microprocessor

    Devices

    Transistors

    Diodes

    Resistors

    Capacitors

    Wires

    And are made of the following materials Silicon - semiconductor

    Copper - conductor

    Silicon Dioxide - insulator

  • 7/31/2019 Tariq Microprocessor 2003

    7/14

  • 7/31/2019 Tariq Microprocessor 2003

    8/14

    Registers

    Both ALU & FPU have a very small amount of super-fast

    private memory placed right next to them for their exclusiveuse. These are called registers

    The ALU & FPU store intermediate and final results fromtheir calculations in these registers

    Processed data goes back to the data cache and then tomain memory from these registers

  • 7/31/2019 Tariq Microprocessor 2003

    9/14

    Instruction Decoder

    This unit receives the programming instructions anddecodes them into a form that is understandable by theprocessing units, i.e. the ALU or FPU

    Then, it passes on the decoded instruction to the ALU orFPU

  • 7/31/2019 Tariq Microprocessor 2003

    10/14

    Bus Interface Unit

    Receives instructions & data from main memory

    Instructions are then sent to the instruction cache, data tothe data cache

    Also receives the processed data and sends it to themain memory

  • 7/31/2019 Tariq Microprocessor 2003

    11/14

  • 7/31/2019 Tariq Microprocessor 2003

    12/14

    Floating-Point Unit (FPU)

    Also known as the NumericUnit

    It performs calculations that involve numbersrepresented in the scientific notation (also known as

    floating-point numbers). This notation can represent extremely small and

    extremely large numbers in a compact form

    Floating-point calculations are required for doing

    graphics, engineering and scientific work The ALU can do these calculations as well, but will do

    them very slowly

  • 7/31/2019 Tariq Microprocessor 2003

    13/14

    Registers

    Registers

    Microprocessor

    InstructionCache

    Arithmetic& Logic

    Unit

    ControlUnitBus

    InterfaceUnit

    DataCache

    InstructionDecoder

    I/O

    RAM

    MemoryBus

    SystemBus

    FloatingPointUnit

  • 7/31/2019 Tariq Microprocessor 2003

    14/14