Chapter 3
Chapter 3
3.0 Objectives
3.1 Introduction
3.2 Primary Storage
3.3 Secondary Storage Devices
3.4 Summary
3.6 Questions for Self – Study
3.0 OBJECTIVES
This chapter “Primary Storage and Secondary Storage Devices” will enable you to
Explain what is a storage unit and the criteria according to which the different types of
storage are ranked.
Describe various types of storage devices and their storage capacities.
Discuss various concepts related to memory of the computer
3.1 INTRODUCTION: Storage Unit:
A storage unit is that part of the computer system which is used to store the data and instructions
to be processed. There are two types of storage:
1) Primary storage
2) Secondary storage.
Primary memory is also known as internal memory. This is a section of the CPU which holds
program instructions, input data and intermediate results. Primary memory is also known as main
memory.
Secondary storage is a memory that is stored external to the computer. It is used mainly for
permanent and long-term storage of programs and data.
3.1.1 Characteristics of Storage units:
The storage units have special characteristics which decide the:
Speed of operation of the computer,
Its efficiency,
Cost and
The amount of data which the computer can store.
The storage unit of the computer is graded according to the following characteristics (whether
primary or secondary):
• Access time: This is the time required to locate and retrieve a particular data from the storage
unit. A fast access to data and programs always yields higher efficiency.
• Storage Capacity: Storage capacity is the amount of data that can be stored by a storage unit.
Large capacity of data storage is always desirable. As seen earlier, the smallest unit of data
which the computer understands is the bit. A group of 8 bits forms a byte. The storage capacity
of a computer system is defined in terms of bytes or words. One kilobyte (1 KB) is 2 ^ 10 (2 10) or
1024 bytes, eg. 4 KB memory implies that it can store 4 x 1024 bytes or characters. Storage
capacities of primary and secondary units are measured in Kilobytes, megabytes, gigabytes,
terabytes.
• Cost: Low-cost storage media are always desirable. Thus, storage units with faster access time,
higher storage capacity and low costs are the ones which are considered to be of a superior
nature.
3.2 PRIMARY STORAGE
Primary storage is characterized by faster access time, less storage capacity and higher costs as
compared to secondary storage units. Primary storage or main memory is that part of the
computer system which stores the programs, data and intermediate results during the program
execution. A primary storage comes as an integral part of all computer systems. It comprises of a
number of small locations. Each location has a unique number assigned to it. This is called as the
address of the location and it is used to identify the location. Each location has a capacity to store
a fixed number of bits. The number of bits that a location can store is called as word length. Each
location contains the same number of bits. Normally, primary memory size ranges from a few
kilobytes on small computers to several thousand kilo bytes and megabytes on larger machines.
The primary storage is volatile. Whenever the power is turned off the data is lost. Primary
storage is also called Random Access Memory (RAM). RAM means it is possible to randomly
select and use any storage location for storage and retrieval of data. RAM is also called a
read/write memory because data can both be read from and written onto these units. When the
power is switched off the data stored in the RAM is lost.