Skip to main content

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems

Storage Devices

Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc.

Why Secondary Storage Devices are Used?


Secondary storage devices are used because:
  1. Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased.
  2. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data.

Types Of Storage Devices


There are three main types of storage devices:


  •  Magnetic Tape 
  •  Magnetic Disk 
  •  Optical Disk 
  •  Flash Memory storage devices


1. Magnetic Tape



Magnetic tape is the oldest storage device. It is made of plastic coated with magnetic material. Data is stored on magnetic tape in the form of magnetic spots. Tape drive is used to read and write data on tape. Magnetic disk is sequential access device. It is slower device than magnetic disk or optical disk. Magnetic tapes are used in reels of different lengths, for example 200, 600, 1200 feet etc.

2. Magnetic Disk


A magnetic disk is a thin circular metal or plastic disk coated with magnetic material. Data is stored in the form of magnetic spots. Magnetic disk is random access device. It is faster than magnetic tape. There are three main types of magnetic disk:
a. Hard Disk b. Floppy Disk c. Zip Disk


a. Hard Disk


The hard disk is also called fixed disk. It consists of one or more metal plates. The plates are fixed in the drive. Metal plates are coated with magnetic material to store data. A motor rotates disks. There is also an access arm and read / write heads to read and write data on disks.
Following are major characteristics of hard disk:
- The storage capacity of hard disk is much greater than floppy disk.
- Now a days hard disks of size 40 GB, 80 GB or more are available.
- Hard disk is covered in a hard jacket and there are less chances of disk damage due to dust and mishandling.
- Now days Operating system and application programs are installed on hard disk.
- Before using a magnetic disk we use operating system to format the disk. Operating system divides the disk into circles called tracks. Each track is divided into pie-shaped areas called sectors. Data is stored in sectors. Each sector can store 512 bytes.

b. Floppy Disk

Floppy disk is a small plastic plate coated with magnetic material. Data is stored in magnetic spots. Main advantage of floppy disk is that it is used to transfer data from one computer to another. Floppy disk drive is used to read and write data on floppy disk.
Floppy disk is available in two sizes:
· 3 ½ INCH Floppy Disk
It is also called micro floppy disk. Its diameter is 3½ inch. It is covered in a hard plastic cover. Read/Write window is covered with a metal shutter. When disk is inserted into disk drive then shutter is automatically opened. It can be write protected by a notch. Storage capacity of micro floppy is 1.44 MB.
· 5¼ Inch floppy disk.
It is a 5¼ inch diameter plastic plate coated with magnetic material. Its storage capacity is 1.2 MB. It is not used in modern computers.

c. Zip Disk

Zip disk is similar to 3 ½ inch floppy disk. But it can store 100 MB or more data. Zip disk drive is used to read and write data on a zip disk.

3. Optical Disk


LASER technology is used to read and write data on Optical disk. LASER stands for Light Amplification through Emission of Radiation. Laser beam writes on the surface of optical disk by creating very small holes. The presence of hole represents a One and absence of the hole represents a Zero. There are following main types of optical disk.
1.CD-ROM, 2. CD-R or WORM, 3. CD-RW
4.DVD-ROM, 5. DVD-R, 6. DVD-RW, 7. Blue-Ray disk

 1. CD-ROM



CD-ROM stands for Compact Disk-Read Only Memory. The data stored on Cd-Rom can only be read. It cannot be deleted or changed. It is a portable storage device. Data can be easily transferred by CD Rom from one computer to another. Commonly it can store 650 MB / 700 MB/ 750 MB data. It is used to store large amounts of data like Software or audio/video data.We purchase Software, movies, dramas, lectures, books, wallpapers and other data on Cd-Rom. There are many Advantages of Compact Disk.

2. CD-R (CD Recordable) Or WORM (Write Once Read Many)

CD-R stands for Compact Disk -Recordable. Initially, it is a blank disk. User can store data on it only once. This is why it is also called WORM(Write Once Read Many) disk too. Because we can write data on it only once and later we can read many times. The devices to store data on CD-R are called CD Writers or CD Burners. We can write data on CD-R only once, but can read data many times. Because of this write once read many quality, CD-R is often known as WORM(write once read many).

3. CD-RW ( CD Rewritable )

CD-RW stands for Compact Disk Rewritable. This is a special type of CD. User can write data on it, if there is an error in writing data, he may erase the contents and rewrite again. CD-Writers are used to store data on CD-RW.

4. DVD - Digital Video Disk (DVD-ROM)

