CBSE Class 11 Computer Science
Question 3 of 106
Computer System Organization — Question 3
Back to all questions 3
Question Assertion (A): Cache memory is placed between CPU and main memory (RAM).
Reasoning (R): Cache memory stores frequently used data and instructions so that they are immediately available to the CPU.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true and R is the correct explanation of A.
Explanation
Cache memory is placed between the CPU and the main memory (RAM) to store frequently used data and instructions. By doing so, it makes this data available to the CPU very quickly, sending it directly to the CPU instead of the main memory. This significantly reduces access time, thereby improving the overall performance of the computer.