CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.

Slides:



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

Machine cycle.
3rd Meeting INSIDE THE SYSTEM. Listen and Read the Text! WHAT IS INSIDE A PC SYSTEM? The nerve centre of a PC is the This unit is built into.
William Stallings Computer Organization and Architecture 9th Edition
1 Sec (2.1) Computer Architectures. 2 For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main.
Stored Program Concept: The Hardware View
* CPU (Central Processing Unit ) * CPU is the abbreviation for central processing unit. the CPU is the brains of the computer where most numerical and.
 Central Processing Unit(CPU) Central Processing Unit(CPU)  Components of the CPU Components of the CPU  Actions Performed by CPU Actions Performed.
Chapter 8 CPU Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2009.
Lecture 13 - Introduction to the Central Processing Unit (CPU)
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
Computer Structure.
Basic Operational Concepts of a Computer
Computer Architecture and Organization Introduction.
Computer Science 210 Computer Organization The von Neumann Architecture.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
The CPU Central Processing Unit. 2 Reminder - how it fits together processor (CPU) memory I/O devices bus.
Assembly Language A Brief Introduction. Unit Learning Goals CPU architecture. Basic Assembler Commands High level Programming  Assembler  Machine Language.
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.
The Central Processing Unit (CPU) and the Machine Cycle.
COMPUTER SCIENCE Data Representation and Machine Concepts Section 2.1 Instructor: Lin Chen Sept 2013.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Computer Organization & Programming Chapter 6 Single Datapath CPU Architecture.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Studies/ICT SS2
COMPILERS CLASS 22/7,23/7. Introduction Compiler: A Compiler is a program that can read a program in one language (Source) and translate it into an equivalent.
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.
Introduction to ComputersS1.1.1 Bina © 1998 Liran & Ofir Programming in C.
E X C E E D I N G E X P E C T A T I O N S L3-CPU IS 4490 N-Tier Client/Server Architectures Dr. Hoganson Kennesaw State University Layer 3 - CPU CPU has.
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.
TOPIC: CENTRAL PROCESSING UNIT PRESENTED BY: MS. AMBER AMAR.
Chapter 2 Data Manipulation © 2007 Pearson Addison-Wesley. All rights reserved.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
Jeremy R. Johnson William M. Mongan
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Computing Science Computer Structure: Lesson 1: Processor Structure
CPU How computers work Address bus Data bus Control bus A ALU B PC: C
CSNB COMPUTER SYSTEM CHAPTER 1 INTRODUCTION CSNB153 computer system.
Lecture 13 - Introduction to the Central Processing Unit (CPU)
Computer Design & Organization
CPU & its Components CPU stands for central Processing Unit
Computer Architecture
COMS 161 Introduction to Computing
ECEG-3202 Computer Architecture and Organization
Text Book Computer Organization and Architecture: Designing for Performance, 7th Ed., 2006, William Stallings, Prentice-Hall International, Inc.
Born to be Programmer TeguhSutanto, M.Kom.
Systems Architecture I (CS ) Lecture 2: A Simplified Computer
Ghifar Parahyangan Catholic University August 22, 2011
ECEG-3202 Computer Architecture and Organization
Computer Concept and Practice
Prerequisite Glossary
Information Representation: Machine Instructions
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Computer Architecture
Little work is accurate
The state in a stored-program digital computer
William Stallings Computer Organization and Architecture 7th Edition
Presentation transcript:

CENTRAL PROCESSING UNIT Written by: Gizem Gulsen

INTRODUCTION The central processing unit is where all the calculations and logic operations take place. CPU performs data-processing operations.

Main Parts of CPU Arithmetic Logic Unit (ALU) Control Unit (CU) Registers

Arithmetic Logic Unit ALU performs the required microoperations(addition,subtraction,shifti ng,increment,decrement etc.) for executing the instructions. Alu performs an operations and the result of the operation is transferred to a destination register.

Control Unit The control unit(CU) supervises the transfer of information among the registers and instructs the ALU as to which operation to perform.

Model of Control Unit

Registers A register is a group of flip-flops with each flip-flop capable of storing one bit of information. I OpCode Address IR

Resources Computer System Architecture M.Morris Mano Computer Organization and Architecture William Stallings