The Central Processing Unit

Slides:



Advertisements
Similar presentations
Machine cycle.
Advertisements

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 (CPU) Understanding Computers.
Computer Systems. Computer System Components Computer Networks.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
CPU Describe the purpose of the CPU
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.
Processing Devices.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Computer Processing of Data
Computing hardware CPU.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
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.
The Central Processing Unit (CPU) and the Machine Cycle.
Parts of a Computer - Introduction
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
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.
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.
Central Processing Unit
Computer Architecture2  Computers are comprised of three things  The physical computer  The operating system  The user and programs running on 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.
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.
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
A-Level Computing#BristolMet Session Objectives#3 MUST identify components of a CPU SHOULD describe the purpose of a CPU and its individual components.
Inside a PC Exploring the CPU. CPU: Objectives Students will identify and explain the function of the CPU Students will research various CPUs so they.
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.
The CPU Central Processing Unit. Activity 1 5 minutes to discuss and feedback on the following: 1.What is this? 2.What is it for? What do you notice ?
MAHARANA PRATAP COLLEGE OF TECHNOLOGY SEMINAR ON- COMPUTER PROCESSOR SUBJECT CODE: CS-307 Branch-CSE Sem- 3 rd SUBMITTED TO SUBMITTED BY.
CPU Central Processing Unit
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
Unit 2 Technology Systems
GCSE OCR Computing A451 The CPU Computing hardware 1.
The Central Processing Unit (CPU)
Chapter 10: Computer systems (1)
Chapter 2.1 CPU.
Central Processing Unit (CPU)
Introduction to Computer Architecture
THE CPU i Bytes 1.1.
Describe the central processing unit including its role
Describe the central processing unit including its role
Computer Architecture
Computer Architecture 2
Teaching Computing to GCSE
System Architecture 1 Chapter 2.
CPU Central Processing Unit
CPU and Embedded Systems
Central Processing Unit
Introduction to Computer Architecture
CPU Key Revision Points.
Central Processing Unit
1-2 – Central Processing Unit
Chapter 6: Understanding and Assessing Hardware
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
WJEC GCSE Computer Science
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

The Central Processing Unit CPU The Central Processing Unit

CPU It just processes data, be it: Searching Sorting Calculating Decision making Needed for everything you do on a computer

First OS loads everything into memory (RAM). Program Data

Fetch CPU gets data and instructions (program) from main memory (RAM) and stores in it’s own memory (Registers)

Decode Instructions are worked out by the CPU Different CPUs have different instruction sets CPU gets ready to do the instructions

Execute Instruction is carried out on the data in the CPU’s registers Result is stored in another Register Then CPU is ready for another fetch

A “borrowed” diagram is worth 1000 words…

What is inside a CPU?

Control Unit Controls input and output of data Controls flow of data inside CPU Organises the fetch/execute cycle

Immediate Access Store The internal registers. Only holds the data needed for the instructions Hard drives are very slow but holds loads of data RAM is slow, and holds a middle amount of data IAS is very fast, but holds tiny amount of data

Arithmetic & Logical Unit Processes data by manipulating or changing it. Arithmetic part Performs calculations (1+1=2) Logical unit Performs logical operations and comparisons (is 1 < 3?)

Clock speed A CPU can only ever do one thing at once. So how can you run Word while listening to iTunes? Each cycle of the fetch/execute is one instruction 1 cycle per second is a hertz (Hz) 1GHz = 1 000 000 000 instructions per second Faster CPU means less time for each instruction to complete

Faster always better? Heat Power Performance Architecture

Number of cores Dual core means two processors Can do twice as much in a second than just one processor… in theory Improved performance (but not doubled?)

Cache No point having a fast processor if there’s no data for it to process. The more cache the more data can be stored closer to the CPU on fast memory If data isn’t in cache the CPU will look at the ram, but this is really slow so takes lots of time

Questions 1. My laptop has a Intel Core i3 running at 2ghz, it’s faster than your school desktops. Explain. 2. Describe the considerations in picking a laptop’s CPU. 3. Describe the considerations in picking a server’s CPU. 4. Which is the fastest i7 3 ghz pentium or am i5 AMD 2.3gHZ.