Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Computer Memory and Data Transfer
Machine cycle.
Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
CENTRAL PROCESSING UNIT
GCSE Computing - The CPU
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
CPU Describe the purpose of the CPU
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
CPU Structure and Instruction Execution Timothy C. Rice Jr., MIT.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Processors Menu  INTEL Core™ i Processor INTEL Core™ i Processor  INTEL Core i Processor INTEL Core i Processor  AMD A K.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Processing Devices.
BLOCK DIAGRAM OF COMPUTER
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Processing of Data
Computing hardware CPU.
Technology in Focus: Under the Hood
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
The Central Processing Unit: What Goes on Inside the Computer
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
How computers work The CPU & Memory. The parts of a computer.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
The Central Processing Unit (CPU) and the Machine Cycle.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
Computer Structure & Architecture 7b - CPU & Buses.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
Central Processing Unit (CPU)
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
The Central Processing Unit (CPU)
A-Level Computing#BristolMet Session Objectives#3 MUST identify components of a CPU SHOULD describe the purpose of a CPU and its individual components.
M211 – Central Processing Unit
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
Computer Hardware What is a CPU.
OCR GCSE Computer Science Teaching and Learning Resources
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
Chapter 10: Computer systems (1)
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
RAM, CPUs, & BUSES Egle Cebelyte.
The Central Processing Unit
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Computer Architecture
Teaching Computing to GCSE
System Architecture 1 Chapter 2.
Central Processing Unit
CPU Key Revision Points.
GCSE Computing - The CPU
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Central Processing Unit (CPU) MATTHEW BOWEN

Function  The function of the CPU is to execute all of the commands and calculations or “processes” that are stored in the computers memory.  It does this by using transistors to control the flow of electricity, like switches, to switch the transistors state between 1 and 0. This is how the computer recognises binary.

Components CPUs consist of:  Arithmetic Logic Unit (ALU)  Control Unit  Register Array  Buses (to transport the data)

Arithmetic Logic Unit  Using the ALU, a microprocessor can perform mathematical operations such as addition, subtraction, multiplication and division.  It works in conjunction with the register array for the majority of these, in particular the accumulator and flag registers.

Control Unit  This is the most complicated part of the CPU. It is responsible for controlling the operations of the rest of the processor.  It does this by sending control signals to other areas of the processor, instructing them on what to do next.

Register Array  A single register is small memory located within the CPU itself. It is designed to be able to retrieve data quickly. Processors normally contain a “register array” which house many registers, containing instructions, data and other values that may need to be quickly accessed during the execution of a program.

Buses  Buses carry data between all of the components of a processor

Cache  Cache is used for temporary storage in computers. The idea is that it is located close to the processor as it reduces latency when retrieving data as opposed to getting data from the RAM.  The greater the cache size the more that can be stored inside it.  There are 3 types of cache L1, L2 and L3. L1 is the smallest and fastest using SRAM as opposed to DRAM which is used in the main memory. L2 is bigger and located further away. L3 is rarely seen now as its job has been taken by L2.

Clocking  Clock speed is the operating speed of a computer or its microprocessor, given in cycles per second (megahertz).

Cores  If a processor has multiple cores or is “multicore”, it means that it has multiple processors together to be able to process multiple things at once. For example, if you had only one core then having anything more than one process, like a word document, running then it would cause the machine to lag. However having a second core means that the second process can be completely taken care of by the second core.