Which type of read-only memory can have its contents erased by exposure to ultraviolet light?
- A.PROM
- B.EPROM
- C.EEPROM
- D.DRAM
Show answer
Correct answer: B. EPROM
Explanation
The correct answer is B, EPROM, erasable programmable read-only memory. A chip of this kind has a small quartz window, and shining ultraviolet light through it clears the stored contents so the chip can be programmed again. Until it is erased, it behaves like ordinary read-only memory and keeps its contents without power.
Option A, PROM, is programmable read-only memory, which is blank when made and can be written by the user exactly once; after that it cannot be changed at all. Option C, EEPROM, is electrically erasable programmable read-only memory, where the contents are wiped by an electrical signal rather than by light, which is why it can be updated while still inside the machine. Option D, DRAM, is dynamic random access memory, a volatile read-write memory that must be refreshed continually, so it is not a read-only memory at all. The key words are once, ultraviolet and electrically.