2021 y NOTES - 2
2021 y NOTES - 2
UNITS OF MEMORY:
The binary digits 0 and 1, which are the basic unit of memory, are called BITS.
Theses bits are grouped together to formWORDS.
A FOUR-bit word is called a NIBBLE (Eg: 1010,1110,1001,etc.).
An EIGHT-bit word is called a BYTE (Eg: 10100101, 01001101,etc.).
COMPUTER MEMORY UNITS
1. TYPES OFMEMORY:
o Computers have TWO types ofmemory:
th
F 061, Rev 01, dtd10 March 2020
1. Primarymemory
2.Secondarymemory
1. PRIMARY MEMORY:
It is an essential component of a computer system.
Program and data are loaded into the primary memory before processing.
The CPU interacts directly with the primary memory to perform read / write operation.
There are TWO types of primarymemory:
a. RAM (Random Access Memory)
b. ROM (Read Only Memory)
RAM ROM
1. Random Access Memory 1. Read Only Memory
2. Volatile Memory 2. Non-Volatile memory
3. The content stored in RAM will loss
3. The content stored in ROM will be
even when the power is switched off.
remains same even when the power is
turned off.
4. It is used for storing the data temporarily 4. It is used as a small but faster
while the computer is working. Permanent memory.
5. Both Read and write operations can 5. Only Read operation can take
take place. Place.
NOTE: ROM is slower than RAM: Because it is used to store several essential instructions to check
basic hardware components such as booting (BIOS: Basic Input Output System), procedure to load
Operating System and frequently needed functions.
2.SECONDARYMEMORY:
It is a Non-Volatile memory.
It has large storage capacity than primary memory.
It is slower and cheaper than the primary memory, but it cannot be accessed
directly bythe CPU.
Contents of the secondary storage need to be first brought into the primary
memory forthe CPU toaccess.
Primary memory has limited storage capacity, either in RAM (or) ROM. Thus a
computer system needs auxiliary (or) secondary memory to permanently store the
data or instructions for futureuse.Eg:HDD (Hard DiskDrive),SSD (Solid-
StateDrive),CD (CompactDisc),DVD (Digital Versatile Disc / Digital
VideoDisc),USB (Universal SerialBus),BLU RAY DISC. etc
3.CACHE MEMORY:
It is a very high speed memory is placed between the CPU and the primary memory It stores the
copies of the data from frequently accessed primary memory locations,thus reducing the
th
F 061, Rev 01, dtd10 March 2020
average time required to access data from primarymemory.
th
F 061, Rev 01, dtd10 March 2020
Classification of Software
SOFTWARE
LANGUAGE PROCESSORS
CUSTOMISED SOFTWARE
DEVICE DRIVERS
FUNCTIONS:
Reading and receiving information.
Translating Data and instructions.
Controlling all peripheral devices (input and output).
Processing and generating output.
(3) Utility software: Which helps to manage, maintain and control computer resources.
E.g.Are antivirus software, backup software and disk tools. (System maintenance
software)
th
F 061, Rev 01, dtd10 March 2020