1 Intel Microprocessors Daniel Rodocker CSCI 1005.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Machine cycle.
TO COMPUTERS WITH BASIC CONCEPTS Lecturer: Mohamed-Nur Hussein Abdullahi Hame WEEK 1 M. Sc in CSE (Daffodil International University)
Microprocessor.  The CPU of Microcomputer is called microprocessor.  It is a CPU on a single chip (microchip).  It is called brain or heart of the.
1 Microprocessor History. 2 The date is the year that the processor was first introduced. Many processors are re- introduced at higher clock speeds for.
MICRO-PROCESSORS Objective To demonstrate How a Microprocessor do common calculations and the process involved in it. The type of calculations in which.
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 Chapter 4 The Central Processing Unit and Memory.
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.
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.
The Computer Processor
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
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.
Processing Devices.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Technology in Focus: Under the Hood
Chun Chiu. Overview What is RISC? Characteristics of RISC What is CISC? Why using RISC? RISC Vs. CISC RISC Pipelines Advantage of RISC / disadvantage.
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
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.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
The Central Processing Unit: What Goes on Inside the Computer
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
1Module 5: CPU How the CPU executes instructions Each CPU has its own instruction set Instructions are fundamental operations such as addition, load/save,
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
How computers work The CPU & Memory. The parts of a computer.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Hardware Basic Computer Concepts Data Representation and Digital Electronics  Data Representation  makes it possible to convert letters, sounds,
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
CSCI-100 Introduction to Computing Hardware Part I.
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
 Introduction to the CPU Introduction to the CPU  Main Operations of the CPU Main Operations of the CPU  Explanation of Operations Explanation of Operations.
Central Processing Unit (CPU)
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Chapter 2 Turning Data into Something You Can Use
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
Capability of processor determine the capability of the computer system. Therefore, processor is the key element or heart of a computer system. Other.
M211 – Central Processing Unit
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Lecture # 10 Processors Microcomputer Processors.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
Computer Hardware What is a CPU.
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
Chapter 2.1 CPU.
Introduction Computer Hardware Jess 2006
The Central Processing Unit
THE CPU i Bytes 1.1.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Phnom Penh International University (PPIU)
CPUs and Motherboards Cody, Emily, and Slavic.
Microprocessor & Assembly Language
EE 445S Real-Time Digital Signal Processing Lab Spring 2014
CPU Key Revision Points.
Chapter 2: Computer Hardware
Computer Evolution and Performance
Hardware Organization
Presentation transcript:

1 Intel Microprocessors Daniel Rodocker CSCI 1005

2 Overview History of the Microprocessor. The Role of the Microprocessor. How a Microprocessor works. Transistors and System clock Differences between the 2 levels of Cache.

3 The History of the Microprocessor. In November 1971, Intel introduced the world’s first microprocessor on the commercial market. It was called the 4004, invented by 3 Intel engineers. Considered primitive by the standards of today. 2,300 transistors and performed about 60,000 calculations in a second.

4 History cont. The first Pentium processor was introduced in The most widely distributed processor in most computers is the Pentium IV. The Pentium M series processor which was released earlier this year is the latest commercially used processor. This processor is capable of wireless internet through the use of Centrino technology.

5 The Role of a Microprocessor. Thought of as the “heart” of the computer system. Contains plug-ins for insertion of new hardware. Control Unit: uses electrical signals to carry out, or execute, stored program instructions. The Arithmetic/Logic Unit (ALU): performs four different kinds of calculations addition, subtraction, multiplication and division.

6 How a Microprocessor works. 1. The control unit fetches the instruction from the memory and places the instruction into a register (temporary storage) 2. Then the control unit decodes the instruction and decides where to place the instruction within the memory. 3. The control unit moves the instruction into the ALU where it proceeds to carry out the operation of the instruction. 4. The control unit then stores the result in memory or in a register.

7 Transistors and System Clocks The microprocessor is essentially made up of millions of transistors which transport bytes of data. With the new technology Intel has been able to make faster Microprocessors on smaller chips. The system clock is like a speedometer in a car, it tells you how fast your microprocessor is working.

8 Differences between Caches. Level 1 cache: storage unit placed on the same chip as microprocessor. Level 2 cache: storage unit seperated from the microprocessor usually a little slower.