MEMORY.

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

Storage Devices.
Computer Memory/Storage Device
Computer Organization and Architecture
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Computer Organization and Architecture
Memory Devices Wen-Hung Liao, Ph.D..
Sec (1.2): Main memory. Memory: Stores data and instructions in the beginning, intermediate and final stages of the processing.
Storage.
Memory Hierarchy.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
What is a storage device? Computer data storage, often called storage or memory, refers to computer components, devices, and recording media that retain.
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.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
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.
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
+ CS 325: CS Hardware and Software Organization and Architecture Memory Organization.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
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.
Allow computers to store programs and information for use at a later date Storage Devices.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access)
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
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.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
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.
Index What is an Interface Pins of 8085 used in Interfacing Memory – Microprocessor Interface I/O – Microprocessor Interface Basic RAM Cells Stack Memory.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage capacity of a computer
Unit 1 PRIMARY STORAGE DEVICES LECTURE – 7
Internal Memory.
Computer memory.
Module IV Memory Organization.
Introduction to Computer Architecture
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
introduction to computer
Principles & Applications
Course Name: Computer Application
Primary Storage and Secondary Storage Devices Chapter 3
Electronics Technology
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Module IV Memory Organization.
William Stallings Computer Organization and Architecture 7th Edition
Computer Memory BY- Dinesh Lohiya.
Computer Hardware Prepared by:- Mr. Pawan Kumar
TOPIC : Memory Classification
Introduction to Computer Architecture
Memory Basics Chapter 8.
STORAGE – 3 TIERS Key Revision Points.
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
Machine Architecture and Number Systems
Memory Basics Chapter 7.
CHAPTER 10 Memory and Storage
Machine Architecture and Number Systems
Presentation transcript:

MEMORY

BASICS OF MEMORY It is a place to store data & sometimes called storage. Basic unit of storage is flip flop(FF). FF stores 1 bit of data. Storage can be collection of FF to form registers(ex. Base and limit registers). Order of amount of data storage:-FF<Memory cell <IC’S. Volatile memory:-Memory in which data is stored until we off the power supply. Non volatile memory:-Memory in which data is still stored after power supply is off.

Types of Memory 1) On the basis of type of data stored :- 1.1)programs. 1.2)other personal data. 2) On the basis of accessibility of data :- 2.1) Random access memory. ex) RAM, Hard disk drive(HDD). 2.2) Sequential access memory :- ex) Floppy drives, Magnetic tapes. 3) Traditional division :- Primary, Secondary & Tertiary.

3. 1)Primary Memory(PM):- In this data is directly accessible to CPU 3.1)Primary Memory(PM):- In this data is directly accessible to CPU. ex.) RAM, ROM etc. 3.2)Secondary Memory(SM):-Data is not directly accessible to CPU. The CPU usually uses its input/output channels to access secondary storage. ex.) Hard disk drive, floppy, magnetic tapes etc. 3.3)Tertiary Memory(TM) :-Used to store huge amount of data. It has various racks to store data. It contain various tape drives. For accessing data from it computer needs to copy data to secondary memory first. Its data accessibility slower than SM. ex.) Tape libraries etc.

RAM Full form :-Random Access Memory. It is a volatile memory. Used for temporary storage. Available range in market is 256 MB-8 GB. TYPES OF RAM :- SRAM(Static RAM) & DRAM(Dynamic RAM). History of RAM.

SRAM DRAM 1)Data is stored as long as power supply supplied. 2)Contains FF’S, transistors, MOS (Metal Oxide Semiconductor). 3)Used large no. of transistors. 4)costly. 5) Less time required to access data. 6)No capacitor used so data stored as long as power supply given. 1)Data is stored as long as capacitor is charged. 2)Contains FF’S, transistors, MOS, capacitor. 3)Used comparatively low no. of transistor. 4)Cheaper. 5)Comparatively more time required to access data. 6)Need periodic refreshing of memory so that capacitor get charged.

ROM Full form :-Read Only Memory. Non volatile memory. Used to mainly store programs. Types Of ROM:- Mask programming:- In this programs are stored by manufacturer in the memory. PROM(Programmable ROM):- In this user is free to store programs in the memory. EPROM(Erasable PROM):-In this stored programs can be erased by using UV rays. EEPROM(Electrically EPROM):- In this programs can be erased electrically.

THANKING YOU