read-only memory
C1Technical / Semi-Formal
Definition
Meaning
A type of computer memory that stores data permanently and cannot be modified by normal computer operations; data can only be read from it.
A non-volatile storage medium used for firmware, system software, or permanent data in electronic devices; figuratively, used to describe something fixed, unchangeable, or permanently recorded.
Linguistics
Semantic Notes
Always hyphenated; typically referred to by its acronym "ROM" in technical contexts. It contrasts with RAM (Random Access Memory), which is volatile and writable. The term can be used metaphorically to describe ingrained knowledge or fixed patterns.
Dialectal Variation
British vs American Usage
Differences
No significant lexical differences; the term and its acronym ROM are standard in both varieties. Pronunciation differences are minimal and relate to general accent features.
Connotations
Identical technical connotations in both varieties.
Frequency
Equally common in technical computing contexts in both the UK and US. The acronym "ROM" is more frequent in casual technical discussion.
Vocabulary
Collocations
Grammar
Valency Patterns
The [DEVICE] has [AMOUNT] of read-only memory.The [SOFTWARE] is burned into the read-only memory.[VERB] data from the read-only memory.Vocabulary
Synonyms
Strong
Neutral
Weak
Vocabulary
Antonyms
Phrases
Idioms & Phrases
- “It's like read-only memory up there. (humorous: referring to someone with fixed, unchangeable ideas)”
- “His opinions are on read-only memory.”
Usage
Context Usage
Business
Rare, except in IT procurement or specifications for hardware.
Academic
Common in computer science, engineering, and electronics textbooks and papers.
Everyday
Uncommon in non-technical conversation; 'ROM' might be used by enthusiasts.
Technical
The primary context. Used in hardware documentation, programming, and system design.
Examples
By Part of Speech
verb
British English
- The system will read from the read-only memory during startup.
- You cannot write to that location; it's read-only memory.
American English
- The BIOS reads from the read-only memory first.
- The chip is designed to only be read from.
adverb
British English
- Data is stored read-only permanently.
- The information is accessible read-only.
American English
- The chip operates read-only.
- The file is set to open in a read-only mode, much like memory.
adjective
British English
- It's a read-only memory chip soldered onto the board.
- The device uses read-only memory storage for its core functions.
American English
- A read-only memory module contains the firmware.
- The data is stored on read-only memory devices.
Examples
By CEFR Level
- The game was saved on a read-only memory cartridge.
- Old computers often used read-only memory for basic instructions.
- The manufacturer programmed the startup code into the device's read-only memory.
- Unlike RAM, data in read-only memory is not lost when the power is turned off.
- Modern systems often use a form of flash memory that can emulate read-only memory for critical firmware.
- The exploit involved injecting code into a region of memory that was supposed to be read-only.
Learning
Memory Aids
Mnemonic
Think of a monument (like a stone carving) that you can only READ. It's set in stone, ONLy for reading, preserving a MEMORY permanently.
Conceptual Metaphor
A PRINTED BOOK (content is fixed at publication) vs. a NOTEBOOK (content can be changed).
Watch out
Common Pitfalls
Translation Traps (for Russian speakers)
- Avoid translating as "память только для чтения" in overly literal technical documentation where "ПЗУ" (постоянное запоминающее устройство) is the standard term.
- Do not confuse with "оперативная память" (RAM).
Common Mistakes
- Writing it without hyphens ("read only memory").
- Using it as a countable noun incorrectly (e.g., "a read-only memory" is less common than "read-only memory" or "a ROM chip").
- Confusing it with read/write memory.
Practice
Quiz
What is a key characteristic of read-only memory?
FAQ
Frequently Asked Questions
Yes, ROM is the universal acronym for read-only memory. The full term is often used for clarity or in formal writing.
Traditionally, no. However, modern variants like EPROM or EEPROM can be erased and reprogrammed using special equipment or electrical signals, but not during normal computer operation.
It is used to store firmware, the BIOS/UEFI of a computer, bootloaders, or permanent data in embedded systems like games consoles, appliances, and automotive electronics.
ROM is non-volatile (keeps data without power) and read-only in normal use. RAM is volatile (loses data without power) and is readable and writable for temporary data the CPU is actively using.