REPORTER: JOANNOU H. FEGARIDO Memory Device Characteristic There are various type of memory systems which are used for storing data in computer. All.

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

Computer Organization and Architecture
+ CS 325: CS Hardware and Software Organization and Architecture Internal Memory.
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.
ECE 301 – Digital Electronics Memory (Lecture #21)
Overview Memory definitions Random Access Memory (RAM)
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Computer Organization and Architecture
Chapter 1.2: Introduction These slides, originally provided by your authors, have been modified by your instructor.
Memory Devices Wen-Hung Liao, Ph.D..
Memory Key component of a computer system is its memory system to store programs and data. ITCS 3181 Logic and Computer Systems 2014 B. Wilkinson Slides12.ppt.
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.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Group 5 Alain J. Percial Paula A. Ortiz Francis X. Ruiz.
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.
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.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Random access memory.
MEMORY More technically referred to as Primary Storage.
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.
1 CSCI 2510 Computer Organization Memory System I Organization.
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.
MODULE 5: Main Memory.
Chapter 3 Internal Memory. Objectives  To describe the types of memory used for the main memory  To discuss about errors and error corrections in the.
Memory System Unit-IV 4/24/2017 Unit-4 : Memory System.
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.
Digital Logic Design Instructor: Kasım Sinan YILDIRIM
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
CIM101 : Introduction to computer Lecture 3 Memory.
2.1 Operating System Concepts Chapter 2: Computer-System Structures Computer System Operation Storage Structure Storage Hierarchy Hardware Protection General.
Computer Architecture 2 nd year (computer and Information Sc.)
By Fernan Naderzad.  Today we’ll go over: Von Neumann Architecture, Hardware and Software Approaches, Computer Functions, Interrupts, and Buses.
Memory Devices 1. Memory concepts 2. RAMs 3. ROMs 4. Memory expansion & address decoding applications 5. Magnetic and Optical Storage.
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.
Architectural Considerations A Review of Some Architectural Concepts.
Chapter 11 System Performance Enhancement. Basic Operation of a Computer l Program is loaded into memory l Instruction is fetched from memory l Operands.
RAM RAM - random access memory RAM (pronounced ramm) random access memory, a type of computer memory that can be accessed randomly;
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: Computer-System Structures
Memory.
Internal 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.
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computing
Module IV Memory Organization.
BIC 10503: COMPUTER ARCHITECTURE
COMS 161 Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
TOPIC : Memory Classification
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
AKT211 – CAO 07 – Computer Memory
Computer Organization & Architecture 3416
Jazan University, Jazan KSA
Presentation transcript:

REPORTER: JOANNOU H. FEGARIDO

Memory Device Characteristic There are various type of memory systems which are used for storing data in computer. All these devices have advantages and some disadvantages over the other.

Access Time Access Rate Access Mode Alter ability Permanence of Storage Cycle Time

The duration of time between the initiation of a read instruction signal and the availability of the required word in the memory buffer register Similarly the duration between the write signal and storing of the information or word in the specified location is called write time.

Access time and Write time - Depends on the physical characteristics of the storage medium and the type of access mechanism. A basic measure of the operating speed of memory is its access time.

The number of characters or words that can be accessed within a specified time interval. It is reciprocal of the access time. It is measured in words/sec. Low cost and high access rates are desirable memory characteristics.

It is defined as the order or sequence in which information can be accessed Memory classified into two: 1. Sequential access memories 2. Random access memories

Sequential access memory (SAM) is a class of data storage devices that read their data in sequence Are those where memory locations can be accessed only in certain predetermined sequence.

Memory locations may be accessed in any order and access time is independent of the location being accessed

DRAM - memories (Dynamic Random Access Module), which are inexpensive. They are used essentially for the computer's main memory SRAM - memories (Static Random Access Module), which are fast and costly. SRAM memories are used in particular for the processor’s cache memory

The method used to write information into a memory may be irreversible. Once information has been written it cannot be altered while the memory is in use

In some type of memories the stored information may be lost over a period of time unless appropriate action is taken There are three memory characteristics that can destroy information. Destructive Readout Dynamic Storage Volatile Memories

Some memories have the property that the method of reading the memory destroys the stored information is called destructive readout DRO. Memories in which reading does not affect the stored data are said to have Nondestructive readout (NRDO)

Memories which require periodic refreshing. Static memories are those which require no refreshing. Certain memories will discharge due to some physical decay process. Over a period of time a stored charge completely leaks causing a loss of information unless the charge is restored.

In some memories the contents will be present only as long as power supply is there. If the power supply is removed or power failure occurs then the contents are totally destroyed. This type of memories are known as volatile memories. Most semi conductor memories are volatile, while most magnetic memories are nonvolatile.

In DRO and dynamic memories memory access process cannot be continued one after the other unless the restore or refresh operation has been carried out. i.e., the minimum time that must elapse between the two different accesses by the memory can be greater than access time. This time is called the cycle time of the memory

Hierarchical memory system including separate cache memories for storing data and instructions

Additionally, each cache having a unique cache directory containing a plurality of control bits for assisting line replacement within the individual cache memories and for eliminating many accesses to main memory and to insure that unnecessary or incorrect data is never stored back into said main memory.

The cache architecture and controls permit normal instruction and data cache fetches and data cache stores. instructions are provided for setting the special control bits provided in both the instruction and data cache directories