You are on page 1of 17

In this type of accessing method, the memory location can be reached by just specifying the address.

An example of device that uses this type of Random Access method is RAM and ROM.

The smallest storage unit inside the computer is the bit. The bit contains either 0 or 1 Inside computer, each character is represented by 8 bits (one Byte)

The compute manufactures agree that each character has a specific sequence of bits.
Example : (A) is represented by 01000001(1 byte).

Example: of representing A, B, and C in memory:

The capacity for memories can be measured by some units such as:

There are two main types of memory: 1.Primary Storage 2.Secondary Storage

Primary storages are units which used to store data and information temporary.

It is a volatile memory.
Primary storage devices are more expensive than secondary storage devices.

Primary storage devices use random

There are many types of primary storage devices, the most famous types are: 1.Random Access Memory (RAM) 2.Read-only memory (ROM) 3.Cache Memory 4.Programmable ROM (PROM)

It is a volatile memory, which means that the data will be lost when the power turn off.

This type of memory used to save data temporarily (for short period of time).
Computer processing speed depends on the size of RAM, more RAM means more processing speed.

It is nonvolatile memory, which means that the data will not be lost when the power turn off. It contains data that guide the computer when starting up and other instructions. ROM is read only memory which means that the CPU has no ability to make any change of this memory. User has no access to this memory. ROM capacity depends on ROM manufactures and the requirements.

It is a type of memory which is used to store instructions that are used most often in the CPU. Cache memory is located between CPU and RAM.

Cache memory is faster than RAM because the instructions travel shorter distance to the CPU.
The advantage of cache memory is increasing the computer processing speed. The disadvantages of cache are that it is expensive and has small size.

It is a type of ROM that can be programmed. It comes without instructions and the user program it according to his requirements. Once PROM programmed, it is not possible to make any changes or reprogram it.

There are other types of ROM memories such as EPROM (can be erased and programmed again)

Secondary storages are units which used to store data, information, systems software, and applications software permanently (nonvolatile).
It can store huge amount of data. It is cheaper than primary storage.

There are many types of storage devices, the most famous types are: 1.Floppy Disks 2.Hard Disks 3.Compact Disk (CD) 4.Digital Video Disk (DVD)

You might also like