India Languages, asked by ashmanmomiparfza, 1 year ago

briefly explain different types of ROM

Answers

Answered by shivam10sep
15
Types of ROM



There are different variations on the classic ROM chips which were manufacturer produced and could not change. The most common are:

Programmable Read-Only Memory (PROM)

This type of ROM can be re-programmed by using a special device called a PROM programmer. Generally, a PROM can only be changed/updated once.

Erasable Programmable Read-Only Memory (EPROM)

This type of ROM can have its contents erased by ultraviolet light and then reprogrammed by an RPROM programmer. This procedure can be carried out many times; however, the constant erasing and rewriting will eventually render the chip useless.

Electrically Erasable Programmable Read-Only Memory (EEPROM)

This type of ROM works in a similar way to Flash memory in that it can its contents can be 'flashed' for erasure ad then written to without having to remove the chip from its environment. EEPROMs are used to store a computer system's BIOS, and can be updated without returning the unit to the factory. In many cases, BIOS updates can be carried out by computer users wishing a BIOS update.

Next: Flash Memory

Flash memory is an example of quite a recent type of storage technology known as solid state devices. This type of portable storage has become very popular because of its low price and high storage capacity compared to its rivals, e.g. floppy disk.

Solid state devices are regarded as being robust and reliable because they have no moving parts with the data stored in semiconductor chips. This technology already exists in the form of flash memory used to store the Basic Input/Output System (BIOS) of a motherboard.

Unlike ROM, flash memory can be read form and written to and unlike RAM does not require power to retain its data.

Although these devices typically cannot hold as much data as hard disks, CD-ROMs and DVDs, the storage capacity is continually increasing.


HOPE THIS WILL HELP U
♥️ PLEASE MARK AS BRAINLIST ♥️
Answered by anmolbhandari7pb4974
4
Key Difference:  ROM stands for Read Only Memory. This is a non-volatile type of memory which is found in computers and other electronics devices. It is used for storing data permanently. Some of the common types of ROM include – Mask ROM, PROM, EPROM and EEPROM.

ROM stands for Read-only memory. It is a type of memory storage used in computers and other electronic devices. It holds data permanently. Like RAM, ROM is also based on random access model of memory which means that time taken to access the memory is independent of the address of the word at the memory. This type of memory cannot be modified by the computer but it can be read and therefore it is known as the read only memory. It keeps the bootstrap program which runs on it own when the system is turned on or reset every time.

Some of the common types of ROM are –

Mask ROM – It is also known as MROM. It is a static ROM which comes programmed into an integrated circuit by its manufacturer. The software mask is burned into the chip and that is why it is termed as Mask ROM. Network operating systems and server operating systems make use of this type of Mask ROM chips.

PROM –It stands for Programmable Read Only Memory. It was first developed in 70s by Texas Instruments. It is made as a blank memory. A PROM programmer or PROM burner is required in order to write data onto a PROM chip. The data stored in it cannot be modified and therefore it is also known as one time programmable device.
EPROM – It stands for Erasable Programmable ROM. It is different from PROM as unlike PROM the program can be written on it more than once. This comes as the solution to the problem faced by PROM. The bits of memory come back to 1, when ultra violet rays of some specific wavelength falls into its chip’s glass panel. The fuses are reconstituted and thus new things can be written on the memory.
EEPROM- It stands for Electrically Erasable Read Only Memory. These are also erasable like EPROM, but the same work of erasing is performed with electric current. Thus, it provides the ease of erasing it even if the memory is positioned in the computer. It stores computer system’s BIOS. Unlike EPROM, the entire chip does not have to be erased for changing some portion of it. Thus, it even gets rid of some biggest challenges faced by using EPROMs.

FLASH ROM– It is an updated version of EEPROM. In EEPROM, it is not possible to alter many memory locations at the same time. However, Flash memory provides this advantage over the EEPROM by enabling this feature of altering many locations simultaneously. It was invented by Toshiba and got its name from it capability of deleting a block of data in a flash. 

Similar questions