How does Memory work with the CPU إعداد المهندس منقذ العطار مركز البحث والتأهيل المعلوماتي \ جامعة الكوفة جامعة الكوفة مركز تطوير.

Slides:



Advertisements
Similar presentations
Computer Vocabulary Words to know and remember for the semester.
Advertisements

P3- Represent how data flows around a computer system
The Central Processing Unit (CPU) Understanding Computers.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Computer Systems – Hardware
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.
Computer Hardware.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Group #5 1. Mereseini Rokodau 2. Eleanor Siavii 3. Jowella Vaka.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Computer Basics Flashcards #2
Input, Output, Processing and Storage
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
What is Information Technology?
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
BLOCK DIAGRAM OF COMPUTER
Chapter 3 Computer Hard ware
Configuration.
The CPU CPU stands for “Central Processing Unit”. It’s the brain of the computer and it’s in the Case. The Case can be desktop models that the monitor.
Computers Inside and Out
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Computer Basics.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
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.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Module 1: Concepts of information Technology.  Central processing unit (CPU)  Hard disk  Common input and output devices  Types of memory Main Parts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
Parts of the Computer System
COMPUTERS in the CLASSROOM
Computer Hardware. What is Hardware? Hardware is any part of a computer you can touch There are 2 categories: Inside the computer Peripherals connected.
Looking Inside the Computer System
How Personal Computers Work An example presentation.
Advanced Computer Applications
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
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.
Introduction to Computer Special Thanks S.W.A.ShahNIST.
Hardware Introducing the Components of a Computer.
Computer Performance. Hard Drive - HDD Stores your files, programs, and information. If it gets full, you can’t save any more. Measured in bytes (KB,
The Parts of a Computer. The TOWER contains all of the parts of a computer.
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 1: An Overview of Computers and Programming Languages.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
Computing Science Computer Structure: Lesson 1: Processor Structure
Parts of a Computer.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Computer Systems Nat 4/5 Computing Science
The Central Processing Unit (CPU)
Principles of Information Technology
Introduction to Computer Architecture
Describe the central processing unit including its role
The Parts of a Computer QUIZ.
Describe the central processing unit including its role
Introduction to Computers
McGraw-Hill Technology Education
Computer Based Technology:
Introduction to Computers
Processing Computer Components.
GCSE OCR 3 Memory Computer Science J276 Unit 1
Computer components.
Logical Computer System
Objectives Describe the difference between RAM and ROM
Computer Applications Unit A
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Computer components.
Presentation transcript:

How does Memory work with the CPU إعداد المهندس منقذ العطار مركز البحث والتأهيل المعلوماتي \ جامعة الكوفة جامعة الكوفة مركز تطوير التدريس والتدريب الجامعي ورقة بعنوان

Definitions CPU Central Processing Unit (MHz) Arithmetical logical Input/output

RAM Random Access Memory (Byte) Allows stored data to be directly access random order

HDD Hard Disk Drive (Byte) for storing and retrieving digital information

Basic Mechanism RAM is only responsible for holding data while an application is running. Once the application is closed, the data is lost. Having more than one application open reduces the amount of temporary memory available to move data between the open applications and the CPU.

RAM has no moving parts The amount of data Direct random access to the data What makes RAM faster than HDD?

Whether data comes from permanent storage (the hard drive) or input (the keyboard), most data goes in random access memory (RAM) first.

Typical Scenario (Example) The actionThe process 1. You turn the computer on The computer loads the basic input/output system (BIOS) from ROM. The computer loads the operating system (OS) from the hard drive into the system's RAM.

The actionThe process 2. Open an applicationIt is loaded into RAM (only the essential parts of the program initially and then load other pieces as needed). 3. Executing the required process The results, changes or the feedback would send back to the temporary memory (RAM). 4. Save the filefile is written to the specified storage device (HDD in our example). 5. Close the applicationDelete all the Data of that application from the temporary memory (RAM)

شكرا لإصغائكم