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.

Slides:



Advertisements
Similar presentations
Machine cycle.
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
GCSE Computing - The CPU
Begin. 1. It contains electronic components used to process data. a. Motherboard Motherboard b. System Unit System Unit c. Processor Processor.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
CPU Describe the purpose of the CPU
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
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.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Motherboard AKA mainboard, system board, planar board, or logic board. It is printed circuit board found in all modern computers which holds many of the.
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.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
COMPONENTS OF THE SYSTEM UNIT
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
What is a Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see.
COMPUTER MAIN PARTS. softwared HARDWARE 8 COMPONENTS.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computing hardware CPU.
Technology in Focus: Under the Hood
COLLEGE FOR PROFESSIONAL STUDIES TOPIC OF PRESENTATION PROCESSOR IN COMPUTER.
By Tyler Williams and Jake Eichorn. The System Unit The system unit is a case that contains electronic components of the computer used to process data.
1 Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.
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.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition Copyright © 2016 Pearson Education, Inc.0.
The Central Processing Unit (CPU) and the Machine Cycle.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 15, 2004 Lecture Number: 10.
Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
Academic PowerPoint Computer System – Architecture.
Computer Hardware – System Unit
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
Description and picture of a computer Katie Cothran Codrington School.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
A-Level Computing#BristolMet Session Objectives#3 MUST identify components of a CPU SHOULD describe the purpose of a CPU and its individual components.
M211 – Central Processing Unit
Central Processing Unit (CPU) The Computer’s Brain.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
Chapter 2 content Basic organization of computer What is motherboard
CPU Central Processing Unit
Computer Hardware What is a CPU.
GCSE Computing - The CPU
The Central Processing Unit: What Goes on Inside the Computer
GCSE OCR Computing A451 The CPU Computing hardware 1.
Chapter 2.1 CPU.
The Central Processing Unit
THE CPU i Bytes 1.1.
Components of Computer
Components of Computer
Microcomputer Architecture
CPUs and Motherboards Cody, Emily, and Slavic.
CPU Central Processing Unit
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Processing Computer Components.
GCSE Computing - The CPU
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

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 words, it is like the computer’s brain. Not the part of the brain where memory is stored but the part of the brain which does the thinking

 It consists single silicon chip containing CPU, ALU, and some memory  It typically consists of miniaturized electronic circuit (consisting mainly of semiconductor devices )  The cuircuit design is comparable to new york city road map drawn on the surface of the small chip.  Pins, also known as contact points, are tiny little pieces of metal that connect the processor to the motherboard  Modern processors have hundreds or even thousands of pins

 The Machine Cycle Fetch - get an instruction from Main Memory  Decode - translate it into computer commands  Execute - actually process the command  Store - write the result to Main Memory

 microprocessor's have cache memory memory that is located inside the Central Processing Unit itself known as L1 cache  It stores the most frequently used data  The Central Processing Unit can access the cache memory much faster than having to access the RAM, because the cache memory is right inside the chip and the RAM is outside the Chip  Level 2 cache memory ( on the right side of the processor chip) is located between the RAM (Random Access Memory) and Central Processing Unit . Level 2 cache memory is used when the level 1 cache memory is full or is too small to hold the data  Level 1 cache is often smaller and faster than level 2 cache memory  In some mordern processors L1 and L2 cache memory are both located inside the CPU

 CPUs in general purpose computers dissipate significant power because of their higher complexity and speed.  These put an upper limit to clock speed of processor  Processors are often as hot as a frying pan !  As a processor model's design matures, smaller transistors, lower- voltage structures, and design experience may reduce power consumption.  Heatsink and fan are attached directly upon the processor to prevent it from overheating and melting