Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.

Slides:



Advertisements
Similar presentations
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.
Advertisements

The Central Processing Unit (CPU) Understanding Computers.
Characteristics of a Microprocessor. The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used.
The First Microprocessor By: Mark Tocchet and João Tupinambá.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Computer Hardware What goes on inside?. Deeper.
GCSE Computing - The CPU
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
CPU Describe the purpose of the CPU
Introduction Computer Hardware Jess 2006 The CPU.
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.
Processors Menu  INTEL Core™ i Processor INTEL Core™ i Processor  INTEL Core i Processor INTEL Core i Processor  AMD A K.

Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Computer Processing of Data
Computing hardware CPU.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Technology in Focus: Under the Hood
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Intermediate 2 Computing Computer structure. Organisation of a simple 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.
Chapter One Understanding Computer Hardware Part I: Processors.
© 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.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
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.
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.
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.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
M211 – Central Processing Unit
Central Processing Unit (CPU) The Computer’s Brain.
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)
CPU Central Processing Unit
Computer Hardware What is a CPU.
Unit 2 Technology Systems
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
The Central Processing Unit (CPU)
Chapter 2.1 CPU.
Introduction Computer Hardware Jess 2006
OCR GCSE Computer Science Teaching and Learning Resources
Central Processing Unit- CPU
Central Processing Unit (CPU)
Assembly Language for Intel-Based Computers, 5th Edition
THE CPU i Bytes 1.1.
What happens inside a CPU?
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
Computer Architecture 2
Teaching Computing to GCSE
Introduction to Computers
CPU Central Processing Unit
CPU and Embedded Systems
Central Processing Unit
Introduction to Computers
CPU Key Revision Points.
Central Processing Unit
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
Presentation transcript:

Unit 2 - Hardware Microprocessors & CPUs

What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and executing every instruction. ● Microprocessors contain the following components: ● CPU (Central Processing Unit) ● Cache Memory

CPUs ● The CPU interprets commands from the program that is currently running. These may involve: ● Arithmetic operations ● Adding, Subtracting, Multiplying, or Dividing ● Moving data between components ● Sending packets of data to the WiFi hardware ● Switching context between programs ● Loading a website on Chrome, then responding to keystrokes in Word, then going back to Chrome, etc.

Cores ● A microprocessor can have more than one CPU or core. ● More cores means more operations happening at one time. This helps when trying to run multiple programs at one time (or for processing one program that has multiple events). ● A processor with one core is called single core, two cores is dual core, and, most recently, four cores is called quad core.

Cores Single Core Dual Core Quad Core

How do we measure speed? ● The clock speed indicates how many operations can be performed in one second. 1 Hz = 1 operation per second 1 MHz = 1 million operations per second 1GHz = 1 billion operations per second

How do we measure speed? ● Example: A quad-core 4GHz processor can be as fast a single-core 16GHz processor. (4 cores) x (4Ghz each) = 16GHz However, this isn’t usually true, in practice! Can you think of why?

Hyper-Threading ● Intelligent scheduling that allows a single core to act like a multi-core processor. This is done by keeping the processor busy with active programs so that programs that are taking a long time do not bog down the processor. ● Video: ● Not useful for gaming!

Cache Memory ● The CPU needs fast storage for short-term data that its currently working with. ● This memory is called cache memory. ● Cache memory is very fast and very expensive. ● Cache memory is on the microprocessor next to the CPUs (RAM is stored elsewhere, therefore slower).

Types of Cache Memory ● Level 1 (L1) Cache ● smallest but fastest memory available ● each core has its own L1 cache ● Level 2 (L2) Cache ● slower but larger ● each core also has its own L2 Cache ● Level 3 (L3) Cache ● slowest and largest ● shared by all cores

Let’s Go Shopping! ● You don’t have to buy a whole computer… you can buy parts!

How It’s Made: Microprocessors