Introduction to Microprocessors

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Chapter 4 The Central Processing Unit
How Much Do I Remember? Are you ready to play.....
Components of a computer system
The CPU The Central Presentation Unit What is the CPU?
Computer Skills Preparatory Year Presented by:
MANINDER KAUR Maninder Kaur 1
Unit 1 Computer Systems Topic 2 – Computer Stucture
Chapter 5 The System Unit.
Microprocessors and Interfacing
EEE226 MICROPROCESSORBY DR. ZAINI ABDUL HALIM School of Electrical & Electronic Engineering USM.
Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
MICRO PROCESSER The micro processer is a multipurpose programmable, clock driven, register based, electronic integrated device that has computing and decision.
CENTRAL PROCESSING UNIT
GCSE Computing - The CPU
MIS 175 Spring Learning Objectives When you finish this chapter, you will: –Recognize major components of an electronic computer. –Understand how.
Microcontroller based system design
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
Chapter 17 Microprocessor Fundamentals William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper.
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.
 What’s a Computer? What’s a Computer?  Characteristics of a Computer Characteristics of a Computer  Evolution of Computers Evolution of Computers.
Introduction to Computing: Lecture 4
created by :Gaurav Shrivastava
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Lesson 2 — How Does A Computer Process Data?
Computer Architecture
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
Microprocessor Dr. Rabie A. Ramadan Al-Azhar University Lecture 2.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Chapter 4 Information Technology in Business: Hardware.
General Concepts of Computer Organization Overview of Microcomputer.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Organization & Assembly Language © by DR. M. Amer.
Introduction to Microprocessors Manijeh Keshtgary Fall 2006 Shiraz University of Technology.
Introduction to Microprocessors
Computer Hardware The Processing Unit.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Electronic Analog Computer Dr. Amin Danial Asham by.
MICROOCESSORS AND MICROCONTROLLER:
Academic PowerPoint Computer System – Architecture.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
COMPUTER BASICS Vocab and Terminology. What do all of these terms have in common? DesktopServer Workstation Handheld Laptop/Notebook Supercomputer Mainframe.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
The Computer System.
Chapter 2 Turning Data into Something You Can Use
Chapter 2.
Capability of processor determine the capability of the computer system. Therefore, processor is the key element or heart of a computer system. Other.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Chapter 1 Introduction.
Computer Systems Nat 4/5 Computing Science Computer Structure:
GCSE Computing - The CPU
Unit Microprocessor.
COURSE OUTCOMES OF Microprocessor and programming
Microprocessor and Microcontroller Fundamentals
Introduction to Microprocessors
COMPUTER SCIENCE DELL.
6. Structure of Computers
Objectives Define Computer and Identify the Four Basic Computing Functions Identify the Different Types of Computers Describe Hardware Devices and Their.
Introduction to microprocessor (Continued) Unit 1 Lecture 2
Introduction of microprocessor
Introduction to Microprocessors
INTRODUCTION TO MICROPROCESSORS
Microprocessor & Assembly Language
GCSE Computing - The CPU
Register sets The register section/array consists completely of circuitry used to temporarily store data or program codes until they are sent to the.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Introduction to Microprocessors Gursharan Singh Tatla 03-Aug-2011 Introduction to Microprocessors Gursharan Singh Tatla mailme@gursharansingh.in www.eazynotes.com www.eazynotes.com 03-Aug-2011 www.eazynotes.com

Introduction to Microprocessors The microprocessor is one of the most important components of a digital computer. It acts as the brain of the computer system. As technology has progressed, microprocessors have become faster, smaller and capable of doing more work per clock cycle. Sometimes, microprocessor is written as µP. ( µ is pronounced as Mu ) www.eazynotes.com 03-Aug-2011

Introduction to Microprocessors Definition: Microprocessor is the controlling unit or CPU of a micro-computer, fabricated on a very small chip capable of performing ALU operations and communicating with the external devices connected to it. www.eazynotes.com 03-Aug-2011

