Introduction Computer Hardware Jess 2006

Slides:



Advertisements
Similar presentations
Machine cycle.
Advertisements

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.
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.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
Introduction Computer Hardware Jess 2006 The CPU.
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.
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.
Unit 3: Hardware Components & Software Concepts
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
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.
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.
© 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.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Hardware. Control Process Unit(CPU) Contents Introduction Definition CPU Components of CPU Stages of the work of CPU CPU frequency CPU Cooling Conclusion.
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.
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.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
CSE 102 Introduction to Computer Engineering 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.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
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
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
UNIT 9 Computer architecture
CS111 Computer Programming
RAM, CPUs, & BUSES Egle Cebelyte.
Discovering Computers 2011: Living in a Digital World Chapter 4
Elements of a Computer System
Central Processing Unit (CPU)
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Phnom Penh International University (PPIU)
Week 3 The Components of the System Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
عمارة الحاسب.
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Central Processing Unit
Computers Inside and Out
Edited by : Noor Alhareqi
Introduction To Computing BBA & MBA
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Introduction Computer Hardware Jess Role @UEAB 2006 The CPU Introduction Computer Hardware Jess Role @UEAB 2006

Central Processing Unit What is a CPU? 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 Role @UEAB 2006

Introduction Computer Hardware Jess Role @UEAB 2006 Basic CPU Overview Introduction Computer Hardware Jess Role @UEAB 2006

Introduction Computer Hardware Jess Role @UEAB 2006 Example of Triple Bus Architecture Introduction Computer Hardware Jess Role @UEAB 2006

Introduction Computer Hardware Jess Role @UEAB 2006

Introduction Computer Hardware Jess Role @UEAB 2006

Central Processing Unit 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 Athlon™ Pentium® 4 Celeron™ Duron™ Introduction Computer Hardware Jess Role @UEAB 2006

Introduction Computer Hardware Jess Role @UEAB 2006

Introduction Computer Hardware Jess Role @UEAB 2006

Motherboards / Chipsets / Sockets 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 Role @UEAB 2006

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

Central Processing Unit What is the control unit? A component of the CPU that directs and coordinates most of the operations in the computer CPU Arithmetic/ Logic Unit (ALU) The control unit repeats a set of four basic operations: Control Unit Control Unit 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 Introduction Computer Hardware Jess Role @UEAB 2006

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

Central Processing Unit What is a machine cycle? Together the four operations of the CPU comprise a machine cycle 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 4: The results of the math problem are stored in memory The result in memory displays on the screen of the monitor Step 3: The ALU executes the math problem Introduction Computer Hardware Jess Role @UEAB 2006

Central Processing Unit What is the arithmetic/logic unit (ALU)? Component of the CPU Performs arithmetic, comparison, and logical operations Performs the execution part of the machine cycle CPU Control Unit .and. .not. .or. Arithmetic/ Logic Unit (ALU) Introduction Computer Hardware Jess Role @UEAB 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 MHz - one million ticks of the system clock GHz – one billion ticks of the system clock Clock speed (clock rate) measured in megahertz (MHz) and gigahertz (GHz) Introduction Computer Hardware Jess Role @UEAB 2006

Introduction Computer Hardware Jess Role @UEAB 2006 Single Bus Slow Performance Introduction Computer Hardware Jess Role @UEAB 2006

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

Introduction Computer Hardware Jess Role @UEAB 2006 Review Questions Introduction Computer Hardware Jess Role @UEAB 2006