Skip to content
Learnearn.uk » A Level Computer Science Home » Types of ROM

Types of ROM

ROM

Read Only Memory

Read only memory is a form of hard-wired memory non-volatile memory, the contents of which cannot be changed once manufactured. ROM memory is commonly used to store programs that will not change during its lifetime. This form of memory is expensive and therefore is largely unused in recent years.

Usage

Used in some mature systems that don’t require updates and require stability (e.g. keyboards)

Advantages

  • Unlike software and some forms of firmware(ERPOM,EEPROM) the contents cannot be changed after manufacture, making the chip itself un-hackable

Disadvantages

  • The chips cannot only be used for one specific purpose/device and therefore they are expensive
  • If bugs are found in the code, or an update is required to support hardware changes then a new ROM chip must be installed.

The term is also used to describe the memory stored on ROM BOIS/CMOS, though this is technically not true as newer BIOS chips can be flashed electronically.

 

PROM

EPROM

EEPROM