Difficulty: Easy
Correct Answer: EPROM
Explanation:
Introduction / Context:Developers historically used ultraviolet-erasable, electrically programmable memories to prototype firmware. By exposing the device window to UV light, stored charges are removed, enabling the chip to be reprogrammed many times before production.
Given Data / Assumptions:
Concept / Approach:EPROM (Erasable Programmable Read-Only Memory) is programmed electrically but erased using ultraviolet light through a quartz window. PROM can be programmed once only (fuses blown). ROM is factory-programmed and not field-alterable. RAM is volatile and not used for permanent firmware storage.
Step-by-Step Solution:
Identify device with UV erasure capability → EPROM. Confirm electrical programming method. Exclude irreversible (PROM) and non-erasable factory ROM.Verification / Alternative check:Device markings (e.g., 27xxx series) and quartz window packaging are characteristic of EPROMs, validating the answer.
Why Other Options Are Wrong:
ROM: not field erasable/programable. PROM: programmable once; not UV erasable. RAM: volatile storage; not for permanent firmware images.Common Pitfalls:Confusing EPROM with EEPROM/Flash (which are electrically erasable; no UV required). The question explicitly mentions ultraviolet light.
Final Answer:EPROM
Discussion & Comments