Introduction Computer Hardware Jess 2006 The CPU.

Slides:



Advertisements
Similar presentations
Machine cycle.
Advertisements

Characteristics of a Microprocessor. The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used.
The Central Processing Unit: What Goes on Inside the Computer.
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.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
CENTRAL PROCESSING UNIT
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Computer Hardware Processing and Internal Memory.
Chapter 4 The Components of the System Unit
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
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.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
CPU Registers PC Arith Logic Unit Bus Interface I/O Bridge System bus Memory bus Main Memory USB Controller Graphics Adapter Disk Controller I/O Bus Mouse.
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.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Unit 3: Hardware Components & Software Concepts
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
COMPONENTS OF THE SYSTEM UNIT
The Components of the System Unit Chapter 4 By: Janice Colon.
Chapter 4 The Components of the System Unit
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
1 BUSINESS TECHNOLOGY TODAY Chapter Two How ICT Works.
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.
Chapter 4 The Components of the System Unit. Today The System Unit Motherboard CPU Control Unit ALU Machine Cycle System Clock Data Representation Memory.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and 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.
The Central Processing Unit: What Goes on Inside the Computer
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
The Central Processing Unit (CPU) and the Machine Cycle.
Parts of a Computer - Introduction
Computer Hardware The Processing Unit.
Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
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.
Chapter 2.
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
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.
M211 – Central Processing Unit
Your Interactive Guide to the Digital World Discovering Computers 2012.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
Sara Naheed Amjad Information Technology
Computer Hardware What is a CPU.
GCSE OCR Computing A451 The CPU Computing hardware 1.
Sara Naheed Amjad Information Technology
Introduction Computer Hardware Jess 2006
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Central Processing Unit (CPU)
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Week 3 The Components of the System Unit
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Central Processing Unit
Computers Inside and Out
Edited by : Noor Alhareqi
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Introduction Computer Hardware Jess 2006 The CPU

Introduction Computer Hardware Jess 2006 What is a CPU? Central Processing Unit What is the central processing unit (CPU)?  Interprets and carries out the basic instructions that operate a computer  Most devices communicate with the CPU in order to carry out a task  Also called the processor

Introduction Computer Hardware Jess 2006 Basic CPU Overview

Introduction Computer Hardware Jess 2006 Example of Triple Bus Architecture

Introduction Computer Hardware Jess 2006

What is a personal computer processor?  The single processor chip found in personal computers  Sometimes called a microprocessor  Processors identified by Manufacturer Model name or model number Central Processing Unit Pentium ® 4 Celeron ™ Duron ™ Athlon ™

Introduction Computer Hardware Jess 2006

Motherboards / Chipsets / Sockets Chipset In charge of: Memory Controller EIDE Controller PCI Bridge Real Time Clock DMA Controller IRDA Controller Keyboard Mouse Secondary Cache Low-Power CMOS SRAM

Introduction Computer Hardware Jess 2006 Central Processing Unit What are the components of the central processing unit (CPU )? CPU Arithmetic/ Logic Unit (ALU) Control Unit

Introduction Computer Hardware Jess 2006 CPU Arithmetic/ Logic Unit (ALU) Central Processing Unit What is the control unit? Control Unit The control unit repeats a set of four basic operations:  Fetch – obtain a program instruction or data item from memory  Decode - translate the instruction into commands  Execute - carry out the command  Store - write the result to memory  A component of the CPU that directs and coordinates most of the operations in the computer

Introduction Computer Hardware Jess 2006  Together the four operations of the CPU comprise a machine cycle  Also called an instruction cycle Execution time (e-time) – time it takes to execute and store e-time Instruction time (i-time) - time it takes to fetch and decode i-time Central Processing Unit What is a machine cycle?

Introduction Computer Hardware Jess 2006 Central Processing Unit A student enters a math problem into the memory of the computer Step 1: The control unit fetches the math problem from memory Step 2: The control unit decodes the math problem and sends it to the ALU Step 3: The ALU executes the math problem Step 4: The results of the math problem are stored in memory The result in memory displays on the screen of the monitor What is a machine cycle?  Together the four operations of the CPU comprise a machine cycle

Introduction Computer Hardware Jess 2006 CPU Control Unit What is the arithmetic/logic unit (ALU)? Central Processing Unit.and..not..or.  Component of the CPU  Performs arithmetic, comparison, and logical operations  Performs the execution part of the machine cycle Arithmetic/ Logic Unit (ALU)

Introduction Computer Hardware Jess 2006 Central Processing Unit What is the system clock? Synchronizes all computer operations Each tick is a clock cycle Faster clock speed means the CPU can execute more instructions each second Clock speed (clock rate) measured in megahertz (MHz) and gigahertz (GHz) MHz - one million ticks of the system clock GHz – one billion ticks of the system clock

Introduction Computer Hardware Jess 2006 Single Bus Slow Performance

Introduction Computer Hardware Jess 2006 CPU Sockets and slots Socket 4 & 5 Socket 7 Socket 8 Slot 1 Slot A

Introduction Computer Hardware Jess 2006 Review Questions