A Computer A computer: Accepts the data from the user. Stores the data and the set of instructions supplied by the user in memory. Processes the data according to the instructions in the processing unit. Communicates the result to the user or stores it for further reference. www.eazynotes.com 03-Aug-2011

A Computer A computer has the following units: Input Unit Output Unit Memory Unit Central Processing Unit www.eazynotes.com 03-Aug-2011

A Computer INPUT UNIT OUTPUT UNIT The input unit consists of the devices which accept the data and instructions from the user and communicates it to the CPU. The various input devices are: keyboard, mouse, joystick, trackball etc. OUTPUT UNIT It provides the result of the various operations performed by the CPU to the user. The various output devices are: printers, monitors, loudspeakers etc. www.eazynotes.com 03-Aug-2011

A Computer CENTRAL PROCESSING UNIT (CPU) The CPU is the heart and nerve centre of the computer. It fetches the instruction and data from the peripheral devices and performs all the arithmetic operations, takes logical decision and control the operation of all other units. Various sub-blocks of the central processing unit are: Arithmetic and Logic Unit (ALU) Timing & Control Unit Registers www.eazynotes.com 03-Aug-2011

A Computer ARITHMETIC AND LOGIC UNIT (ALU) TIMING AND CONTROL UNIT This unit perform all the logical and arithmetic operations. Various arithmetic operations are: addition, subtraction, increment and decrement etc. Various logical operations are: AND, OR, NOT, XOR, etc. TIMING AND CONTROL UNIT This unit controls the entire operations being performed by the system. It controls the operations of ALU, input/output devices and memory unit. This unit interprets the instructions and generates various timing and control signals. REGISTERS A register is a very small amount of very fast memory that is built into the CPU in order to store the current data and instructions which are being executed by the CPU. www.eazynotes.com 03-Aug-2011

A Computer MEMORY UNIT It stores the program statement and the data i.e. the information supplied from the input unit. It also stores the final output. This is connected to the CPU by means of a bidirectional bus. The CPU processes the information as taken from the memory and performs the operations in the ALU section. The results are either transferred to the output unit or stored in the memory for later use by the CPU. www.eazynotes.com 03-Aug-2011

A Micro-Computer As the name implies, microcomputers are small computers. The block diagram of the microcomputer is similar to the computer except that the central processing unit of the microcomputer is contained in a single IC called the microprocessor. www.eazynotes.com 03-Aug-2011

A Micro-Computer A microprocessor is a LSI (Large Scale Integration) IC that does almost all the functions of the CPU. It is also defined as a CPU contained in a single chip. The basic function of the microprocessor is: to fetch the instructions stored in the main memory identify the operations and the devices involved in it and accordingly generate control signals to determine when a given action is to take place. We can say that a computer with a microprocessor as its CPU, is known as Microcomputer. www.eazynotes.com 03-Aug-2011

Some Definitions Microprocessor: The central processing unit built on a single IC is called Microprocessor. A microprocessor (sometimes abbreviated as µP) is a digital electronic component with miniaturized transistors on a single semiconductor integrated circuit (IC). One or more microprocessors typically serve as a central processing unit (CPU) in a computer system or handheld device. www.eazynotes.com 03-Aug-2011

Some Definitions Microcomputer: A digital computer, in which one microprocessor has been provided to act as a CPU, is called Microcomputer. A desktop computer, laptop, notebook, palmtop, etc. contain one microprocessor to act as a CPU and hence they come under the category of microcomputer. The term microcomputer is generally synonymous with personal computer. www.eazynotes.com 03-Aug-2011

Some Definitions Multiprocessor System: The CPU of a large powerful digital computer contains more than one microprocessor. High-end powerful servers, mainframe computers, supercomputers, etc. contain more than one microprocessor to act as CPU. A computer whose CPU contains more than one microprocessor is called Multiprocessor System. www.eazynotes.com 03-Aug-2011

