INTRODUCTION TO MICROPROCESSORS

Slides:



Advertisements
Similar presentations
Chapter 1 An Introduction To Microprocessor And Computer
Advertisements

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.
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
Microprocessors. Microprocessor Buses Address Bus Address Bus One way street over which microprocessor sends an address code to memory or other external.
Data Manipulation Computer System consists of the following parts:
The CPU - Outline. Components of CPU Englander p
1 CS402 PPP # 1 Computer Architecture Evolution. 2 John Von Neuman original concept.
* CPU (Central Processing Unit ) * CPU is the abbreviation for central processing unit. the CPU is the brains of the computer where most numerical and.
Introduction Computer Hardware Jess 2006 The CPU.
Chapter 17 Microprocessor Fundamentals William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper.
3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
Computer Organization and Assembly language
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Michael Monroig Michael Fiorelli.  The Processor is also known as the CPU or Central Processing Unit.  Processors carry out the instructions of computer.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Processing Devices.
Computer Organization & Assembly Language
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Microcontrollers Microcontroller (MCU) – An integrated electronic computing device that includes three major components on a single chip Microprocessor.
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.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 27 – A Brief History of the Microprocessor.
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.
Pre-Pentium Intel Processors /
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
General Concepts of Computer Organization Overview of Microcomputer.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Computer Organization & Assembly Language © by DR. M. Amer.
 Introduction to Micro processor Introduction to Micro processor  Microprocessor instruction and opcodes Microprocessor instruction and opcodes  Mnemonics.
Introduction to Microprocessors
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Microprocessors BY Sandy G.
MICROOCESSORS AND MICROCONTROLLER:
Computer and Information Sciences College / Computer Science Department CS 206 D Computer Organization and Assembly Language.
Excellence Publication Co. Ltd. Volume Volume 1.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
Capability of processor determine the capability of the computer system. Therefore, processor is the key element or heart of a computer system. Other.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
CHAPTER 2 Instruction Set Architecture 3/21/
Lecture # 10 Processors Microcomputer Processors.
1 x86 Programming Model Microprocessor Computer Architectures Lab Components of any Computer System Control – logic that controls fetching/execution of.
Microprocessors CSE- 341 Dr. Jia Uddin Assistant Professor, CSE, BRAC University.
Know Difference Between Microprocessors and Microcontrollers.
CPU (Central Processing Unit). The CPU is the brain of the computer. Sometimes referred to simply as the processor or central processor, the CPU is where.
1 بسم الله الرحمن الرحيم لـغـة الـتـجـمـيــع Assembly Language.
Introduction to Microcontrollers
Introduction Computer Hardware Jess 2006
GENERATIONS OF MICROPROCESSORS
Chapter 2 – Computer hardware
Introduction of microprocessor
HISTORY OF MICROPROCESSORS
Components of Computer
INTRODUCTION TO MICROPROCESSORS
Lecture-1 Introduction
Introduction to Microprocessors
Phnom Penh International University (PPIU)
Introduction to Microprocessors
INTRODUCTION TO MICROPROCESSORS
INTRODUCTION TO MICROPROCESSORS
Chapter 1: The 8051 Microcontrollers
عمارة الحاسب.
Introduction to Microprocessors and Microcontrollers
BIC 10503: COMPUTER ARCHITECTURE
Microprocessor & Assembly Language
Morgan Kaufmann Publishers Computer Organization and Assembly Language
Presentation transcript:

INTRODUCTION TO MICROPROCESSORS Chapter 1: INTRODUCTION TO MICROPROCESSORS

Outline Explanation of Terms Evolution of theMicroprocessor

Introduction The basic blocks of a computer are the central processing unit (CPU), the memory, and the input/output (I/O). Computer hardware includes such components as memory, CPU, transistors Computer software consists of a collection of programs that contain instructions and data for performing a specific task. a translator is necessary to convert such a program into binary and this is achieved using a translator program called a compiler.