DVD stands for Digital Video Disk. A laser beam with a short wave length is used to create very very small holes on the surface of disk. So there are much more tiny holes on the surface of DVD as compared to that of CD. Therefore, storage capacity of DVD is much larger than CD. It can store up to 17 GB or more data. DVD-ROM is pre recorded and it can contain data like movies, videos and software etc. User cannot change or delete data from DVD-ROM. It is read only. There are several Benefits of using Digital Video Disk or DVD.

5. DVD-R (DVD-Recordable)

DVD-R stands for Digital Video Disk Recordable. Initially it is a blank disk. User can store data on disk only once. Then it becomes read only. It is normally used to store high definition video movies. DVD-Writers are used to store data on DVD-R.

6. DVD-RW ( DVD Rewritable)

DVD-RW stands for Digital Video Disk Rewritable. User can write data on disk many times by erasing the old data.

Blu-Ray Disk

Blu-Ray Disk is an optical disk used to store digital information such as high-definition video, and able to store more information than a standard DVD
Blu-ray Disk pronounced as Blue-ray Disk is the name of a new type of optical disc
format. The format offers more than five times the storage capacity of traditional DVDs. A Blu Ray disk can hold up to 25GB on a single-layer disc and 50GB on a dual-layer disc.

Moreover an other difference between DVD and Blu-Ray disk is that current optical disc technologies such as DVDs rely on a red laser to read and write data, whereas the new format ( Blu-Ray disk) uses a blue-violet laser instead, hence the name Blu-ray Disk.
blu-ray disk
Blu-ray disk


Here are some Differences Between CD and DVD.


4. Flash Memory Storage Devices

Flash memory is a non volatile memory - a kind of memory that retains data in the absence of a power supply. We can write new data on flash memory devices and can erase the existing data electronically.
Flash memory devices contain no moving parts.

Different types of flash memory storage devices are as follows:

Solid State Drives
USB Flash Drives
Memory Cards




Yo will also like to read:

Units of Storage

Types of ROM
Types of RAM
Types of Hardware

Test / Interview / VIVA VOCE  Questions Bank on HARDWARE





Comments

Alam said…
464 shares since its post, Great!
What are the differences between primary and secondary storage devices?
hitachi external hard drive

Popular posts from this blog

Introduction to Algorithms and Algorithmic Notation With Examples

Topic: Introduction to Algorithm and Algorithmic Notation With Examples What is an Algorithm? The step by step procedure to solve a particular problem is called an Algorithm .  A Good Programmer always writes algorithms before developing programs. Algorithmic Notation with example algorithms  Advantages of  writing an Algorithm The process of solving a problem becomes simpler and easier with the help of  algorithm. There are less chance of errors in the program, if we design algorithms before writing our programs in any programming language. We can convert an algorithm into a program of any programming language. It is not dependent on any programming language. Therefore it is easy to understand for anyone even without programming knowledge. What is the Relationship between an Algorithm and a Program Sponsored Links An algorithm is the sequenc of steps to perform a task, whereas a program is the set of statements to perfor...

What are Dual Devices or Both Input/ Output Devices

The devices that can be used to perform both functions -input and output- are called Dual Devices. These devices are also called Dual Purpose Devices or Both Input/Output Devices. With the help of a dual purpose device, we can enter data into computer as well as we can output data from the computer to outside world.  For example, Dual devices include:  Touch Screen Monitor, Modem, Network Interface Card, Sound card, Hard disk drive, Floppy disk Drive, Magnetic Tape Drive CD-Writer and DVD-Writer etc. These are also called Input/output devices, because they perform both functions. Touch Screen Monitor Dual Devices or Both Input / Output Devices - Touch screens Touch Screen Monitor is an input/output device. It uses a special touch sensitive screen. The User can enter data by touching icons or menus on the screen. As soon as the user selects a command from menu, output is displayed on screen. Commonly touch screen monitors use sensors to detect touch of finger. ...

Define Data and Information With Examples

DATA Data is the collection of raw facts and figures. Actually data is unprocessed, that is why data is called collection of raw facts and figures. Define Data and Information with Examples We collect data from different resources. After collection, data is entered into computer for processing. Data may be collection of words, numbers, pictures,  or sounds etc. Examples of Data 1) Student Data on Admission Forms When students get admission in a college. They fill admission form. This form  contains raw facts (data of student) like name, father’s name, address of student, obtained marks, photo graph etc. 2)    Data of Citizens During census, data of all citizens is collected. The staff will go house to house and collect data about citizens like number of persons living in a home, either they are literate or illiterate, number of children, data of each child, cast, religion, Computerized national Identity Card number, address, how many rooms and...