Difficulty: Easy
Correct Answer: EEPROM
Explanation:
Introduction / Context:
Nonvolatile memories differ in how stored data can be removed (erased) and rewritten. Understanding the erase mechanism is important for in-system reprogramming and product maintenance strategies.
Given Data / Assumptions:
Concept / Approach:
The question specifically asks for a ROM that can be erased using an electrical signal. This points directly to EEPROM technology, which supports byte- or block-level electrical erase and reprogramming, enabling in-circuit updates without special UV exposure.
Step-by-Step Solution:
Verification / Alternative check:
Modern Flash memory is a derivative of EEPROM (electrically erasable) with block erase; classic EEPROMs support byte-level erase/write.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
EEPROM
Discussion & Comments