CPU MEMORY Powered by DeSiaMore1. CPU Its manage everything held in memory so that the machine keeps track of what is stored, where it is and what type.

Slides:



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

The Central Processing Unit: What Goes on Inside the Computer.
Lesson 1 Computers and Computer Systems
CENTRAL PROCESSING UNIT
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
IT Systems Memory EN230-1 Justin Champion C208 –
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
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.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
Processing Devices.
C.S. Choy95 COMPUTER ORGANIZATION Logic Design Skill to design digital components JAVA Language Skill to program a computer Computer Organization Skill.
Memory Hierarchy.
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Introduction to Computing: Lecture 4
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Random access memory.
Discovering Computers 2012: Chapter 4
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
The Central Processing Unit: What Goes on Inside the Computer
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.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
CIM101 : Introduction to computer Lecture 3 Memory.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
General Concepts of Computer Organization Overview of Microcomputer.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
Computer Organization & Assembly Language © by DR. M. Amer.
CSCI-100 Introduction to Computing Hardware Part I.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Academic PowerPoint Computer System – Architecture.
The Computer System.
Computer operation is of how the different parts of a computer system work together to perform a task.
Chapter 2 Turning Data into Something You Can Use
Chapter 2.
Architectural Considerations A Review of Some Architectural Concepts.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Introduction to Computers - Hardware
Chapter 2 content Basic organization of computer What is motherboard
CPU Lesson 2.
Processor/Memory Chapter 3
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 7.2 Computer Architecture
The Central Processing Unit
Introduction of microprocessor
introduction to computer
Microcomputer Architecture
IB Computer Science Topic 2.1.1
Introduction to Computing Lecture # 1
Introduction to Computing
Computer Hardware Prepared by:- Mr. Pawan Kumar
Chapter 2: Computer Hardware
Central Processing Unit
Chapter 5 Computer Organization
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Presentation transcript:

CPU MEMORY Powered by DeSiaMore1

CPU Its manage everything held in memory so that the machine keeps track of what is stored, where it is and what type of data it is so that there is no risk of the program instruction being mixed up with output data or any other data. Powered by DeSiaMore2

Its constitute a microprocessor which is a single microchip attached (which is the main electronic board in the microcomputer)‏ Powered by DeSiaMore3

4

The processor, also called the microprocessor or CPU (for Central Processing Unit), is the brain of the PC. It performs all general computing tasks and coordinates tasks done by memory, video, disk-storage, and other system components. The CPU is central located on the system board. The CPU is a very complex chip that resides directly on the motherboard of most PCs, but may instead reside on a daughter-card that connects to the motherboard via a dedicated specialized slot. Powered by DeSiaMore5

The CPU is certainly the most important PC component. CPU stands for Central Processing Unit. Let us briefly study that name: It is processor, because it processed data It is central, because it is the center of data processing. It is a unit, because it is a chip which, contain millions of transistors. Without the CPU, there would be no PC! Powered by DeSiaMore6

CPU REGISTERS & THE PROCESSING CYCLE Within the CPU are a number of high speed, special-purpose memory units called registers which are used to store data read from memory.  Instruction registers to store instruction  Data registers to store data  Program counter registers- to enable the processor to perform the instructions in the correct order;  Stack pointer register, which points to a last In First Out (LIFO) stack holding return addresses when an interrupt occurs;  Flag which indicate the outcome of operation-4Exp arithmetic operation may cause overflow Powered by DeSiaMore7

(Primary storage) -it is Volatile {ROM,RAM} ALU CU (Non volatile) ‏ HARDISK CD-ROM FLOPPY-DISK Powered by DeSiaMore8

CENTRAL PROCESSING UNIT Consisting of TWO component: (I) Arithmetic Logic Unit (ALU)‏ (ii) Control Unit (CU)‏ ALU One of the most obvious processes through which input data has to go is that of calculation Powered by DeSiaMore9

10

Control unit & it exercises control over all the other components which exist without the system Instruct the input device to read the quantity and the unit price and to store them in main memory. Instruction the ALU to take copies of the two values and multiply them together to obtain the gross cost and to store this values back in main memory Instruct the ALU to obtain a copy of gross cost and calculate 10%of this figure and to store the result, discount, into main memory CU Powered by DeSiaMore11

MAIN MEMORY These memory server a number of separate functions Function as a working storage which holds data currently being processed. Storage area where output data can be held before it is transferred to the printer or to some other output device. It will hold the program currently being executed. Powered by DeSiaMore12

SECONDARY STORAGE Floppy-disks and CD-Rom being used for Secondary storage and also with the use of the internal hard-disk Powered by DeSiaMore13

MEMORY (Storage capacity Elements)‏ “Refer chapter One” What is character addressable storage? TYPES OF MEMORY There are several different type of primary storage Random Access Memory (RAM)‏ Read Only memory (ROM)‏ Processor Cache Memory (PCM)‏ Powered by DeSiaMore14

RANDOM ACCESS MEMORY Can be both from and written to and any location can be accessed independently this in why it is called (Random Access Memory). TYPE OF RAM DIMM (dynamic memory)‏ SIMM (static memory)‏ Powered by DeSiaMore15

DDR DRAM Powered by DeSiaMore16

ROM Typically used for starting up a computer, and for computer with simple continuous control functions such as PLCs (programmable Logic Controllers)‏ TYPE OF ROM PROM: programmable Read-Only memories that have their contents created electrically by selectively blowing fused links Powered by DeSiaMore17

EPROM: erasable programmable Read-Only memories. Have their contents created electrically & erased optically by shinning Ultraviolet light through a window on the top of each integrated circuit EEPROM: electrically erasable programmable read only memories. combines the advantages of being updateable in position,using normal computer facilities and controls. Powered by DeSiaMore18

Processor Cache Memory This is a small amount (512 kilobytes on the Pentium-III processor) of fast,memory placed between the processor and main-memory Powered by DeSiaMore19

SIMM Powered by DeSiaMore20