Memory Types
Memory Types
A memory is just like a human brain. It is used to store data and instructions.
Computer memory is the storage space in computer where data is to be processed
and instructions required for processing are stored. The memory is divided into
large number of small parts called cells. Each location or cell has a unique address
which varies from zero to memory size minus one. For example if computer has
64k words, then this memory unit has 64 * 1024=65536 memory locations. The
address of these locations varies from 0 to 65535.
Memory is primarily of three types
Cache Memory
Secondary Memory
Cache Memory
Cache memory is a very high speed semiconductor memory which can speed up
CPU. It acts as a buffer between the CPU and main memory. It is used to hold
those parts of data and program which are most frequently used by CPU. The parts
of data and programs are transferred from disk to cache memory by operating
system, from where CPU can access them.
Advantages
The advantages of cache memory are as follows:
It stores the program that can be executed within a short period of time.
Disadvantages
The disadvantages of cache memory are as follows:
It is very expensive.
Secondary Memory
This type of memory is also known as external memory or non-volatile. It is slower
than main memory. These are used for storing data/Information permanently. CPU
directly does not access these memories instead they are accessed via inputoutput routines. Contents of secondary memories are first transferred to main
memory, and then CPU can access it. For example : disk, CD-ROM, DVD etc.
Characteristic of Secondary Memory
It is non-volatile memory.
RAM(Random Access Memory) is the internal memory of the CPU for storing data,
program and program result. It is read/write memory which stores data until the
machine is working. As soon as the machine is switched off, data is erased.
Access time in RAM is independent of the address that is, each storage location
inside the memory is as easy to reach as other locations and takes the same
amount of time. Data in the RAM can be accessed randomly but it is very
expensive.
RAM is volatile, i.e. data stored in it is lost when we switch off the computer or if
there is a power failure. Hence a backup uninterruptible power system(UPS) is
often used with computers. RAM is small, both in terms of its physical size and in
the amount of data it can hold.
RAM is of two types
Faster
Large size
Expensive
Used as RAM
Lesser in size
Less expensive
ROM stands for Read Only Memory. The memory from which we can only read but
cannot write on it. This type of memory is non-volatile. The information is stored
permanently in such memories during manufacture. A ROM, stores such
instructions that are required to start a computer. This operation is referred to as
bootstrap. ROM chips are not only used in the computer but also in other electronic
items like washing machine and microwave oven.
Non-volatile in nature
Easy to test
Features of Motherboard
A motherboard comes with following features:
Popular Manufacturers
Intel
ASUS
AOpen
ABIT
Biostar
Gigabyte
MSI
Description of Motherboard
The motherboard is mounted inside the case and is securely attached via small
screws through pre-drilled holes. Motherboard contains ports to connect all of the
internal components. It provides a single socket for CPU whereas for memory,
normally one or more slots are available. Motherboards provide ports to attach
floppy drive, hard drive, and optical drives via ribbon cables. Motherboard carries
fans and a special port designed for power supply.
There is a peripheral card slot in front of the motherboard using which video cards,
sound cards and other expansion cards can be connected to motherboard.
On the left side, motherboards carry a number of ports to connect monitor, printer,
mouse, keyboard, speaker, and network cables. Motherboards also provide USB
ports which allow compatible devices to be connected in plug-in/plug-out fashion
for example, pen drive, digital cameras etc.
Unit
Description
Bit (Binary
Digit)
Nibble
Byte
Word
Unit
Description
Kilobyte (KB)
1 KB = 1024 Bytes
Megabyte (MB)
1 MB = 1024 KB
GigaByte (GB)
1 GB = 1024 MB
TeraByte (TB
1 TB = 1024 GB
PetaByte (PB)
1 PB = 1024 TB