There are two types of storage media in computing:
- Primary storage (memory)
- Secondary storage
this is the memory that provides the brain of a computer withe data and instructions at run time.
Primary storage is basically divided into two:
- Random Access Memory(RAM)
- Read Only memory (ROM)
That is, the brain of a computer has direct access to the RAM.
ROM is built into logic of the memory chips and fixed into the mother board with some programs supplied by the manufacturer to operate the computer. The basic input and out put program is stored in the ROM. This program in the ROM is responsible for examining and initializing various equipment attached to the computer when the computer is from it. It is non-volatile
Types of ROM
there are two types of ROM:
programmable read only memory(PROM)
Erasable Programmable read only memory(EPROM)