ROM exclusively retains information that can solely be
accessed for reading purposes. Altering data stored in ROM
presents a challenge. Serving as the nonvolatile memory of a computer system, ROM ensures that data and
instructions remain intact even when the power supply is disconnected. Unlike volatile memory types, ROM doesn’t require a constant power supply to preserve stored data. The instructions within ROM are embedded during manufacturing by the respective manufacturer. Given its read-only nature, users cannot modify the contents of ROM. This type of memory commonly stores BIOS (Basic Input Output System) information essential for booting up the computer. The programs housed in ROM are known as firmware. Variants of ROM include PROM, EPROM, and EEPROM.
i.
PROM: PROM, or Programmable
Read-Only Memory, refers to a type of ROM with a unique characteristic: it can be programmed just once but read multiple times thereafter. Once data and instructions are stored in PROM, they become permanent and cannot be erased. Similar to other ROM types, PROM maintains its contents even when the power is
off. Unlike ROM, which comes with pre-installed contents during manufacturing, PROM is initially blank upon manufacture. To write data onto PROM, a specialized device called a PROM programmer or PROM burner is employed. Once programmed, PROM cannot be altered or erased, making it suitable for storing permanent data in digital electronic devices.
ii. EPROM: Erasable Programmable Read-Only Memory (EPROM) is a form of ROM that offers the capability of being reprogrammed multiple times. However, reprogramming EPROM requires specialized techniques involving UV (ultraviolet) light rays. The contents stored on EPROM can be erased and rewritten using these UV rays. It’s important to note that frequent erasures of EPROM can lead to wear and tear, potentially affecting its lifespan.
iii. EEPROM: Electrically Erasable Programmable Read-Only Memory (EEPROM) is a variation of EPROM that offers the capability to erase and write data electronically using electrical signals within a millisecond. Unlike traditional EPROM, EEPROM does not require special techniques or laboratory conditions to delete or write content onto it. This flexibility allows for the efficient modification of data without the need for external tools or UV light exposure. Whether it’s a single byte of data or the entire content of the device, EEPROM provides the convenience of electrically erasable and writable memory.
Leave Your Comment