This document summarizes different types of computer memory. It discusses primary memory like RAM, which is temporary storage for active programs and data. It also discusses secondary memory like magnetic tapes, disks, and floppy disks for long-term and portable storage. Specifically, it provides details on RAM, ROM, cache memory, magnetic tapes, magnetic disks, and floppy disks - describing what each is, how they work, their storage capacities and purposes.
2. Group member
Kawsar hamid ID:131-15-2223
Our presentation tropic is memory system of a compture
3. What is memory
Memory is the workspace for the processor. It is a
temporary storage area where the programs and data
being operated on by the processor must reside. Memory
storage is considered temporary because the data and
programs remain there only as long as the computer has
electrical power or is not reset.
4. Classification of memory
There are two kinds of computer memory:
1. primary memory. RAM is an example of primary
memory.
2. Secondary memory. Floppy disks , magnetic disk ,are
example of Secondary memory.
Now I describe all type of memory
5. Random Access Memory (RAM)
The primary storage is referred to as random access
memory (RAM) because it is possible to randomly select
and use any location of the memory directly store and
retrieve data . It takes same time to any address of the
memory as the first address. It is also called read/write
memory .
6. Read Only Memory (ROM)
The ROM can only be read by the CPU but it cannot be
changed. The basic input/output program is stored in the
ROM that examines and initializes various equipment
attached to the PC when the switch is made ON. The
memories, which do not loose their content on failure of
power supply, are known as non-volatile memories. ROM is
non-volatile memory
7. Cache Memory
. CACHE memories are accessed much faster than
conventional RAM. It is used to store programs or data
currently being executed or temporary data frequently
used by the CPU. It is also very expensive to have bigger
size of cache memory and its size is normally kept small.
8. 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 we 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.
9. Magnetic Disks
We 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.
10. Floppy Disks
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.