Correct option is A
The correct answer is (A) RAM.
Explanation:
- RAM (Random Access Memory) is used to store data temporarily while a computer is running. It is a volatile memory, meaning the data is lost when the power is turned off.
- RAM provides quick access to data that the CPU needs while performing tasks, allowing for fast execution of programs and processes.
Information Booster:
- Cache: A smaller, faster memory located closer to the CPU to speed up access to frequently used data, but it doesn't store all the temporary data like RAM.
- ROM (Read-Only Memory): Non-volatile memory used to store critical system instructions that do not change during normal operation.
- Hard Disk: A non-volatile storage medium used for permanent data storage, but not used for temporary data storage during active operations.