OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.

Slides:



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

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
The Central Processing Unit: What Goes on Inside the Computer.
INSTRUCTIONS 1.Set up the presentation to suit the reading ability of your class (see screenshot). A setting of 0.4 seconds between each word appearing.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
GCSE Computing - The CPU
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
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.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
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.
Processing Devices.
BLOCK DIAGRAM OF COMPUTER
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computer Processing of Data
INSTRUCTIONS 1.Set up the presentation to suit the reading ability of your class (see screenshot). A setting of 0.4 seconds between each word appearing.
Computing hardware CPU.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
The Central Processing Unit
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
The Central Processing Unit (CPU)
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
Session 4 Teaching Computing to GCSE Level with Python.
A-Level Computing#BristolMet Session Objectives#3 MUST identify components of a CPU SHOULD describe the purpose of a CPU and its individual components.
Activity 1 Review the work from last lesson so that you can explain the following: -What is the purpose of a CPU. -What steps does the CPU take to process.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
What am I Looking For? o Must o Be able to describe the: fetch-execute cycle; CPU-Cache-Memory cycle; Dual processor o Should o Be able to describe how.
Software Design and Development Computer Architecture Computing Science.
Computer Hardware What is a CPU.
Unit 2 Technology Systems
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)
Chapter 2.1 CPU.
OCR GCSE Computer Science Teaching and Learning Resources
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Discovering Computers 2011: Living in a Digital World Chapter 4
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Computer Architecture 2
Teaching Computing to GCSE
System Architecture 1 Chapter 2.
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
1-2 – Central Processing Unit
Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give.
Learning Objectives To be able to describe the purpose of the CPU
GCSE Computing - The CPU
WJEC GCSE Computer Science
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU

OCR GCSE Computing © Hodder Education 2013 Slide 2 Index to topics  CPU and the fetch–execute cycle CPU and the fetch–execute cycle  Characteristics of the CPU that affect its performance Characteristics of the CPU that affect its performance

OCR GCSE Computing © Hodder Education 2013 Slide 3 Chapter 2: CPU The purpose of the CPU is processing data. The CPU is the core of every computer system and has two main components: – The control unit uses electrical signals to direct the system to execute the instructions in stored programs. – The ALU – Arithmetic and Logic Unit – carries out all of the arithmetic and logical operations, including: Addition; Subtraction; Comparisons (for example, equal to, less than, greater than).

OCR GCSE Computing © Hodder Education 2013 Slide 4 Chapter 2: CPU The fetch–execute cycle:  When the computer is switched on it starts to run an endless fetch–execute cycle:  The programs the CPU needs to process are stored in the main memory.  The CPU fetches the next instruction, decodes it and executes it before repeating the process. FetchDecodeExecute

OCR GCSE Computing © Hodder Education 2013 Slide 5 Chapter 2: CPU The boot program Immediately after being switched on, the CPU looks in a specific location in read only memory (ROM) for the first program to load and execute. This is the boot sequence. The boot process gets the computer up and running and the operating system started. After this initial boot process is complete, control is handed to the operating system to provide the programs for the CPU to run.

OCR GCSE Computing © Hodder Education 2013 Slide 6 Chapter 2: CPU What characteristics affect the performance of the CPU? The clock speed – how quickly the CPU processes instructions: – The clock chip uses a vibrating crystal that maintains a constant rate and all processes are synchronised to this clock signal. – The clock speed is measured in Hertz(Hz) or cycles per second. A clock speed of 600 Hz would be 600 cycles per second. – GHz means billions of cycles per second, so a typical clock speed of 3 GHz would mean 3 billion cycles per second.

OCR GCSE Computing © Hodder Education 2013 Slide 7 Chapter 2: CPU The number of cores – how many instructions it can process at a time: A multiple core processor has more than one CPU – In a dual core CPU, two CPUs work together Since these can fetch, decode and execute instructions at the same time, the computer is able to process more instructions. Interface to bus CPU core 2 CPU core 1

OCR GCSE Computing © Hodder Education 2013 Slide 8 Chapter 2: CPU Data is moved around the computer on buses. – Bus speed affects how quickly the computer can move data, and therefore has an effect on the speed of the computer. A bus is simply a circuit that connects one part of the motherboard to another. The speed of the bus, measured in MHz (millions of cycles per second), refers to how much data can move across the bus at the same time.

OCR GCSE Computing © Hodder Education 2013 Slide 9 Chapter 2.1: CPU Cache memory is very fast memory that can work at speed similar to the CPU, but it is very expensive and only used to store data waiting to be processed by the CPU. Cache memory is usually provided in much smaller sizes than the main memory, megabytes, MB as opposed to gigabytes, GB (1GB = 1024 MB) Cache memory is located very close to the CPU to minimise access times. A mid-range laptop might have 8GB of RAM but only 2 or 3 MB of cache memory.

OCR GCSE Computing © Hodder Education 2013 Slide 10 Chapter 2.1: CPU The role of cache in data transfer: CPU Cache Main Memory Data sent to CPU Data copied to cache Request for data If data not in cache, request data from main memory

OCR GCSE Computing © Hodder Education 2013 Slide 11 Chapter 2: CPU A typical Intel CORE i5 processor Intel i5-3210M 2.5 GHz clock speed (2.5 billion operations per second) 2 cores 5MB cache memory