Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,

Slides:



Advertisements
Similar presentations
Dundas Valley Secondary Computer Hardware Types of Memory.
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
What is memory? Memory is used to store information within a computer, either programs or data. Programs and data cannot be used directly from a disk or.
Computer Systems – Hardware
Computer Organization and Architecture
IT Systems Memory EN230-1 Justin Champion C208 –
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
COMPONENTS OF A PERSONAL COMPUTER.
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.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Lecture # 13 Memory and Storage
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
Memory Hierarchy.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Chapter 3 Computer Hard ware
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Components of Computer. Contents Ports MemoryM Microprocessors.
Random access memory.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Discovering Computers 2012: Chapter2- 4
Discovering Computers 2012: Chapter 4
Computer Hardware Information Technology Week 5 and 6
The Central Processing Unit: What Goes on Inside the Computer
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
3 Computing System Fundamentals
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
CIM101 : Introduction to computer Lecture 3 Memory.
Supplemental reading Main Memory. REVIEW CPU-stands for central processing unit; it is the key component in a digital computer; it interprets computer.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Architecture Lecture 24 Fasih ur Rehman.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Components of Hardware 1. Processor Memory Input and output devices Storage 2.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Chapter 2 content Basic organization of computer What is motherboard
Edited by : Asma AlOsaimi
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Components ICS 3U0.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
A Dummies guide to computer memory
Types of RAM (Random Access Memory)
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Discovering Computers 2011: Living in a Digital World Chapter 4
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Edited by : Asma AlOsaimi
Memory Holding area for data, instructions, and information
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
PRIMARY STORAGE.
PRIMARY STORAGE.
Edited by : Asma AlOsaimi
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
MICROPROCESSOR MEMORY ORGANIZATION
Edited by : Asma AlOsaimi
Edited by : Asma AlOsaimi
Computer Memory.
Edited by : Asma AlOsaimi
Presentation transcript:

Memory

When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem, the data to be processed, the intermediate results and the final results until they are displayed. This storage unit s known as computer memory or store. It consists of chips either on the motherboard or on a small circuit board attached to the motherboard. This electronic memory allows the CPU to store and retrieve data quickly.

Memory Two types of built-in-memory: Permanent memory. Some memory chips retain the data they hold, even when the computer is turned off. This type of permanent memory is called nonvolatile. Non-Permanent memory. Other chips – in fact, most of the memory in a microcomputer-lose their contents when the computers power is shut down. This type of nonpermanent memory is called volatile.

Nonvolatile Memory Nonvolatile chips hold data even when the computer is unplugged. During normal use, the data in these chips is only read and used- not changed- so the memory is called read only memory (ROM). Specifically, chips that cannot be changed are called programmable read only memory (PROM). PROM chips are often found on hard drives and printers. They contain the instructions that power the devices. These instructions, once set, never need to be changed.

Nonvolatile Memory When a computer is turned on, it must know how to start. ROM contains a set of start-up instructions called the basic input output system (BIOS) for a computer. FLASH MEMORY Flash memory is a special type of nonvolatile memory. It is often used in portable digital devices for storage. Digital cameras, portable MP3 players, USB “keychain” storage devices all use flash memory.

Volatile Memory Volatile memory requires to store data. The volatile memory in a computer is called random access memory (RAM). RAM’s job is to hold programs and data while they are in use. Physically, RAM consists of chips on a small circuit board. Single inline memory modules (SIMMs) and dual inline memory module (DIMM) chips are found in desktop computers. While the smaller, small outline DIMM (SO-DIMM) chips are found in laptop computers.

RAM Random Access Memory It is also called main memory or direct access memory or read/write memory. A program must be loaded into RAM before execution. Data and instructions can be read and modified. It play an important role in processing of computer.

Types of RAM SRAM (Static Random Access Memory) Retains contents as long as power is maintained. Faster than DRAM. SRAM is more expensive. CPU does not wait to access data. It is usually used to build a very fast memory known as cache.

Types of RAM DRAM (Dynamic RAM) Must be constantly refreshed. Requires an electric current to maintain its electrical state. The electrical charge of DRAM will decrease with time that may result in lose of data. Used for most PC memory because of size and cost.

Read Only Memory (ROM) Programs and data that are permanently recorded at the factory. The instructions can only be read and cannot be deleted. Cannot be changed by the user. When the computer is switched on,the instructions in the ROM are automatically loaded into the memory of the computer.

Types of ROM PROM Programmable ROM This form of ROM is initially blank. The user can write data and programs on it. The user can write data and instructions on it only once.

EPROM Stands for Erasable Programmable Read Only Memory It is initially blank The user can write data and programs on it. The data and program written on it can be erased using ultraviolet rays.

EEPROM Stands for Electronically Erasable Programmable Read Only Memory It is initially blank The user can write data and programs on it. The content of EEPROM can be modified easily. The data and program written on it can be erased using electrical pulses.

Cache Memory Small block of very fast temporary memory Speed up data transfer It is located inside or close to CPU chip. It is faster than RAM Instructions and data used most frequently or most recently.

Cache Step 1 Processor requests data or instructions Step 2 Go to address in main memory and read Step 3 Transfer to main CPU and cache Next processor request Look first at cache Go to memory PROCESSORPROCESSOR RAMRAM Cache

Types of Cache Internal cache – Level 1 (L1) – Built into microprocessor – Up to 128KB or 256 KB External cache – Level 2 (L2) – Separate chips – 256KB or 512 KB – SRAM technology – Cheaper and slower than L1 – Faster and more expensive than memory

Measuring Storage Capacity KB – kilobyte 1024 bytes Some diskettes Cache memory MB – megabyte Million bytes RAM GB – gigabyte Billion bytes Hard disks CDs and DVDs TB – terabytes Trillion bytes Large hard disks