What does RAM in a computer stand for?
20172017
What does RAM in a computer stand for?
- A.
Random Access Memory
- B.
Random Application Mapping
- C.
Rapid Action Machine
- D.
Rapid Applied Memory
Attempted by 3 students.
Show answer & explanation
Correct answer: A
Concept
An acronym for a computer component is read by expanding each letter into the word it abbreviates, so the expansion must describe what the component actually is and does. RAM names the computer's main working memory: storage the processor can read from and write to directly, in any order (random access), while programs are running.
Applying it here
Expanding R-A-M letter by letter gives Random Access Memory: "Random Access" because any storage location can be reached directly in the same amount of time, and "Memory" because it holds the data and instructions the processor is actively using. This is volatile, fast, read/write working memory.
Why the other expansions do not fit
Random Application Mapping describes assigning applications to locations, not a memory device the processor reads and writes.
Rapid Action Machine names a processing or mechanical unit, not a storage component, so it does not describe a memory at all.
Rapid Applied Memory keeps Memory but mislabels the first two letters: the access pattern is Random (direct, order-independent), not Rapid, and the second word is Access, not Applied.