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.

Slides:



Advertisements
Similar presentations
Introduction to Storage Devices
Advertisements

Storage Devices.
Computer Basics Whats that thingamagige?. Parts of a computer.
Computer Memory/Storage Device
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.
Computer Performance & Storage Devices Computer Technology.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
IT Systems Memory EN230-1 Justin Champion C208 –
Storage Devices and Media
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,
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Standard Grade Computing STORAGE DEVICES CHAPTER 18 COMPUTER STUDIES Standard Grade.
Computer Fundamentals
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Storage.
Computer Systems 1 Fundamentals of Computing
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
Storage Devices. Unless you want to lose all of the work you have done on your computer, you need to have a way to store it safely. There are various.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
STORAGE IN COMPUTER By- Upendra Sharma. STORAGE DEVICE We can use storage device to save data in computer. It is divided in two parts- 1. Primary memory.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
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.
Overview of Physical Storage Media
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
CIM101 : Introduction to computer Lecture 3 Memory.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Information Technology Basic Computer Architecture Adnan Khalid.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
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.
M. Guymon Pleasant Grove High School Spring 2003 RAM vs. ROM RAM “Random Access Memory” The ability of a storage device to go directly to a specific storage.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
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.
Computer Performance & Storage Devices Computer Technology.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
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.
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
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.
Secondary Storage Devices…. What is a Secondary Storage
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Course Name: Computer Application
IT 0213: INTRODUCTION TO COMPTER ARCHITECTURE LECTURE 2
Electronics Technology
Introduction to Computers
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
Introduction to Storage Devices
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Memory BY- Dinesh Lohiya.
MICROPROCESSOR MEMORY ORGANIZATION
1 BY Prof. S. DAS (PhD, UK). 2 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks:
Computer Performance & Storage Devices
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Presentation transcript:

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 part of human being just like this memory is also very important for computer system because in computer system we have to store some data or information and for storing these items we need some memory or space. So that’s why we can say that memory is very important part of computer system.

There are various units which are used to measure computer memory Bit - Smallest unit of computer memory Byte- 8 bit = 1 byte Kilobyte byte = 1 kb Megabyte kb = 1 mb Gigabyte mb = 1 gb Terabyte gb = 1 tb

Memory are classified into two types :- 1. Primary Memory :- Primary memory also known as “main memory” or “internal memory” which is located in the mother board of system or as we say which is directly connected to the CPU. It is the place where only little bit of data are stored either by manufacturer or by user. This is further divided into two parts :- RAM ROM

RAM also known as “random access memory” it stores the data which the user currently uses or as we say it stores the data temporary in it. RAM needs power or electricity to work when the computer power is turned off then all the data in it will be erased automatically. This is a circuit which have its separate space or slot in motherboard. This allows the computer to run the software faster. RAM :-

RAM is further classified into two parts  SRAM  DRAM SRAM :- Known as Static RAM. The word “static” refers that the memory retains its contents as long as the power is supplied so that’s why we can say this is volatile in nature. SRAM does not need to be refreshed periodically. SRAM is faster but more expensive than DRAM.

DRAM :- Known as Dynamic RAM. It also contains data only when electricity is available. DRAM needs to refreshed periodically due to this, this RAM works slower than SRAM. Mainly general PC uses this RAM because it is much cheaper than SRAM and requires less space.

ROM :- Known as “Read Only Memory” as the word refers mainly it can only read the data which in stored in it. This memory is mainly used by our computer when we just turn on our computer. It contains BIOS of system. This is non-volatile in nature. Mainly there are three types of ROM :- PROM EPROM EEPROM

PROM :- Known as “programmable Read Only memory”. In this when the data is stored then we have no right to change or alter any data to it. In this the data is written by Manufacturer company, even you can also purchase blank PROM chip but it can be programmed by special tool such as PROM programmers. In general PC’s mainly PROM is used because we don’t have to alter any data to it

EPROM :- Known as “Erasable PROM” as the word refers “erasable” means we can change or erase the data. So in EPROM we have right to change the data. In this we can change the data with the help of ultra violet rays. EPROM is much expensive than PROM.

EEPROM :- Known as “Electrically Erasable PROM” the type of ROM which can be erased by electrical charges. EEPROM can be erased one byte at anytime rather than erasing the entire chip by ultra violet rays.

The place where we store our personal data in computer system is known as SM. In this we store data so that when the data is needed we can easily retrieve it. This is the fundamental component of comp. system. It is non volatile in nature so that we can not loose the data when power supply is off. There are two methods for accessing the data from it :- 1. Sequential – This is the method in which we search the data sequentially or line by line until you find the desired data. E.g.. Magnetic tape, etc. 2. Direct – This is the method in which computer can go directly to the information that the user wants. e.g. magnetic disk, optical disk, etc. Secondary Memory :-

Now I am going to discuss some of the secondary storage devices :- 1.Magnetic Tape :- Magnetic tape appears similar to the tape used in music cassettes. It is a plastic tape with magnetic coating. Mainly it is used to store music, movie, etc. it is not used to store data in it because as we know it comes under sequential access and it reads data line by line so that we can’t find the exact location of data.

2. Magnetic Disk :- This is widely used popular storage medium for direct access secondary storage. This is the place where data are automatically save when we click on save button. It is non- volatile so that once data is stored in it will not lost when power goes off. This is the storage device where we mainly store or install OS for system. Some of the magnetic disk are as follows :- Hard Disk Floppy Disk, etc.

Hard Disk Hard Disk also known as “Hard Drive” or “Fixed Drive”. This is the place where we store our data or information so that we can retrieve for further use. This is the place where we install our OS so that we can run our computer. Hard disk comes fix in our system and if you require more hard disk then it comes in removable also. The average computer today comes with a 250 to 500 gb hard drive.

Floppy Disk This is removable, round, flat piece of Mylar plastic, coated with a ferric oxide. this kind of disk is read and written by Floppy Disk Drive (FDD), which is a device which performs basic operations on disk including reading and writing of data to it. This was used to transfer data from one computer to another. Earlier 5 ¼” floppy disks were used but these disks have less storage capacity so new format of 3 1/2” floppy disk came in market. Now a days floppy disk are not used because off less storage and high rate.

Optical Disk This is the secondary storage medium in which you can store much more data in it. This is flat, circular, plastic disk coated with material. Optical disk is very popular because of its small size and huge storage capacity. You must have optical disk reader in your computer so that you can read or write data on it. There are two types of optical disk :- 1.CD 2.DVD

CD. Known as “Compact Disk”, mainly used to store data, music, movie, software, etc. it can store 80 minutes of continues video recording. The space of CD is up to 700 mb. Due to its high storage capacity it is widely used. The data are store in it is in the form of “Pitts”. To avail the services of CD your computer should have CD drive. There are two types of CD :- 1.CD ROM. 2.CD R/W.

DVD Known as “Digital Versatile Disk”. It is high capacity storage medium. Mainly used to store movie, music, software, etc. the storage capacity of DVD is up to 4.7 gb. It looks similar to CD but due to its high storage capacity it is not cheaper as CD. To avail the facility of DVD you must have DVD drive in your computer. DVD drive also gives you facility to run CD disks too. Types of DVD :- 1.DVD ROM. 2.DVD R/W.