Electronics Technology

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

Computer Memory/Storage Device
Computer Organization and Architecture
Introduction to Chapter 12
ECE 301 – Digital Electronics Memory (Lecture #21)
Computer Organization and Architecture
Chapter 5 Internal Memory
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.
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,
Khaled A. Al-Utaibi Memory Devices Khaled A. Al-Utaibi
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.
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.
Introduction to Computing: Lecture 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.
Chapter 8 Memory Interface
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
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.
Memory and Register. Memory terminology read/write operation volotile/non volatile determine the capacity from input and output timing requirements of.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
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.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
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.
Wnopp Memory device Introduction n Memory Cell n Memory Word n Byte n Capacity n Address n Read Operation n Write Operation n Access Time n Volatile.
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.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
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.
Memory and Programmable Logic
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Chapter 5 Internal Memory
William Stallings Computer Organization and Architecture 7th Edition
Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7
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.
Module IV Memory Organization.
Principles & Applications
Memory Units Memories store data in units from one to eight bits. The most common unit is the byte, which by definition is 8 bits. Computer memories are.
William Stallings Computer Organization and Architecture 7th Edition
IT 0213: INTRODUCTION TO COMPTER ARCHITECTURE LECTURE 2
Introduction to Computers
William Stallings Computer Organization and Architecture 8th Edition
PRIMARY STORAGE.
Module IV Memory Organization.
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
Computer Memory BY- Dinesh Lohiya.
TOPIC : Memory Classification
Introduction to Computing Chapter 0
Memory Basics Chapter 8.
MICROPROCESSOR MEMORY ORGANIZATION
Memory Basics Chapter 7.
Chapter 5 Computer Organization
William Stallings Computer Organization and Architecture 8th Edition
Computer Memory.
Presentation transcript:

Electronics Technology Digital Electronics Electronics Technology Landon Johnson MEMORY DEVICES

Memory Competencies 67. Given a memory chip part number the student will state how many words it can hold with 100% accuracy. 68. Given a memory chip part number the student will state how large each word is that can be contained in this chip with 100% accuracy. 69. Given a memory chip part number the student will state how many address lines are needed to access these words with 100% accuracy. 70. Given a memory chip part number the student will state how many bits the chip can hold with 100% accuracy.

Memory Vocabulary MASS MEMEORY- auxiliary memory; store large amounts of data external to computer’s internal memory (e.g. magnetic tape, magnetic or optical disc) INTERNAL MEMORY- computer’s main memory; semiconductor devices; stores instructions and data currently working on. MEMORY CELL- device or circuit used to store one bit. MEMORY WORD- group of bits representing instructions of data; normally eight bits (BYTE); can range from four to sixty-four bits. CAPACITY- number of bits stored in a device; 4K X 8 = 4 X 1024 X 8 = 32,768 bits. ADDRESS- number that identifies the location of a word in memory. READ OPERATION- word stored at an address is sensed and transferred to another device (aka FETCH) WRITE OPERATION- a new word is placed in a particular memory location.

General Memory Operation 32 X 4 MEANS 32 WORDS EACH CONTAINING 4 BITS. 32 STORAGE LOCATIONS REQUIRE 5 ADDRESS LINES 00000 TO 11111 (0 -31) MEMORY CAPACITY = 32 WORDS OF 4 BITS EACH = 32 X 4 = 128 BITS

TEST How many words can this memory hold? 4 X 1024 = 4096 words *NOTE 1K = 1024 How many words can this memory hold? 4 X 1024 = 4096 words How large is each word in this memory? 8-bit words How many address lines are needed to access each word location? 12 How many bits can this memory hold? 4096 words X 8-bits/word = 32, 768

Memory Competencies 71. Without references, the student will state what the acronym RAM stands for with 100% accuracy. 72. Without references, the student will state what the acronym RWM stands for with 100% accuracy. 73. Without references, the student will state what the acronym ROM stands for with 100% accuracy. 74. Without references, the student will state what the acronym PROM stands for with 100% accuracy. 75. Without references, the student will state what the acronym EPROM stands for with 100% accuracy. 76. Without references, the student will state what the acronym EEPROM stands for with 100% accuracy.

Memory Vocabulary VOLATILE MEMORY- memory is lost if power goes off. RANDOM ACCESS MEMORY (RAM)- device where location of memory has no effect on read or write time. SEQUENTIAL ACCESS MEMORY (SAM)- memory access time varies according to address location (e.g. magnetic tape) READ/WRITE MEMORY (RWM)- any memory that can be read from or written to with equal ease. READ ONLY MEMORY (ROM)- device which is read more often than written; true ROM written once at the factory. PROGRAMMABLE READ ONLY MEMORY (PROM)- ROM that can be electrically programmed by the user; cannot be erased or reprogrammed. ELECTRICALLY PROGRAMMABLE READ ONLY MEMORY (EPROM)- ROM that can be electrically programmed by the user. It can be erased (usually with ultra-violet light) and reprogrammed as often as desired. ELECTRONICALLY ERASABLE PROGRAMMABLE READ ONLY MEMORY (EEPROM)- ROM that can be electrically programmed, erased and reprogrammed.

Microcomputer system block diagram Input ports The input ports connect to devices such as keyboards The address bus is unidirectional The data bus is bidirectional MPU The MPU is the heart of the system ROM The ROM contains programs and permanent data The control bus is unidirectional RAM The RAM contains temporary data (and programs) Output ports The output ports connect to devices such as printers

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.

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:

Memory Competencies 71. Without references, the student will state what the acronym RAM stands for with 100% accuracy. 72. Without references, the student will state what the acronym RWM stands for with 100% accuracy. 73. Without references, the student will state what the acronym ROM stands for with 100% accuracy. 74. Without references, the student will state what the acronym PROM stands for with 100% accuracy. 75. Without references, the student will state what the acronym EPROM stands for with 100% accuracy. 76. Without references, the student will state what the acronym EEPROM stands for with 100% accuracy.