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:

Slides:



Advertisements
Similar presentations
Output devices Convert from electronic form to some other form
Advertisements

CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS
Introduction to Storage Devices
Storage Devices.
Introduction to Computers
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
What Is A Computer System?
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
Data Storage Lecture 3 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Introduction to Computers
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Data Storage Technology
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,
Computer Fundamentals
Storage.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Introduction to Computers
Chapter 2: CPU &Data Storage. CPU Each computer has at least one CPU Each computer has at least one CPU CPU execute instructions to carry out tasks –
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
Discovering Computers 2012: Chapter 4
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
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.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computers
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Overview of Physical Storage Media
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.
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.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Storage Devices. Storage Store information Storage involve two processes: Writing or recording the data so it can be found later for use, Reading the.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
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.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Reference: Chp 6 Introduction to Computers by Peter Norton
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Chapter 6 Storage By Hussein Alhashimi.
Storage capacity of a computer
Memory and storage AS identifies the main hardware components of at least two types of computer. AS states and discusses the implications.
Computer Science 210 Computer Organization
Backing Store.
Welcome to the Presentation on Introduction to Computers
Secondary Storage Devices…. What is a Secondary Storage
Introduction to Computers
Introduction to Computers
Chapter 7.
Introduction to Storage Devices
Storage Chapter 7.
Chapter 7 Storage.
Secondary Storage Devices
Introduction to Computers
Mass storage (secondary storage)
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Computer Performance & Storage Devices
Lesson 9 Types of Storage Devices.
Computer Performance & Storage Devices
Memories and storage devices
Presentation transcript:

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: CD-R Drive,CD-RW disks,DVD,Blue ray Discs.

3

4 Memory

5 1. Introduction Memory Devices (RAM,ROM,PROM,EPROM) Storage Devices (Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk.Optical Disks: CD-R Drive,CD-RW disks,DVD,Blue ray Discs)

6

Characteristics of Storage Devices Speed Volatility Access method Portability Cost and capacity 7

8 Basic Units Of Measurement Bit Binary digit Smallest unit of measurement Two possible values 0 1 on off OR Byte 8 bits

9 Small Units Of Measurement (Processor And Memory Speed) Millisecond (ms) – a thousandth of a second (1/1,000 = ) Microsecond (μs) - a millionth of a second (1/1,000,000 = ) Nanosecond (ns) – a billionth of a second (1/1,000,000,000 = )

10 Large Units Of Measurement (Memory, Storage) Note: powers of two are used because computer memory and storage are based on the basic unit (bit). Kilobyte (KB) – a thousand bytes (1,024 = 2 10 ) Megabyte (MB) - a million (1,048,576 = 2 20 )

11 Large Units Of Measurement (Memory, Storage) Gigabyte (GB) – a billion (1,073,741,824 = 2 30 ) –~ A complete set of encyclopedias requires about 700 MB of storage –~ 30 minutes of video (1/4 of the information stored on a typical DVD)

12 Large Units Of Measurement (Memory, Storage) Terabyte (TB) – a trillion (1,099,511,627,776 = 2 40 ) –~ 20 million four-drawer filing cabinets full of text –~ 200 DVD’s of information

13 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks: CD-R Drive,CD-RW disks,DVD,Blue ray Discs.

14 Memory Devices –Memory: Is one or more sets of chips that store data/program instructions, either temporarily or permanently. –It is critical processing component in any computer –PCs use several different types 2. RAM,ROM,PROM,EPROM

15 RAM,ROM,PROM,EPROM Memory Devices –Two most important are RAM(Random Access Memory) ROM(Read-only Memory) –They work in different ways and perform distinct functions –CPU Registers –Cache Memory

16 RAM RAM is packaged as a chip. Basic storage unit is a cell (one bit per cell). Multiple RAM chips form a memory. Random Access Memory Volatile Used for temporary storage Typical ranges 256 MB - 4 GB Random Access means direct access to any part of memory

Nonvolatile Memories(ROM) DRAM and SRAM are volatile memories Lose information if powered off. Nonvolatile memories retain value even if powered off. Generic name is read-only memory (ROM). Misleading because some ROMs can be read and modified. 17

