Difficulty: Easy
Correct Answer: cannot be reprogrammed if stored data needs to be changed
Explanation:
Introduction / Context:
Mask ROM (Read-Only Memory) is programmed during semiconductor fabrication by customizing photolithographic masks. It is excellent for high-volume, fixed-content applications but poses challenges when data or firmware needs to be updated after production.
Given Data / Assumptions:
Concept / Approach:
Because the bit pattern is “hardwired,” mask ROM devices are non-reprogrammable. Any change implies creating new masks (with significant non-recurring engineering cost) and re-manufacturing, which is impractical for small changes or low volumes.
Step-by-Step Solution:
Verification / Alternative check:
Compare with EPROM/EEPROM/Flash that allow erasure and reprogramming. Mask ROM lacks this ability entirely.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
cannot be reprogrammed if stored data needs to be changed
Discussion & Comments