1 / 7

The Central Processing Unit (CPU)

The Central Processing Unit (CPU). The Central Processing Unit is a silicon chip that is the ‘brain’ of of a computer system. It executes program instructions and data and controls all the devices within the machine. It’s internal organisation ( architecture ) consists of 3 main parts:.

isolde
Download Presentation

The Central Processing Unit (CPU)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Central Processing Unit (CPU) The Central Processing Unit is a silicon chip that is the ‘brain’ of of a computer system. It executes program instructions and data and controls all the devices within the machine It’s internal organisation (architecture) consists of 3 main parts: • Control unit (CU) • Arithmetic and Logic unit (ALU) • Registers

  2. AMD Athlon XP 2200 +

  3. Intel Pentium 4 2.533 Ghz Socket 478

  4. Address bus Memory Address Register Other registers Data bus Memory Data Register Main Memory Control Bus (Read / Write) Arithmetic and Logic Unit (ALU) Control Unit Clock pulses Electronic clock Inside the CPU

  5. The Control Unit The CU sends signals to other parts of the computer It manages fetch, decode and execute program instructions. It synchronises the whole system by telling devices what to do and when to do it

  6. The Arithmetic and Logic Unit The ALU is where data is actually processed in the CPU Processing data in the ALU involves doing arithmetic calculations e.g. add, subtract, multiply, divide etc. It also involves logical comparisons like AND, OR etc. using electronic circuitry The ALU uses special arithmetic registers to temporarily store data and results of calculations e.g. the accumulator

  7. The Registers The Registers are very fast storage locations inside the processor itself. There are many registers including : • memory address register (MAR) – holds the address of a location in memory • memory data register (MDR) – holds data just read from or written to memory • program counter (PC) – holds the address of the next instruction to be fetched • Instruction register (IR) – holds the current instruction being executed • general purpose registers – can be used by programmers

More Related