What is a key feature of Random Access Memory (RAM) in a computer system?
2025
What is a key feature of Random Access Memory (RAM) in a computer system?
Answer: D. It is a fast, volatile memory used for temporary data storage. — RAM (Random Access Memory) is a primary memory used in computer systems that: Provides fast access to data Stores information temporarily during execution…
- A.
It stores data permanently like a hard drive.
- B.
It allows only sequential data access.
- C.
It stores BIOS and startup instructions permanently.
- D.
It is a fast, volatile memory used for temporary data storage.
Attempted by 290 students.
Show answer & explanation
Correct answer: D
RAM (Random Access Memory) is a primary memory used in computer systems that:
Provides fast access to data
Stores information temporarily during execution
Loses data when power is turned off (volatile memory)
Allows random access to any memory location
It plays a crucial role in system performance because all active programs and processes depend on it.