Principles & Applications

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

Computer Memory/Storage Device
Computer Organization and Architecture
Computer Organization and Architecture
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)
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.
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.
Memory and Storage - Sheetal Gosrani. Overview Memory Hierarchy RAM Memory Chip Organization ROM Flash Memory.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
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.
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.
Lecture on Electronic Memories. What Is Electronic Memory? Electronic device that stores digital information Types –Volatile v. non-volatile –Static v.
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.
Random access memory.
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.
Chapter 8 Memory Interface
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Internal Memory.
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.
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.
COMPUTER ORGANIZATION ANGELITO I. CUNANAN JR.. MEMORY MANAGEMENT  In multiuser, multitasking or multiprogramming system, memory must be specifically.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Computer Storage. What is Primary Storage? ● Primary storage is computer memory that is directly accessible to the CPU of a computer without the use of.
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.
Chapter 5 Internal Memory
William Stallings Computer Organization and Architecture 7th Edition
Storage capacity of a computer
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.
Computer memory.
Course Name: Computer Application
William Stallings Computer Organization and Architecture 7th Edition
Primary Storage and Secondary Storage Devices Chapter 3
Electronics Technology
COMPUTER ORGANISATION AND ARCHITECTURE
William Stallings Computer Organization and Architecture 8th Edition
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
Computer Memory BY- Dinesh Lohiya.
Introduction to Computing Chapter 0
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
William Stallings Computer Organization and Architecture 8th Edition
CHAPTER 10 Memory and Storage
Computer Memory.
Presentation transcript:

Principles & Applications Digital Electronics Principles & Applications Fifth Edition Roger L. Tokheim Chapter 11 Memories ©1999 Glencoe/McGraw-Hill

CHAPTER 11 PREVIEW Overview of Memory Random Access Memory (RAM) Read Only Memory (ROM) Programmable ROM (PROM) Nonvolatile Read/Write Memory Memory Packaging Computer Bulk Storage Devices

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

OVERVIEW OF MEMORY (Cont’d.) Categories of Semiconductor Storage Cells: SRAM (static random-access memory) DRAM (dynamic random-access memory) ROM (read-only memory) EPROM (electrically programmable ROM) EEPROM (electrically erasable PROM) Flash Memory See next slide for characteristics of each category of memory.

OVERVIEW OF MEMORY (Cont’d.) Important Semiconductor Memory Characteristics: High Density Non Volatile Electrically Updatable EPROM ROM DRAM Flash EEPROM SRAM + battery Courtesy of Intel Corporation

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.

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

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:

NONVOLATILE READ/WRITE MEMORY SRAM with battery backup - Typically a long-life lithium battery NVSRAM (non-volatile static RAM) - Better access speed and overall life than SRAM with battery backup Flash Memory - Nonvolatile - In-system rewritable (read/write) - Highly reliable - Low power consumption - High density

MEMORY PACKAGING 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) Memory cards

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) - WORM (write-once, read-many) - Read/write Semiconductor Devices - Flash EEPROM semiconductor