Which of the following is a correct statement about RAM?
2022
Which of the following is a correct statement about RAM?
- A.
It stands for Read Access Memory.
- B.
It is a non-volatile memory.
- C.
It can be directly accessed by the CPU.
- D.
Its speed is greater than Cache memory.
Attempted by 400 students.
Show answer & explanation
Correct answer: C
RAM stands for Random Access Memory, which is a crucial component in computer architecture. The correct statement is that RAM can be directly accessed by the CPU. This means the processor reads data from and writes data to RAM without needing intermediate steps, allowing for fast execution of active programs and processes. Option A is incorrect because RAM stands for Random Access Memory, not Read Access Memory. Option B is also wrong since RAM is volatile memory, meaning it loses all stored data when the computer's power is turned off. Option D is false because Cache memory is actually faster than RAM; it sits closer to the CPU and stores frequently used data for quicker access. Therefore, Option C is the only accurate description of RAM's function in a computer system.