2.6 SECONDARY
STORAGE
You are now
clear that the operating speed of primary memory or main memory should be as
fast as possible to cope up with the CPU speed. These high-speed storage
devices are very expensive and hence the cost per bit of storage is also very
high. Again the storage capacity of the main memory is also very limited. Often
it is necessary to store hundreds of millions of bytes of data for the CPU to
process. Therefore additional memory is required in all the computer systems.
This memory is called auxiliary memory
or secondary storage.
In this
type of memory the cost per bit of storage is low. However, the operating speed
is slower than that of the primary storage. Huge volume of data are stored here
on permanent basis and transferred to the primary storage as and when required.
Most widely used secondary storage devices are magnetic tapes and magnetic
disk.
1.
Magnetic
Tape: Magnetic tapes are used for large computers like mainframe
computers where large volume of data is stored for a longer time. In PC also
you can use tapes in the form of cassettes. The cost of storing data in tapes
is inexpensive. Tapes consist of magnetic materials that store data
permanently. It can be 12.5 mm to 25 mm wide plastic film-type and 500 meter to
1200 meter long which is coated with magnetic material. The deck is connected
to the central processor and information is fed into or read from the tape
through the processor. It similar to cassette tape recorder.
Advantages of Magnetic Tape:
· Compact: A 10-inch
diameter reel of tape is 2400 feet long and is able to hold 800, 1600 or 6250
characters in each inch of its length. The maximum capacity of such tape is 180
million characters. Thus data are stored much more compactly on tape.
· Economical: The cost
of storing characters is very less as compared to other storage devices.
· Fast: Copying of
data is easier and fast.
· Long term
Storage and Re-usability: Magnetic tapes can be used for long term storage and
a tape can be used repeatedly with out loss of data.
2.
Magnetic
Disk: You might have seen the gramophone record, which is circular
like a disk and coated with magnetic material. Magnetic disks used in computer
are made on the same principle. It rotates with very high speed inside the
computer drive. Data is stored on both the surface of the disk. Magnetic disks
are most popular for direct access storage
device. Each disk consists of a
number of invisible concentric circles
called tracks. Information is
recorded on tracks of a disk surface in the form of tiny magnetic spots. The
presence of a magnetic spot represents one
bit and its absence represents zero bit. The information stored in a disk
can be read many times without affecting the stored data. So the reading
operation is non-destructive. But if you want to write a new data, then the
existing data is erased from the disk and new data is recorded.
3.
Floppy
Disk: It is similar to magnetic disk discussed above. They are 5.25
inch or 3.5 inch in diameter. They come in single or double density and
recorded on one or both surface of the diskette. The capacity of a 5.25-inch
floppy is 1.2 mega bytes whereas for 3.5 inch floppy it is 1.44 mega bytes. It
is cheaper than any other storage devices and is portable. The floppy is a low
cost device particularly suitable for personal computer system.
4.
Optical
Disk:
With every
new application and software there is greater demand for memory capacity. It
is the necessity to store large volume of data that has led to the development
of optical disk storage medium. Optical disks can be divided into the following
categories:
1.
Compact
Disk/ Read Only Memory (CD-ROM): CD-ROM disks are made of
reflective metals. CD-ROM is written during the process of manufacturing by
high power laser beam. Here the
storage density is very high, storage cost is very low and access time is
relatively fast. Each disk is approximately 4 1/2 inches in diameter and can
hold over 600 MB of data. As the CD-ROM can be read only we cannot write or make changes into the data contained
in it.
2.
Write Once,
Read Many (WORM): The inconvenience that we can not write any thing in
to a CD-ROM is avoided in WORM. A WORM allows the user to write data
permanently on to the disk. Once the data is written it can never be erased
without physically damaging the disk. Here data can be recorded from keyboard,
video scanner, OCR equipment and other devices. The advantage of WORM is that
it can store vast amount of data amounting to gigabytes (109 bytes).
Any document in a WORM can be accessed very fast, say less than 30 seconds.
3. Erasable Optical Disk: These are optical
disks where data can be written, erased and re-written. This also applies a
laser beam to write and re-write the data. These disks may be used as
alternatives to traditional disks. Erasable optical disks are based on a
technology known as magnetic optical
(MO). To write a data bit on to the erasable optical disk the MO drive's laser
beam heats a tiny, precisely defined point on the disk's surface and magnetises
it.
2.7 INPUT
OUTPUT DEVICES
A computer
is only useful when it is able to communicate with the external environment.
When you work with the computer you feed your data and instructions through
some devices to the computer. These devices are called Input devices. Similarly
computer after processing, gives output through other devices called output
devices.
For a
particular application one form of device is more desirable compared to
others. We will discuss various types of I/O devices that are used for
different types of applications. They are also known as peripheral devices
because they surround the CPU and make a communication between computer and the
outer world.
2.7.1 Input
Devices
Input
devices are necessary to convert our information or data in to a form which can
be understood by the computer. A good input device should provide timely, accurate and useful data to the main memory
of the computer for processing followings are the most useful input devices.
1. Keyboard: - This is
the standard input device attached to all computers. The layout of keyboard is
just like the traditional typewriter of the type QWERTY. It also contains some
extra command keys and function keys. It contains a total of 101 to 104 keys. A
typical keyboard used in a computer is shown in Fig. 2.6. You have to press
correct combination of keys to input data. The computer can recognise the
electrical signals corresponding to the correct key combination and processing
is done accordingly.
2.
Mouse: - Mouse is
an input device shown in Fig. 2.7 that is used with your personal computer. It
rolls on a small ball and has two or three buttons on the top. When you roll
the mouse across a flat surface the screen censors the mouse in the direction
of mouse movement. The cursor moves very fast with mouse giving you more
freedom to work in any direction. It is easier and faster to move through a
mouse.
3. Scanner: The
keyboard can input only text through keys provided in it. If we want to input a
picture the keyboard cannot do that. Scanner is an optical device that can
input any graphical matter and display it back. The common optical scanner
devices are Magnetic Ink Character Recognition (MICR), Optical Mark Reader
(OMR) and Optical Character Reader (OCR).
· Magnetic
Ink Character Recognition (MICR): -
This is widely used by banks to process large volumes of cheques and drafts.
Cheques are put inside the MICR. As they enter the reading unit the cheques
pass through the magnetic field which causes the read head to recognise the
character of the cheques.
· Optical
Mark Reader (OMR): This technique is used when students have appeared in
objective type tests and they had to mark their answer by darkening a square or
circular space by pencil. These answer sheets are directly fed to a computer
for grading where OMR is used.
· Optical
Character Recognition (OCR): -
This technique unites the direct reading of any printed character. Suppose you
have a set of hand written characters on a piece of paper. You put it inside
the scanner of the computer. This pattern is compared with a site of patterns
stored inside the computer. Whichever pattern is matched is called a character
read. Patterns that cannot be identified are rejected. OCRs are expensive
though better the MICR.
2.7.2 Output
Devices
1. Visual Display Unit: The most
popular input/output device is the Visual Display Unit (VDU). It is also called
the monitor. A Keyboard is used to input data and Monitor is used to display
the input data and to receive massages from the computer. A monitor has its own
box which is separated from the main computer system and is connected to the
computer by cable. In some systems it is compact with the system unit. It can
be color or monochrome.
2. Terminals: It is a very popular interactive
input-output unit. It can be divided into two types: hard copy terminals and soft copy terminals. A hard copy terminal provides a printout
on paper whereas soft copy terminals provide visual copy on monitor. A terminal
when connected to a CPU sends instructions directly to the computer. Terminals
are also classified as dumb terminals or intelligent terminals depending upon
the work situation.
3. Printer: It is an important output device
which can be used to get a printed copy of the processed text or result on
paper. There are different types of printers that are designed for different
types of applications. Depending on their speed and approach of printing,
printers are classified as impact and
non-impact printers. Impact printers
use the familiar typewriter approach of hammering a typeface against the paper
and inked ribbon. Dot-matrix printers
are of this type. Non-impact printers do not hit or impact a ribbon to print.
They use electro-static chemicals and ink-jet technologies. Laser printers and Ink-jet printers are of this type. This type of printers can
produce color printing and elaborate graphics.
IN-TEXT QUESTIONS 3
1.
Distinguish between impact and non-impact printers.
2. Define soft copy and hard copy terminals.
3. Write True or False:
(a) Secondary memory is called
Auxiliary memory.
(b) The magnetic tapes and magnetic
disk are primary memories.
(c) A CD-ROM is read only memory.
(d) Mouse is an output device.
(e) Printer is an important output
device.
No comments:
Post a Comment