Characteristics of a Microprocessor. The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

Cache Heng Sovannarith
Instructor: Sazid Zaman Khan Lecturer, Department of Computer Science and Engineering, IIUC.
Discovering Computers 2010
Memory Hierarchy. Smaller and faster, (per byte) storage devices Larger, slower, and cheaper (per byte) storage devices.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
1 CS402 PPP # 1 Computer Architecture Evolution. 2 John Von Neuman original concept.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
GCSE Computing - The CPU
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Introduction Computer Hardware Jess 2006 The CPU.
1 Microprocessor speeds Measure of system clock speed –How many electronic pulses the clock produces per second (clock frequency) –Usually expressed in.
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Computer Architecture CST 250 INTEL PENTIUM PROCESSOR Prepared by:Omar Hirzallah.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Lecture#14. Last Lecture Summary Memory Address, size What memory stores OS, Application programs, Data, Instructions Types of Memory Non Volatile and.
SECOND GENERATION COMPUTERS (ERA OF TRANSISTORS)
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 3. Computer Performance Measures of Processor Speed When comparing one.
Computing hardware CPU.
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
LOGO OPERATING SYSTEM Dalia AL-Dabbagh
Operating System Review September 10, 2012Introduction to Computer Security ©2004 Matt Bishop Slide #1-1.
Types of Computers Mainframe/Server Two Dual-Core Intel ® Xeon ® Processors 5140 Multi user access Large amount of RAM ( 48GB) and Backing Storage Desktop.
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 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.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
Chapter 1 Computer System Overview Patricia Roy Manatee Community College, Venice, FL ©2008, Prentice Hall Operating Systems: Internals and Design Principles,
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
Fall 2012 Chapter 2: x86 Processor Architecture. Irvine, Kip R. Assembly Language for x86 Processors 6/e, Chapter Overview General Concepts IA-32.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
What is cache memory?. Cache Cache is faster type of memory than is found in main memory. In other words, it takes less time to access something in cache.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Parts of a Computer - Introduction
Hyper Threading Technology. Introduction Hyper-threading is a technology developed by Intel Corporation for it’s Xeon processors with a 533 MHz system.
Chapter 17 Looking “Under the Hood”. 2Practical PC 5 th Edition Chapter 17 Getting Started In this Chapter, you will learn: − How does a computer work.
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.
Lecture#15. Cache Function The data that is stored within a cache might be values that have been computed earlier or duplicates of original values that.
The Central Processing Unit (CPU)
System Hardware FPU – Floating Point Unit –Handles floating point and extended integer calculations 8284/82C284 Clock Generator (clock) –Synchronizes the.
Computer Hardware – Part 2 Basic Components V.T. Raja, Ph.D., Information Management Oregon State University.
CPU Central processing unit. INTRODUCTION CPU is a circuit able to execute computer programs, orders and Commands. These commands involve software programs.
Activity 1 Review the work from last lesson so that you can explain the following: -What is the purpose of a CPU. -What steps does the CPU take to process.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
Central Processing Unit (CPU) The Computer’s Brain.
RAM RAM - random access memory RAM (pronounced ramm) random access memory, a type of computer memory that can be accessed randomly;
What am I Looking For? o Must o Be able to describe the: fetch-execute cycle; CPU-Cache-Memory cycle; Dual processor o Should o Be able to describe how.
CPU Central Processing Unit
Computer Hardware What is a CPU.
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
Chapter 2.1 CPU.
Introduction Computer Hardware Jess 2006
RAM, CPUs, & BUSES Egle Cebelyte.
Central Processing Unit- CPU
The Central Processing Unit
CPU and Embedded Systems
Learning Objectives To be able to describe the purpose of the CPU
GCSE Computing - The CPU
WJEC GCSE Computer Science
Presentation transcript:

Characteristics of a Microprocessor

The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used to describe microprocessors. This module provides an introduction to these characteristics.

Clock speed Also called clock rate, the clock speed is the speed at which a microprocessor executes instructions. Every computer contains an internal clock that regulates the rate at which instructions are executed and synchronizes all the various computer components.

The faster the clock, the more instructions the microprocessor can execute per second. The microprocessor requires a fixed number of clock ticks (or clock cycles) to execute each instruction. Clock speed is stated in either MHz or GHz. 1 MHz is equal to 1 million cycles per second, while 1 GHz is equal to 1 billion cycles per second.

At the present time the most common microprocessors run from 1.8 GHz (1.8 billion cycles per second) to 3.2 GHz (3.2 billion cycles per second. Clock speed is a major factor in determining the power of a computer.

Instruction Set The possible operations a microprocessor can performs is based on its instruction set. Programs are written for a microprocessor based on its instruction set. For example, the SIMP computer understands 10 instructions, and any program written for it uses those ten instructions in various ways to accomplish some surprisingly complicated tasks.

Meanwhile, advanced processors can have from 150 to over 200 instructions, allowing for extremely complicated tasks. Since software is written with the instruction set in mind, sometimes a larger instruction set will equal better performance. For example, one difference between Pentium 4 and Pentium 5 is that Pentium 5 has a larger instruction set.

When comparing a 2GHz Pentium 4 and 2GHz Pentium 5, if they both run software designed with the new instruction set in mind, the Pentium 5 will outperform the Pentium 4, despite having the same clock speed. However, if the two are compared while running older software, which does not use the new instructions, their performance will be similar.

Cache Most programs access the same information repeatedly while running. Cache memory is intended to take advantage of this fact. Memory cache is a high speed storage mechanism that holds recently read data and instructions from main memory, which eliminates the processor from having to constantly access main memory.

The program first checks the cache to see if the desired information is already present there. If it is, the cache sends the information back to the microprocessor, bypassing the main memory. 95% of the time the processor is working, it is accessing information from cache. There are two kinds of cache, L1 and L2.

L1 cache (also called primary cache) is built directly into the microprocessor, a location referred to as "on-die". Since it is "on-die", it is part of the microprocessor and, is usually smaller in size than L2 cache, but since it is built in it runs at the same speed as the processor.

L2 cache (also called secondary cache) is not usually built into microprocessor, but it is found within the processor's external packaging. This location is referred to as, "off-die." Since "off-die" L2 cache is not included in the processor's architecture, it can often be of greater sizes. However, since it is not included on-die, L2 cache is usually slower than L1 cache.

Bus Speed The processor communicates with other devices via the data bus, sometimes called the front side bus. Bus speed is measured in MHz, the same unit used to measure clock speed. While a processor might be working at up to 3 GHz, quite often the performance of the computer is hampered by a slower data bus speed.

Recently much effort has been put into making the data bus have speeds more comparable to the microprocessor. At the present time data bus speeds range from 200 MHz up to 1GHz.