Nonvolatile Memories(ROM) Types of ROMs Programmable ROM (PROM) Eraseable programmable ROM (EPROM) Electrically eraseable PROM (EEPROM) Flash memory (used in portable digital devices) Firmware (Program instruction used frequently) Program stored in a ROM Boot time code, BIOS (basic input/output system) graphics cards, disk controllers. 18

19 Memory

20 3. Storage Vs. Memory Memory (e.g., RAM) Keep the information for a shorter period of time (usually volatile) Faster More expensive

21 3. Storage Vs. Memory Storage (e.g., Hard disk) The information is retained longer (non-volatile) Slower Cheaper

22 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks: CD-R Drive,CD-RW disks,DVD,Blue ray Discs.

23 Categories Of Storage Magnetic –Floppy disks –Zip disks –Hard drives Optical –CD-ROM –DVD Solid state storage devices –USB Key (a very common form of solid state storage)

Magnetic Storage Exploits duality of magnetism and electricity Converts electrical signals into magnetic charges Captures magnetic charge on a storage medium Later regenerates electrical current from stored magnetic charge Polarity of magnetic charge represents bit values zero and one 24

1.Magnetic Drives 25

Magnetic Disk Flat, circular platter with metallic coating that is rotated beneath read/write heads Random access device; read/write head can be moved to any location on the platter Hard disks and floppy disks Cost performance leader for general-purpose on-line secondary storage 26

1.Magnetic Drives: Storage Capacities Floppy disks ~ 1 MB Hard drives ~80 – 500 GB (TB is possible but very rare) 27

A floppy disk is a portable, inexpensive storage medium that consists of a thin, circular, flexible plastic disk with a magnetic coating enclosed in a square-shaped plastic shell. 28

Structure Of Floppy Disks Initially Floppy disks were 8-inches wide, they then shrank to 5.25 inches, and today the most widely used folly disks are 3.5 inches wide and can typically store 1.44 megabytes of data. A folly disk is a magnetic disk, which means that it used magnetic patterns to store data. Data in floppy disks can be read from and written to. Formatting is the process of preparing a disk for reading and writing. A track is a narrow recording band that forms a full circle on the surface of the disk. 29

Hard Disks Another form of auxiliary storage is a hard disk. A hard disk consists of one or more rigid metal plates coated with a metal oxide material that allows data to be magnetically recorded on the surface of the platters. The hard disk platters spin at a high rate of speed, typically 5400 to 7200 revolutions per minute (RPM). Storage capacities of hard disks for personal computers range from 10 GB to 120 GB (one billion bytes are called a gigabyte). 30

31 sectors each track is divided into pie- shaped wedges cluster two or more sectors combined tracks data is recorded in concentric circular bands

Optical Mass Storage Devices Store bit values as variations in light reflection Higher areal density & longer data life than magnetic storage Standardized and relatively inexpensive Uses: read-only storage with low performance requirements, applications with high capacity requirements & where portability in a standardized format is needed 32

2.Optical Drives CD's (Compact Disk) ~ 700 MB storage CD-ROM (read only) CD-R: (record) to a CD CD-RW: can write and erase CD to reuse it (re-writable) DVD(Digital Video Disk) 33

Compact Discs (CD) A compact disk (CD), also called an optical disc, is a flat round, portable storage medium that is usually 4.75 inch in diameter. A CD-ROM (read only memory), is a compact disc that used the same laser technology as audio CDs for recording music. In addition it can contain other types of data such as text, graphics, and video. The capacity of a CD-ROM is 650 MB of data. 34

35 DVD-ROM –Over 4 GB storage (varies with format) –DVD- ROM (read only) –Many recordable formats (e.g., DVD-R, DVD-RW;..) –Are more highly compact than a CD. –Special laser is needed to read them DVD (Digital Video Disk)

Blu-ray Technology Name Derived from the blue-violet laser used to read and write data. Developed by the Blu-ray Disc Association with more than 180 members. Dell Sony LG 36

37 Thank You