Some Definitions Microcontroller: A highly integrated chip that contains all the components such as CPU, RAM, some form of ROM, I/O ports, and timers is called Microcontroller. Unlike a general-purpose computer, which also includes all of these components, a microcontroller is designed for a very specific task to control a particular system. www.eazynotes.com 03-Aug-2011

Microprocessor Characteristics Instruction Set: The set of instructions that a microprocessor can understand. Bandwidth: The number of bits processed in a single instruction. Capability: It depends upon the number of instructions and capability of each instruction. www.eazynotes.com 03-Aug-2011

Microprocessor Characteristics Clock Speed: The clock speed determines how many operations per second the processor can perform. It is also called Clock Rate. Every computer contains an internal clock that regulates the rate at which instructions are executed and synchronizes the various computer components. The faster the clock, the more instructions the CPU can execute per second. Clock speeds are expressed in megahertz (MHz) or gigahertz (GHz). The microprocessors of personal computers have clock speeds of anywhere from 300 MHz to over 3.8 GHz. www.eazynotes.com 03-Aug-2011

Microprocessor Characteristics Word Length: It depends upon the width of internal data bus, registers, ALU etc. An 8-bit microprocessor can process 8 bit data at a time. A processor with longer word length is more powerful and can process data at a faster speed as compared to processor with shorter word length. The word length ranges from 4 bits for small microprocessor, to 64 bits for high-end microcomputers. www.eazynotes.com 03-Aug-2011

Microprocessor Characteristics Width of Data Bus: This is the size of the data bus. It defines the number of bits that can be transferred through data bus. Width of Address Bus: This parameter decides the memory addressing capability of the microprocessor. The maximum size of the memory unit is decided by this parameter. Input/Output Addressing Capability: The maximum number of the input/output ports accessed by the microprocessor depends upon the width of the input/output address provided in the input/output instruction. www.eazynotes.com 03-Aug-2011

Microprocessor Characteristics Data Types: The microprocessor handles various types of data formats like binary, BCD, ASCII, signed and unsigned numbers. Interrupt Capability: Interrupts are used to handle unpredictable and random events in the microcomputer. It is used to interrupt the microprocessor. Interrupt driven input/output improves the throughput of a system. www.eazynotes.com 03-Aug-2011

Features of Microprocessor Cost: The most important feature of a microcomputer is its low cost. Because of the widespread use of microprocessors, the volume of production is very high. That is why, microprocessor chips are available at fairly low prices. Size: The second important feature of a microprocessor is its small size. As a result of improvement in fabrication technology, VLSI, electronic circuitry has become so dense that a minute silicon chip can contain hundred and thousands of transistors. www.eazynotes.com 03-Aug-2011

Features of Microprocessor Power Consumption: Another important feature is its low power consumption. Microprocessors are normally manufactured by Metal-Oxide semiconductor technology, which has the feature of low power consumption. Versatility: The microprocessors are versatile. Keeping the same basic hardware, a microprocessor-based system can be configured for a number of applications by simply altering the software program. Reliability: Another important property of microprocessors is its extreme reliability. It has been established that the failure rate of an IC is fairly uniform at the package level, regardless of its complexity. www.eazynotes.com 03-Aug-2011

Micron A unit of length equal to one millionth of a meter. It is denoted by µ (Mu). For Example: If we pluck a hair from the head, it is very thin. But a hair is more than 2000 times wider than a transistor on a microprocessor. Wires between transistors are even thinner. They're more than 4000 times thinner than a hair. A hair is about 100 microns in diameter. That means, a transistor is just 0.045 microns wide. www.eazynotes.com 03-Aug-2011

Thank You Have a Nice Day Gursharan Singh Tatla 03-Aug-2011 Thank You Have a Nice Day www.eazynotes.com 03-Aug-2011 www.eazynotes.com