Module IV Memory Organization.

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Computer Memory/Storage Device
Chapter 6 Computer Architecture
Characteristics of Computer Memory
Characteristics Location Capacity Unit of transfer Access method Performance Physical type Physical characteristics Organisation.
MODULE 5: Introduction to Memory system
Data Storage Technology
Chapter 5 Data Storage Technology 2005 IS112. Chapter goals Describe the distinguishing characteristics of primary and secondary storage Describe the.
Characteristics of Computer Memory
Overview Booth’s Algorithm revisited Computer Internal Memory Cache memory.
CH05 Internal Memory Computer Memory System Overview Semiconductor Main Memory Cache Memory Pentium II and PowerPC Cache Organizations Advanced DRAM Organization.
CSCI 4717/5717 Computer Architecture
CACHE MEMORY Cache memory, also called CPU memory, is random access memory (RAM) that a computer microprocessor can access more quickly than it can access.
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.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Overview of Physical Storage Media
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.
CIM101 : Introduction to computer Lecture 3 Memory.
+ CS 325: CS Hardware and Software Organization and Architecture Memory Organization.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
Chapter 8: System Memory Dr Mohamed Menacer Taibah University
Overview von Neumann Architecture Computer component Computer function
Memory Characteristics Location Capacity Unit of transfer Access method Performance Physical type Physical characteristics Organisation.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
1 Computer Memory System Overview. Objectives  Discuss the overview of the memory elements of a computer  Describe the characteristics of the computer.
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),
4 1 Computer Hardware Ch.5-A,B,C,D; Ch.4-B FALL 2000 Rob Wolfe.
Characteristics Location Capacity Unit of transfer Access method Performance Physical type Physical characteristics Organisation.
İnformasiya texnologiyaları kafedrası Mövzu № 4. Yaddaşın iyerarxiyası. Keş yaddaşı. (Kompüterin yaddaş sisteminin təsviri. Yaddaşın iyerarxiyası. Əsas.
TYPES OF MEMORY.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Cache Memory.
Storage capacity of a computer
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
Computer Organization and Architecture William Stallings 8th Edition
External Memory.
Memory.
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
Chapter 7.2 Computer Architecture
Principles & Applications
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computers
Chapter 4 Although seemingly simple in concept, computer memory exhibits perhaps the widest range of type, technology, organization, performance, and cost.
BIC 10503: COMPUTER ARCHITECTURE
BIC 10503: COMPUTER ARCHITECTURE
Chapter 6 Memory System Design
Cache Memory.
2.C Memory GCSE Computing Langley Park School for Boys.
Introduction to Computer Architecture
AKT211 – CAO 07 – Computer Memory
Chapter 5 Computer Organization
Computer Organization & Architecture 3416
Computer Organization & Architecture 3416
Jazan University, Jazan KSA
Computer Architecture and Organization (CS-507)
Networks & I/O Devices.
Presentation transcript:

Module IV Memory Organization

COMPUTER MEMORY SYSTEM OVERVIEW

Characteristics of Memory Systems

Location Location refers to whether memory is internal and external to the computer. Internal memory includes Main memory Registers Control unit memory Cache memory External memory are accessible to processor via I/O controllers. It consists of peripheral storage devices such as harddisk and CD ROM

Capacity For Internal memory, For External memory, expressed in terms of bytes or words. Common word lengths are 8, 16, and 32 bits. For External memory, expressed in terms of bytes.

Unit of Transfer For internal memory, For external memory, the unit of transfer is number of electrical lines into and out of the memory module. This may be equal to the word length For external memory, Unit of transfer is referred to as blocks.

Method of Access Sequential access: Memory is organized into units of data called records. Access must be made in a specific linear sequence Start at the beginning and read through in order Access time depends on location of data and previous location Time to access a record is highly variable. E.g Tape units

Method of Access Direct access: individual blocks or records have a unique address. Access is accomplished by direct access to reach a vicinity plus sequential searching to reach final location. Access time is variable. E.g. Disk units

Method of Access Random access: Each location has a unique physically wired-in address Access time to a given location is constant. Any location can be selected at random and directly addressed and accessed. E.g. Main memory and cache memory

Method of Access Associative: Type of RAM A word is retrieved based on a portion of its contents rather than its address. Retrieval time is constant independent of location or prior access patterns. E.g. Cache memories with associative access

Performance Parameters Access time (latency): For RAM, Time to perform a read or write operation Time between instant that an address is presented to the memory and instant that data have been stored or made available for use. For non-RAM, The time it takes to position the read–write mechanism at the desired location.

Performance Parameters Memory cycle time: applies to RAM Consists of the access time plus any additional time required before a second access. Additional time is required for Transients to die out on signal lines or to regenerate data if they are read destructively.

Performance Parameters Transfer rate: rate at which data can be transferred into or out of a memory unit. For RAM, it is 1/(cycle time). For non-RAM, where TN : Average time to read or write N bits TA : Average access time n : Number of bits R : Transfer rate, in bits per second (bps)

Physical Types Semiconductor RAM Magnetic Disk & Tape Optical CD & DVD

Physical Characteristics Volatile memory : Information is lost when electrical power is switched off. Non-volatile memory : Information once recorded remains same until deliberately changed No electrical power is needed to retain information. E.g. Magnetic-surface memories Semiconductor memory may be volatile or non-volatile.

Physical Characteristics Non-erasable memory : cannot be altered, except by destroying the storage unit. E.g. Read-Only Memory (ROM) They are non-volatile.