Common memory types DRAM (Dynamic RAM) RAM (Random Access Memory) NVRAM (Non-Volatile RAM) SRAM (Static RAM ) Flash memory EEPROM(Electrically- Erasable-and-

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

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.
9/20/6Lecture 14 - Static Memory1 Static Memory. 9/20/6Lecture 14 - Static Memory2 Static Memory.
ECE 301 – Digital Electronics Memory (Lecture #21)
Computer Organization and Architecture
Chapter 5 Internal Memory
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.
Sec (1.2): Main memory. Memory: Stores data and instructions in the beginning, intermediate and final stages of the processing.
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
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,
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
1 The 8051 Microcontroller and Embedded Systems CHAPTER INTERFACING TO EXTERNAL MEMORY.
Russell Taylor. RAM Quiz
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.
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 Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Random access memory.
Memory and Programmable Logic Dr. Ashraf Armoush © 2010 Dr. Ashraf Armoush.
Discovering Computers 2012: Chapter2- 4
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.
Semiconductor Memories.  Semiconductor memory is an electronic data storage device, often used as computer memory, implemented on a semiconductor-based.
Memory Technology and Interfacing. Stored Program Model Memory Output Input CPU Stored-program computer model.
© Banff and Buchan College 2007 DH2T 34 Computer Architecture 1 LO2 Lesson One Memory.
ROM: Read Only Memory is an integrated circuit programmed with specific data when it is manufactured هي عبارة عن دائرة اليكترونية متكاملة برمجت عند صناعتها.
HARDWARE ARCHITECTURE
Chapter 8 Memory Interface
Memory Interface A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
Internal Memory.
Digital Design: Principles and Practices
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.
Information Technology Basic Computer Architecture Adnan Khalid.
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.
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.
D IGITAL ELECTRONICS Prepared By - Patel Aniket ( )
Components of Hardware 1. Processor Memory Input and output devices Storage 2.
AHMEDABAD INSTITUTE OF TECHNOLOGY
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Memory and Storage and a little bit.. Types of Memory RAM (Random access memory )  (RAM) is the best known form of computer memory. RAM is considered.
UNIT V Programmable Devices. RAM A RAM constitutes the internal memory of the CPU for storing data, program and program result. It is read/write 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
Tech Level Cyber Security
A Dummies guide to computer memory
Memory ( RAM & ROM ) Name: Raghda Omar Al-Guthmi ID#:
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.
Principles & Applications
Electronics Technology
Subject Name: Embedded system Design Subject Code: 10EC74
שמות מאפיינים ומטרות של זיכרונות ROM - ו RAM
Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
Discovering Computers 2014: Chapter6
Kinds of memory in human and machine
MICROPROCESSOR MEMORY ORGANIZATION
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:

Common memory types DRAM (Dynamic RAM) RAM (Random Access Memory) NVRAM (Non-Volatile RAM) SRAM (Static RAM ) Flash memory EEPROM(Electrically- Erasable-and- Programmable Memory) EPROM(Erasable-and- Programmable Memory) PROM(Programmable Memory) Memory Types 非易失性的

ReturnNext 10.1 Read-Only Memory(1) Read-only memory (ROM), also known as firmware, is an integrated circuit programmed with specific data when it is manufactured. ROM chips are used not only in computers, but in most other electronic items as well. In this section, you will learn about the different types of ROM and how each works Introduction 固件

10.1 Read-Only Memory(2) ROM Types NextBackReturn There are five basic ROM types: ROM, PROM, EPROM, EEPROM, Flash memory. Each type has unique characteristics, but they are all types of memory with two things in common: Data stored in these chips is nonvolatile -- it is not lost when power is removed. Data stored in these chips is either unchangeable or requires a special operation to change (unlike RAM, which can be changed as easily as it is read). This means that removing the power source from the chip will not cause it to lose any data. 非易失性的

ROM-Memory does not allow for deletion, nor can it be overwritten by the user via program commands. Therefore, all programs and data supposed to be in the ROM have to be installed through the production process. This is done using a “ROM-Mask” which contains all data and is used during the processing of the silicon chip. At first sight, the limitation of the irreversible writing process seems to be a disadvantage. But it also discourages potential attackers to modify the program code on less secure chip cards Read-Only Memory(3) 乍一看 不可还原的 使气馁, 阻碍 安全的

10.1 Read-Only Memory(4)

10.1 Read-Only Memory(5)

10.1 Read-Only Memory(6)

10.1 Read-Only Memory(7)

10.1 Read-Only Memory(8) BackReturn