Principles & Applications

Slides:



Advertisements
Similar presentations
88 CHAPTER SECONDARY STORAGE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 8-2 Competencies Distinguish between primary & secondary storage.
Advertisements

CY1001 Introduction to Computer Systems Storage Devices
Computer Memory/Storage Device
Computer Organization and Architecture
Introduction to Chapter 12
ECE 301 – Digital Electronics Memory (Lecture #21)
Chapter 5 Internal Memory
Chapter 4 Computer Memory
1 Chapter 5 Data Storage Technology. 2 Systems Architecture Chapter 5 Chapter Goals Describe the distinguishing characteristics of primary and secondary.
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.
Chapter 5 Data Storage Technology 2005 IS112. Chapter goals Describe the distinguishing characteristics of primary and secondary storage Describe the.
Computer memory.
Memory and Storage - Sheetal Gosrani. Overview Memory Hierarchy RAM Memory Chip Organization ROM Flash Memory.
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
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.
Storage.
Physical Memory By Gregory Marshall. MEMORY HIERARCHY.
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 Hierarchy.
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.
Memory and Programmable Logic Dr. Ashraf Armoush © 2010 Dr. Ashraf Armoush.
Discovering Computers 2012: Chapter 4
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
Memory and Programmable Logic Memory device: Device to which binary information is transferred for storage, and from which information is available for.
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.
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.
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 1 ©Paul Godin Created March 2008 Edit April 2011.
Microprocessor Fundamentals Week 3 Mount Druitt College of TAFE Dept. Electrical Engineering 2007.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
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.
Microprocessor Fundamentals Week 3 Mount Druitt College of TAFE Dept. Electrical Engineering 2008.
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.
STATUS REGISTER  It is a group of flip-flops. But it is not used to store data.  Each bit in the status register is used to indicate a particular condition.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
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
Chapter 5 Data Storage Technology
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage capacity of a computer
Internal Memory.
Computer memory.
Module IV Memory Organization.
Principles & Applications
Course Name: Computer Application
Primary Storage and Secondary Storage Devices Chapter 3
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
Information Storage and Spintronics 10
Module IV Memory Organization.
William Stallings Computer Organization and Architecture 7th Edition
COMS 161 Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
TOPIC : Memory Classification
Introduction to Computing Chapter 0
MICROPROCESSOR MEMORY ORGANIZATION
CHAPTER 10 Memory and Storage
Semiconductor memories are classified in different ways. A distinction is made between read-only (ROM) and read-write (RWM) memories. The contents RWMs.
Computer Memory.
Presentation transcript:

Principles & Applications Digital Electronics Principles & Applications Seventh Edition Roger L. Tokheim Chapter 11 Memories ©2008 The McGraw-Hill Companies, Inc. All rights reserved.

INTRODUCTION Overview of Memory Random Access Memory (RAM) Read Only Memory (ROM) Programmable ROM (PROM) Nonvolatile Read/Write Memory Memory Packaging Computer Bulk Storage Devices Digital Potentiometer with NV EEPROM

Overview of Memory Three Important Characteristics of Semiconductor Memory: Density - Amount of data that the memory can store (Non-) Volatility - Data storage capability if power is disconnected Read/write capability - Capability to update memory

QUIZ 1. Three important characteristics of semiconductor memory are (1) density, (2) non-volatility, and (3) a read/write capability. (True or False) True 2. High density (small memory cell size) is a desirable characteristic of modern semiconductor memories. (True or False) True 3. Generally, if a semiconductor memory is nonvolatile this is a desirable characteristic. (True or False) True 4. A semiconductor memory that can be updated is referred to as a(n) __________ (read-only, read/write) memory. read/write

Overview of Memory (Continued) Categories of Semiconductor Storage Cells: DRAM (Dynamic Random-Access Memory) SRAM (Static Random-Access Memory) ROM (Read-Only Memory) EPROM (Electrically Programmable ROM) EEPROM (Electrically Erasable PROM) Flash Memory FRAM (Ferroelectric RAM) MRAM (Magnetoresistive RAM) See future slides for characteristics of each category of memory.

QUIZ Static Random-Access Memory SRAM is an acronym for _______. ROM is an acronym for _______. Read-Only Memory Dynamic Random-Access Memory DRAM is an acronym for ______. Electrically Erasable PROM EEPROM is an acronym for _______. PROM is an acronym for _______. Programmable ROM

Overview of Memory (Continued) Important Semiconductor Memory Characteristics: High Density Non Volatile Electrically Updatable EPROM ROM DRAM Flash MRAM EEPROM SRAM + Battery FRAM

QUIZ True can Flash True True 1. Both a ROM and EPROM are nonvolatile and have high density but cannot be electrically updated. (True or False) True 2. The DRAM is a high density semiconductor memory that __________ (can, cannot) be electrically updated. can 3. The __________ (Flash, PROM) is a modern memory that exhibits high density, is nonvolatile, and can be updated electrically. Flash 4. SRAM with a battery backup (as in modern PCs) is nonvolatile, and can be updated electrically. (True or False) True FRAM and MRAM are both non-volatile RAMs using newer technologies. (True or False) True

Random-Access Memory (RAM) Characteristics of RAM: Data can be “written” to RAM Stored data can be “read” at any time Volatile - cannot be used for permanent memory Access to any memory location (address) at any moment Types of RAM: SRAM (Static RAM) - stores data in flip-flop-like cells. Holds 0 or 1 as long as IC has power (volatile). DRAM (Dynamic RAM) - memory cells need refreshing many times per second. Also volatile.

QUIZ 1. Two types of RAM semiconductor memories are the DRAM and __________. SRAM 2. The RAM is a __________ (non-volatile, volatile) semiconductor memory. volatile 3. Modern computers contain both SRAM and DRAM types of semiconductor memories. (True or False) True 4. Both SRAM and DRAM are types of read-only semiconductor memories. (True or False) False 5. RAM semiconductor memory has exactly the same characteristics as Flash memory because they are non-volatile, can be updated electrically, and have high density. (True or False) False

Read-Only Memory (ROM) Characteristics of ROM: Non-volatile - memory is not lost when power is turned off Data is stored permanently Data stored in ROM can be “read” at any time ROM cannot be reprogrammed High density

QUIZ 1. ROM stands for __________. Read-Only Memory 2. ROM is a semiconductor memory that can be updated electrically and is volatile. (True or False) False 3. ROM is a high density semiconductor memory that __________ (can, cannot) be reprogrammed. cannot 4. Data is stored permanently in a ROM semiconductor memory. (True or False) True

Programmable Read-Only Memory (PROM) Data can be programmed or “burned” into a PROM. Mask-Programmable ROM (usually simply called ROM) Field-Programmable ROM (PROM) Erasable Programmable ROM (EPROM) Electrically Erasable PROM (EEPROM or E2PROM) Flash EEPROM Types of PROM:

Programmable Read-Only Memory QUIZ Programmable Read-Only Memory PROM stands for __________. 2. A mask-programmable ROM can only be programmed once and is generally known as a ROM. (True or False) True 3. An EEPROM is an electrically erasable PROM that is non-volatile and can be updated electrically. (True or False) True 4. A Flash memory is an electrically erasable PROM that has high density, is volatile, and cannot be updated electrically. (True or False) False

Nonvolatile Read/Write Memory Nonvolatile memory - memory that can retain stored information when power is turned off. SRAM with battery backup - Typically a long-life lithium battery Flash Memory - Nonvolatile - In-system rewritable (read/write) - Highly reliable - Low power consumption - High density NVSRAM (Non-Volatile Static RAM) - Better access speed and overall life than SRAM with battery backup

QUIZ Memory that retains its stored information even when power is turned off is referred to as __________ (volatile, nonvolatile). nonvolatile 2. SRAM is a __________ (volatile, nonvolatile) type of semiconductor memory. volatile 3. SRAM with battery backup as used in modern PCs is a _________ (volatile, nonvolatile) type of semiconductor memory. nonvolatile 4. Flash memory features high density, is reliable, can be electrically updated and is __________ (volatile, nonvolatile). nonvolatile

(Using newer technologies) Other Nonvolatile RAM (Using newer technologies) FRAM (ferroelectric RAM) -Nonvolatile RAM -In-circuit programmable -Good access speed -Low density -High cost -Ferroelectric capacitor and MOS transistor memory cell MRAM (magnetoresistive RAM) -Nonvolatile RAM -In-circuit programmable -Excellent access speed -High density -Nanotechnology used in fabrication

Common Methods of Packaging Semiconductor Memory DIP (Dual In-line Package) SIP (Single In-line Package) ZIP (Zig-zag In-line Package) SIMM (Single In-line Memory Module) DIMM (Dual-In-line Memory Module) RIMM (like DIMM by Rambus, Inc.) Memory card (like Flash memory card)

Computer Bulk Storage Devices Primary storage - computer’s internal storage Secondary storage - external storage Types of secondary storage devices: Mechanical Devices - Punched paper card - Punched or perforated paper tape Magnetic Devices - Magnetic tape (sequential-access device) - Magnetic drum - Hard disk - Floppy disk

Computer Storage Devices Types of Secondary Storage Devices (cont’d.): Optical Devices - CD-ROM (Read-only) - CD-R (recordable) - CD-RW (rewritable) - WORM (Write-once Read-many - DVD (Digital versatile disc or digital video disc) - Magneto-optical disc- part optical/part magnetic Semiconductor Devices - Flash EEPROM semiconductor memory

QUIZ 1. A 3.5 inch floppy disk is an example of a __________ (primary, secondary) storage device. secondary 2. The SRAM in your PC is an example of a __________ (primary, secondary) storage device. primary 3. The CD-R optical disc is __________ (recordable, rewritable). recordable 4. The CD-RW optical disc is _________ (recordable, rewritable). rewritable

Sets position of wiper stored in EEPROM 6K ohms Digital Potentiometer Digital potentiometer is an electronic device comparable to a traditional potentiometer with resistance outputs variable in discrete steps. The wiper position is stored in EEPROM when the power is turned off. Digital input pulses control the movement of the wiper. Also referred to as a solid-state potentiometer or non-volatile (NV) digital potentiometer. +5V Power ON H HIGH=Up LOW=Down U / D 5K ohm 50% 5K ohm 50% 6K ohm 60% 4K ohm 40% Control Logic Sets position of wiper stored in EEPROM 6K ohms Negative pulse 3 Negative pulse 1 Negative pulse 2 Negative pulse 4 Resistance (10kΩ- 10 Steps) INC EEPROM L

QUIZ 1. The electronic equivalent of a potentiometer is called a solid-state potentiometer or __________. Digital potentiometer 2. The digital potentiometer contains a __________ (EEPROM, ROM) section to store the wiper position on power down and recall the wiper position on power up. EEPROM 3. A single negative pulse will cause the wiper of a digital potentiometer to move one discrete step up or down depending on the condition of the U/D’ control input. (True or False) True

REVIEW Overview of Memory Random Access Memory (RAM) Read Only Memory (ROM) Programmable ROM (PROM) Nonvolatile Read/Write Memory Memory Packaging Computer Bulk Storage Devices Digital Potentiometer with NV EEPROM