CPU & its Components CPU stands for central Processing Unit

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

The CPU The Central Presentation Unit What is the CPU?
Machine cycle.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Introduction to Computer Systems
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
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.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
Processing Devices.
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Introduction to Computing: Lecture 4
COMPUTER SYSTEM.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Central Processing Unit
Topic 1Topic 2Topic 3Topic 4Topic
How computers work The CPU & Memory. The parts of a computer.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
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
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Components of a Computer System
Computer Structure & Architecture 7b - CPU & Buses.
Computer Studies/ICT SS2
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Excellence Publication Co. Ltd. Volume Volume 1.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
Central Processing Unit (CPU)
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
3.1 Components. Overview Identify component parts of a typical home PC from a photograph or diagram.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
COMPUTER FUNDAMENTALS David Samuel bhatti
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE PROCESSING UNIT LESSON 2.
The Processor The Main Components Arithmetic/Logic Unit (ALU) Control Unit System Clock Registers.
Block Diagram of Computer and Explain its Various Components A computer can process data, pictures, sound and graphics. They can solve highly complicated.
Computer Architecture and Number Systems
Computer Hardware What is a CPU.
Computing Science Computer Structure: Lesson 1: Processor Structure
GCSE OCR Computing A451 The CPU Computing hardware 1.
Computer Organization and Architecture
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
RAM, CPUs, & BUSES Egle Cebelyte.
Central Processing Unit (CPU)
Components of Computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Computer Organization
CENTRAL PROCESSING UNIT CPU (microprocessor)
Basic Computer Organization
Computer Hardware Prepared by:- Mr. Pawan Kumar
Introduction to Computers
Processing Computer Components.
Central Processing Unit
Components of a CPU AS Computing - F451.
Fundamental of computer
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
4. Computer system.
Presentation transcript:

CPU & its Components CPU stands for central Processing Unit Is the brain of the computer It is the most important component of a computer also called processor. A computer cannot work without processor. All computers must have a CPU CPU performs all operations on data according to the given instruction Most of work consist of calculation and data transfer. mazharjaved2001@yahoo.com

CPU UNITS CPU consists of two main units ALU ( Arithmetic & Logical Unit) CU ( Control Unit) Memory Unit mazharjaved2001@yahoo.com

ALU Actual execution of the instructions takes place in this part It consists of two units Arithmetic Logical mazharjaved2001@yahoo.com

1.Arithmetic Unit 2. Logical Unit Basic arithmetic functions such as Addition Subtraction Multiplication Division 2. Logical Unit It perform logical operations like comparing two data items to find which data item is > ,== ,< the other mazharjaved2001@yahoo.com

Control Unit Cu is an important component of CPU. It controls all activities of computer system. It also called the supervisor of the computer. Memory Unit Memory Unit mean Main memory which has two types RAM ROM mazharjaved2001@yahoo.com

Buffers A buffer is a store in the interface between two devices which temporarily stores data which is being transmitted from one to the other. The buffer is necessary if the two devices work at the different speed. Sometimes a devices is already busy in executing some instructions. Example: there are three printing jobs, the printer can print only one job at a time. The OS sends the next two jobs in buffer which is also known as Spooling mazharjaved2001@yahoo.com