Introduction Microprocessor is fabricate a CPU on a single chip Both metal-oxide semiconductor (MOS) and bipolar technologies are used in the fabrication process. Along with the microprocessor chip, appropriate memory and I/O chips can be used to design a microcomputer. Microcontrollers include a microcomputer, timers, and A/D (analog-to- digital) and D/A (digital to analog) converters, all on a single chip.

1.1 Explanation of Terms An Address is a pattern of 0’s and 1 ’s that represents a specific location in memory or a particular I/O device. Typical 8-bit microprocessors have 16 address lines, and, these 16 lines can produce unique 16-bit patterns from 0000000000000000 to 11 11 1 1 11 1 11 11 11 1, representing 65,536 different address combinations.

1.1 Explanation of Terms Addressing mode is the manner in which the microprocessor determines the operand (data) and destination addresses during execution of an instruction. An Arithmetic-logic unit (ALU) is a digital circuit that performs arithmetic and logic operations on two n-bit digital words. Bit is an abbreviation for the term binary digit. A binary digit can have only two values, which are represented by the symbols 0 and 1,

1.1 Explanation of Terms Bit size refers to the number of bits that can be processed simultaneously by the basic arithmetic circuits of a microprocessor. A number of bits taken as a group in this manner is called a word. For example, a 32- bit microprocessor can process a 32-bit word. An 8-bit word is referred to as a byte , and a 4-bit word is known as a nibble.

1.1 Explanation of Terms A bus consists of a number of conductors (wires) organized to provide a means of communication among different elements in a microprocessor system. Cache Memory is a high-speed, directly accessible, relatively small, semiconductor read/write memory block used to store data/instructions that the microprocessor may need in the immediate future.

1.1 Explanation of Terms The instruction set of a microprocessor is a list of commands that the microprocessor is designed to execute. Pipelining is a technique that overlaps instruction fetch (instruction read) with execution.

1.3 Evolution of theMicroprocessor The Intel Corporation is generally acknowledged as the company that introduced the first microprocessor successfully into the marketplace. The 4004 is the first processor, was introduced in 197 1 and evolved from a development effort while making a calculator chip set In 1973, second-generation microprocessors (8-bit microprocessors) such as the Motorola 6800 and the Intel 8080

1.3 Evolution of theMicroprocessor A third generation microprocessor (16-bit microprocessors)introduced in 1978 is typically represented by the Intel 8086 and the Motorola 68000, which are 16-bit microprocessors. During the 1980’s, fourth-generation(32-bit microprocessor, Since 1985, more 32-bit microprocessors have been introduced. These include Motorola’s 68020, 68030, 68040, 68060, PowerPC, Intel’s 80386, 80486, the Intel Pentium family, Core Duo, and Core2 Duo microprocessors..

1.3 Evolution of theMicroprocessor The original Pentium processor was introduced by Intel in 1993, and the name was changed from 80586 to Pentium because of copyright laws. latest speed of 233 MHz.

1.3 Evolution of theMicroprocessor Pentium II It basically takes attributes of the Pentium Pro processor plus the capabilities of MMX technology to yield processor speeds of 333, 300, 266, and 233 MHz. MMX (matrix math extensions)is intended for efficient multimedia and communications operations. The Intel Celeron processor speed up to333 MHz

1.3 Evolution of theMicroprocessor The Pentium III operates at 450 MHz and 500 MHz. The Pentium IIII currently available at 1.30, 1.40, 1.50, and 1.70 GHz. Intel introduced the 32-bit Pentium M microprocessor in 2003. It was designed specifically for the mobile computing market. In 2006, Intel introduced the 64-bit Core Duo microprocessor that ran at a speed of 1.66 to 2.33 GHz.

1.3 Evolution of theMicroprocessor The original Core 2 Duo ran at a speed of 1.86 to 2.93 GHz.