Difficulty: Easy
Correct Answer: Electrically erasable programmable read-only memory
Explanation:
Introduction / Context:
Accurately expanding acronyms is essential for technical communication. EEPROM is a common nonvolatile memory used for configuration, calibration, and small data logs in embedded products.
Given Data / Assumptions:
Concept / Approach:
The components of the acronym explicitly describe the device: “Electrically” (erase/program via electrical signals), “Erasable” (contents can be cleared/changed), “Programmable” (user-writable), “Read-Only Memory” (historical term indicating nonvolatile storage rather than literal read-only behavior).
Step-by-Step Solution:
Break down each letter: E-E-P-R-O-M.Confirm “Electrically erasable” distinguishes it from UV-erasable EPROM.Confirm “Programmable ROM” reflects nonvolatile storage that users can program.Therefore choose “Electrically erasable programmable read-only memory”.
Verification / Alternative check:
Datasheets and textbooks list EEPROM as “Electrically Erasable Programmable Read-Only Memory,” with typical I²C/SPI interfaces and endurance specifications (for example, 100k+ write/erase cycles).
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Electrically erasable programmable read-only memory
Discussion & Comments