What Is ROM (Read Only Memory)? – POFTUT

What Is ROM (Read Only Memory)?


ROM stands or Read-Only Memory. Memory is a component where we store information about the system. Read Only means we can only read information or data from memory and cannot change and write to the memory. Read-Only Memory is especially useful when we only need some data to start a system or run simple tasks. For example, in the following image, there is a ROM that is provided by the CollectorVision Games. This ROM is called a “ROM PACK” and contains multiple games that can be used in atari, Gameboy, etc.

Read Only Memory
Read Only Memory

ROM Types

As ROM usage is very popular in computers, laptops, PCs, servers, smartphones, printers, and other types of electrical devices different types of ROMs are developed according to needs. Here a list of ROM types.

  • Masked Read-Only Memory (MROM)
  • Programmable Read-Only Memory (PROM)
  • Erasable and Programmable Read-Only Memory (EPROM)
  • Electrically Erasable and Programmable Read-Only Memory (EEPROM)
ROM Types

MROM – Masked Read Only Memory

The early ROM type was hard-wired devices with a pre-programmed set of data and instruction. These are named as Masked ROM and these are inexpensive according to other types of ROM’s.

PROM – Programmable Read Only Memory

Programmable ROM can be programmed only once by the user. The user buys a PROM which is empty or not programmed. This PROM will than accept a program for a single time and we can not add extra after the first programming. PROM is also not erasable.

EPROM – Erasable and Programmable Read-Only Memory

Erasable and Programmable ROM as its name suggests erases and program the ROM over and over again. Read-Only Memory name made you confusing but EPROM can be erased and programmed multiple times. Erase can be done by putting EPROM to the ultra-violet light for 40 minutes. During programming an electrical charge and programmed is used with the insulated gate region. This charge retains more than 10 years which means after 10 year EPROM program will be deleted naturally.

LEARN MORE  Windows WMIC (Windows Management Interface Command) Tutorial with Examples

EEPROM – Electrically Erasable and Programmable Read-Only Memory

Electrically Erasable and Programmable ROM is named as EEPROM. EEPROM is similar to the EPROM where EEPROM is an enhanced version. EEPROM can be erased and reprogrammed about a thousand times. Erasing and deleting EEPROM will take 40 milliseconds. But programming an EEPROM will take slower than erasing it.

ROM Advantages

ROM provides some advantages over other types of memories like Read-Only Access Memory (RAM) etc. Here we will list the most popular of them.

  • Non-volatile
  • Can not be changed accidentally
  • Cheaper and inexpensive
  • Easy to use
  • More reliable
  • Do not require electricity over boots and restarts
  • Contents always are known and checked

ROM Disadvantages

As ROM’s has some advantages there are also some disadvantages of the ROM’s.

  • Changing contents requires special action
  • Little storage sizes like 16 Mb, 32 MB
  • Requires ultra-violet or electric for delete operation
  • Requires electric for programming

RAM vs ROM

Generally, RAM and ROM are compared with each other. Here are some of the differences between RAM and ROM

  • RAM provides volatility where ROM is static
  • RAM storage sizes are higher then ROM storage sizes
  • RAM is pricy then ROM
  • RAM used as the main memory for computers where ROM is used for the only bootstrap
  • RAM requires nonstop electric to store data where ROM can store data without electric

Leave a Comment