Learning Objectives To be able to describe the purpose of the CPU

Slides:



Advertisements
Similar presentations
The Central Processing Unit (CPU) Understanding Computers.
Advertisements

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.
CSCE 212 Quiz 4 – 2/16/11 *Assume computes take 1 clock cycle, loads and stores take 10 cycles and branches take 4 cycles and that they are running on.
GCSE Computing - The CPU
CPU Describe the purpose of the CPU
A-Level Computing#BristolMet Session Objectives#4 MUST describe the differences between the main types of primary memory SHOULD describe the function and.
Measuring Performance
Computer Systems Computer Performance.
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.
Processors Menu  INTEL Core™ i Processor INTEL Core™ i Processor  INTEL Core i Processor INTEL Core i Processor  AMD A K.

LOGO. Characteristics of Processors  Funtions  Is the central processing unit, performing all the processing, calculation and control systems.  The.
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.
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.
© CCI Learning Solutions Inc. 1 Lesson 2: Elements of a Personal Computer System unit Microprocessor chip How memory is measured What ROM is What RAM is.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Structure & Architecture 7b - CPU & Buses.
By Matthew Johnson & Nathan Woods. Input An input is something that gives information into the computer that can be processed such as: Keyboard Mouse.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
The Central Processing Unit (CPU)
Session 4 Teaching Computing to GCSE Level with Python.
Computer Hardware – Part 2 Basic Components V.T. Raja, Ph.D., Information Management Oregon State University.
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.
Central Processing Unit (CPU) The Computer’s Brain.
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.
Memory and Storage Chapter 9. Memory Memory ( from programmer’s point of view): Temporary storage to hold data as well as programs. An Architect views.
What’s going on here? Can you think of a generic way to describe both of these?
Computer systems Quiz. The CPU What does CPU stand for?(1) Which 3 step cycle does the CPU follow?(1) In order to run, name 3 things that the CPU needs?(3)
Stored Program Concept Learning Objectives Learn the meaning of the stored program concept The processor and its components The fetch-decode-execute and.
CPU Central Processing Unit
Computer Hardware What is a CPU.
GCSE Computing - The CPU
Itanium® 2 Processor Architecture
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
The Central Processing Unit (CPU)
Chapter 2.1 CPU.
See if you can guess the keywords from the pictures below
مقدمة في علوم الحاسب Lecture 5
OCR GCSE Computer Science Teaching and Learning Resources
Elements of a Computer System
THE CPU i Bytes 1.1.
What happens inside a CPU?
Phnom Penh International University (PPIU)
Components of Computer
Computer Architecture 2
Teaching Computing to GCSE
Unit 2 Computer Systems HND in Computing and Systems Development
Introduction to Computers
CPU Central Processing Unit
CPU Central Processing Unit
Hook was a famous year for what…..?
CPU and Embedded Systems
Central Processing Unit
Introduction to Computers
CPU Key Revision Points.
Central Processing Unit
Unit 1.1 Systems Architecture Lesson 1
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give.
GCSE Computing - The CPU
WJEC GCSE Computer Science
CPU Starter on shared area for pupils as they log on. L1 starter activity.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Learning Objectives To be able to describe the purpose of the CPU To be able to state the function of the CPU (fetch and execute instructions stored in memory) To be able to describe how common characteristics of CPUs affect their performance: Clock Speed Cache Size Number of Cores

Key Words Processor Execute MHz Clock Speed GHz Cache Hertz Core Instruction Execute Clock Speed Cache Core

What is the Purpose of the Processor? The processor is “the brains of a Computer System” It Processes Data Carries out instructions (Executes Them) Processors have a Clock speed measured in Hertz Number of Cycles Per Second

Processor Speed Measured in Hertz (Hz) Typical Speeds have spanned across MHz and GHz 1GHz Processor executes 1 Billion Instructions per second 2GHz Processor executes 2 Billion Instructions Per Second

Processor - Cores Each processor has a “core” in which instructions are executed. Processors can be multi-core Dual Core Quad Core 8 Core Each core executes instructions independently Dual Core may execute up to twice as many instructions per second

Processors – Cache Size Processors have “Cache” – This is very fast, and usually a very small amount of memory on the processor chip The Cache acts as an intermediary between the processor and the Main Memory As programs are executing – the Cache holds commonly used instructions

What affects Performance? Clock Speed Doubling the clock speed will double the number of instructions executed per second Cores Quadrupling the number of cores may quadruple the number of instructions executed per second Cache Size Increasing the cache size will reduce the number of memory to disk transfers and thus may speed up processing of these instructions