Computer memory.

Slides:



Advertisements
Similar presentations
Computer Memory/Storage Device
Advertisements

Chapter 5 Internal Memory
Computer Organization and Architecture
Computer Organization and Architecture
LOGO.  Concept:  Is read-only memory.  Do not lose data when power is lost.  ROM memory is used to produce chips with integrated.
D75P 34 – HNC Computer Architecture Week 10 Computer Memory. © C Nyssen/Aberdeen College 2003 All images © C Nyssen/Aberdeen College except where stated.
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 Organization and Architecture
Chapter 5 Internal Memory
IT Systems Memory EN230-1 Justin Champion C208 –
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.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
PC Maintenance: Preparing for A+ Certification
Lecture # 13 Memory and Storage
Intro to Cache Memory By david hsu. Examples of memory Paper and writing, books Neon signs Cassettes and other magnetic tape memory Abacus Art material.
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.
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.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
Random access memory.
9/26: Memory ROM vs. RAM ROM –BIOS RAM –changeable –different kinds & uses inc. VRAM, SRAM –how it works image courtesy of How Computers Work CD.
© Banff and Buchan College 2007 DH2T 34 Computer Architecture 1 LO2 Lesson One Memory.
Chapter 5 Internal Memory. Semiconductor Memory Types.
Chapter 8 Memory Interface
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.
Internal Memory.
CIM101 : Introduction to computer Lecture 3 Memory.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Types of Memory Technologies  Volatile  RAM (Random Access Memory)  DRAM (Dynamic RAM)  SRAM (Static RAM)  SDRAM (Synchronous DRAM)  Non-Volatile.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Memory Cell Operation.
Memory 1 ©Paul Godin Created March 2008 Edit April 2011.
Computer Architecture Lecture 24 Fasih ur Rehman.
Semiconductor Memory Types
Computer Architecture Chapter (5): Internal Memory
Primary Storage The Triplets – ROM & RAM & Cache.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Chapter 5 Internal Memory
William Stallings Computer Organization and Architecture 7th Edition
Internal Memory.
Computer memory.
Module IV Memory Organization.
Principles & Applications
William Stallings Computer Organization and Architecture 7th Edition
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
The Triplets – ROM & RAM & Cache
حافظه های الکتریکی تهیه کننده : کاظم شاطری نسب
William Stallings Computer Organization and Architecture 8th Edition
שמות מאפיינים ומטרות של זיכרונות ROM - ו RAM
Module IV Memory Organization.
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
BIC 10503: COMPUTER ARCHITECTURE
COMS 161 Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
William Stallings Computer Organization and Architecture 8th Edition
Presentation transcript:

Computer memory

Content Classification of memory by priority Classification of memory by access Division of Read-Only Memory Division of Read-Write Memory Read-Only Memory types in more details Volatility Read-Write Memory types in more details Sources

Classification by priority a) primary - storage of intermediate data - necessary to run the computer - RAM, Cache b) secondary - long-term storage of data - HDD c) tertiary - CD, DVD, memory card... d) off-line - disconnected storage - unplugged USB flash drive, external HDD

Classification by access Read-Only Memory Read-Write Memory

Read-Only Memory MROM PROM EPROM EEPROM Flash

Read-Write Memory DAM SAM CAM RAM SRAM DRAM SIMM DIMM DDR DDR2 DDR3

MROM MROM (Mask Read-Only Memory) its content is programmed by manufacturer not by user then we can use it only for reading the oldest type of ROM

PROM PROM (Programmable Read-Only Memory) it is blank from the manufacturer can be programmed just once by the user

EPROM EPROM (Erasable Programmable Read-Only Memory) can be erased by UV light recognizable by the transparent window in the top

EEPROM EEPROM (Electrically Erasable Programmable Read-Only Memory) can be programmed and erased electrically while erasing whole content is erased

Flash memory used in memory cards or USB flash drives specific type of EEPROM erased and programmed in larger blocks faster than old EEPROM

Volatility non-volatile - stores the information even without power supply - all mentioned types so far volatile - requires constant power to maintain the stored information - following types from here

Read-Write Memory DAM (Direct Access Memory) - direct access to all memory cells - RAM SAM (Sequential Access Memory) - data reading in sequence - HDD, optical discs CAM (Content Addressable Memory) - associative memory - returns value according to supplied word

RAM RAM (Random Access Memory) - any piece of data can be returned in a constant time SRAM (Static Random Access Memory) - does not need to be periodically refreshed - more complex internal structure, more expensive, less capacity than DRAM DRAM (Dynamic Random Access Memory) - to keep information must be periodically refreshed - structural simplicity, high capacity

SIMM SIMM (Single In-line Memory Module) is a type of memory module from the early 1980s to the late 1990s

DIMM DIMM (Dual In-line Memory Module) designed for use in personal computers, workstations and servers compatible with 64-bit Intel Pentium

DDR DDR (Double Data Rate) used in personal computer, notebooks dual-channel configuration

DDR2 DDR (Double Data Rate) supersedes DDR RAM which are not compatible with DDR2 the data bus can be run at twice the speed of the memory clock

DDR3 DDR (Double Data Rate) is an improvement over its predecessor DDR2 no backward compatibility

Sources notes from the grammar school wikipedia.org

Thank you for attention