Erasable Programmable Read-Only Memory(EPROM)

EPROM is reorganized. Whereas PROM is more expensive, EPROM is non-volatile. Erasable Programmable Read-Only Memory is for erasing and rewriting the programming. EPROM is more economical than PROM. The data stored in EPROM can be erased and reprogrammed again by ultraviolet light. Reprogrammed of it is limited. Before the era of EEPROM and flash memory, EPROM was used in microcontrollers.

Advantages of Erasable Programmable Read-Only Memory

  • In Erasable Programmable Read-Only Memory, programme be erased and rewritten.
  • The nature of EPROM is non-volatile.
  • EPROM is more economical than PROM.
  • It Delete all of the prior data in order to reprogram it.

Disadvantages of Erasable Programmable Read-Only Memory

  • EPROM cannot erase a single byte on its own. if you delete a single byte, all of EPROM’s bytes are also destroyed.
  • Data deletion from the EPROM Memory Chip requires extra time.
  • Changing the stored data when system needs change is quite costly.
  • Users can not add information frequently and guidelines based on what they need.

Different Types of ROM

ROM (read-only memory), and flash memory are examples of non-volatile memory. Whereas volatile memory is a temporary memory. In this memory, the data is stored till the system is capable of, but once the power of the system is turned off the data within the volatile memory is deleted automatically.

Similar Reads

What is ROM?

ROM is a nonvolatile storage media used in computer systems and other electronic devices Its main purpose is to store data that can only be read and not changed, making it easier for different hardware components to communicate with one another. A particular kind of storage material called read-only memory(ROM) is frequently employed in personal computers and other electronic devices to store data permanently....

Different Types of ROM

Below are three types of ROM. Let’s discuss in detail....

1. Electrically Erasable Programmable Read-Only Memory(EEPROM)

EEPROM, allows data to be evacuated without the need for UV radiation by using an electric field. Erasing a chip is limited to specific regions. Writing new data or erasing old data does not involve removing the EEPROM from the device. Data is uploaded into and removed from EEPROMs using electric current....

2. Mask ROM

Mask ROM is a type of read-only memory(ROM) whose capacity are programmed by the integrated circuit manufacturer. The memory are furnished by the customer to the device manufacturer. Mask ROM is not able to allow the user to alter the data contained therein, much like other forms of ROM.It is possible to erase data from the Mask ROM chip byte by byte....

3. Erasable Programmable Read-Only Memory(EPROM)

EPROM is reorganized. Whereas PROM is more expensive, EPROM is non-volatile. Erasable Programmable Read-Only Memory is for erasing and rewriting the programming. EPROM is more economical than PROM. The data stored in EPROM can be erased and reprogrammed again by ultraviolet light. Reprogrammed of it is limited. Before the era of EEPROM and flash memory, EPROM was used in microcontrollers....

4. Programmable Read-Only Memory(PROM)

PROM has the ability to program it. Data and instructions cannot be altered after they have been programmed. Due to the simplicity of its circuitry, this memory is more dependable. Hardwiring the ROM chip is not necessary for programming. The data stored in it are permanently stored and can not be changed or erasable. It is used in low-level programs such as firmware or microcode....

Conclusion

In this article we have learned about Different Types of ROM. ROM facilitates communication between different hardware parts. The only thing you can do with the data in ROM is read it. you cannot alter it....

Frequently Asked Questions on Different Types of ROM – FAQs

Why ROM is called read-only memory?...