Central Processing Unit (CPU) The Computer’s Brain.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Motherboard Components Used for Communication Among Devices
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.
The First Microprocessor By: Mark Tocchet and João Tupinambá.
IT Chapter 2 Part B CPU. The CPU is contained on a single integrated circuit called the microprocessor. Often referred to as the brains of a computer.
The C P U In this lesson you will learn about the Press Enter or Click to continue Central Processing Unit.
CENTRAL PROCESSING UNIT
Processor Technology and Architecture
CSCE101 – 4.2, 4.3 October 17, Power Supply Surge Protector –protects from power spikes which ruin hardware. Voltage Regulator – protects from insufficient.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Chapter 4 Processor Technology and Architecture. Chapter goals Describe CPU instruction and execution cycles Explain how primitive CPU instructions are.
GCSE Computing - The CPU
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
1 Microprocessor speeds Measure of system clock speed –How many electronic pulses the clock produces per second (clock frequency) –Usually expressed in.
Computer Systems Computer Performance.
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.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
LOGO. Characteristics of Processors  Funtions  Is the central processing unit, performing all the processing, calculation and control systems.  The.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
The processor, (also known as a microprocessor or a CPU, which stands for Central Processing Unit), does all of the computing a computer does. In other.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Lecture#14. Last Lecture Summary Memory Address, size What memory stores OS, Application programs, Data, Instructions Types of Memory Non Volatile and.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
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.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 27 – A Brief History of the Microprocessor.
The Central Processing Unit: What Goes on Inside the Computer
The Central Processing Unit
Chapter One Understanding Computer Hardware Part I: Processors.
1Module 5: CPU How the CPU executes instructions Each CPU has its own instruction set Instructions are fundamental operations such as addition, load/save,
Computer Maintenance Unit Subtitle: CPU’s UNT in partnership with TEA, Copyright ©. All rights reserved1.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
CPU Inside Maria Gabriela Yobal de Anda L#32 9B. CPU Called also the processor Performs the transformation of input into output Executes the instructions.
Evolution of Microprocessors Microprocessor A microprocessor incorporates most of all the functions of a computer’s central processing unit on a single.
Computer Architecture By Chris Van Horn. CPU Basics “Brains of the Computer” Fetch Execute Cycle Instruction Branching.
Hyper Threading Technology. Introduction Hyper-threading is a technology developed by Intel Corporation for it’s Xeon processors with a 533 MHz system.
The fetch-execute cycle. 2 VCN – ICT Department 2013 A2 Computing RegisterMeaningPurpose PCProgram Counter keeps track of where to find the next instruction.
1 System Clock and Clock Synchronization.. System Clock Background Although modern computers are quite fast and getting faster all the time, they still.
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.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
Academic PowerPoint Computer System – Architecture.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
Central Processing Unit CPU or Processor. Central Processing Unit Components Control Unit Arithmetic & Logic Unit.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Chapter 2 Turning Data into Something You Can Use
The Central Processing Unit (CPU)
Processor Rashedul Hasan. Processor The microprocessor is sometimes referred to as the 'brain' of the personal computer, and is responsible for the processing.
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.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
M211 – Central Processing Unit
Hardware Architecture
CPU Central Processing Unit
Computer Hardware What is a CPU.
The Central Processing Unit: What Goes on Inside the Computer
GCSE OCR Computing A451 The CPU Computing hardware 1.
Central Processing Unit- CPU
What happens inside a CPU?
CPU Central Processing Unit
CPU Central Processing Unit
Central Processing Unit
Central Processing Unit
Computers: Tools for an Information Age
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
Computers: Tools for an Information Age
Presentation transcript:

Central Processing Unit (CPU) The Computer’s Brain

What is it? The CPU is the main component of a computer It is made mostly of an element called silicon The majority of calculations the computer needs to do is done by the CPU CPU’s get very hot and are therefore often covered by a heatsink and fan

Architecture A CPU’s mainly rated by how many calculations it can do in a certain amount of time –This is typically measured in number of calculations (cycles) per second or hertz (Hz) –Speeds of CPU’s have moved from the megahertz (MHz) to gigahertz (GHz) range –This is related to a CPU’s MIPS (millions of instructions per second) that a processor can handle With creative and different ways of designing a CPU allows for various performance abilities

ALU The “brain” of the CPU is the Arithmetic/Logic Unit (ALU) This has a data width measured in bits (1’s and 0’s) This has ranged from 8 to 64 bits This dictates the size of the numbers and the amount of calculations that the CPU can execute at one time

Design Considerations Hyper-Threading (HTT) / Pipelining –A CPU design which allows multiple “threads” of computations to occur simultaneously Multi-Core –A CPU design that is actually more than one processors on one chip. –This allows a single CPU to multiply the amount of calculations in a given amount of time Cache –Cache in terms of computers refers to a memory specially reserved to function a certain part of the computer –Since this memory is specialized it can be made faster –Different CPU’s will have different cache values Front Side Bus (FSB) –The connection between the CPU and main memory –The larger the BUS the more information can transfer between the CPU and main memory at once

Types of CPU’s There are two main companies that make CPU’s for personal computers –Intel –AMD Each company makes their CPU’s differently –This gives each different advantages and disadvantages

Selecting a CPU In selecting a CPU the following could be considered –Brand –Speed –Compatibility –Price