What does the term 'cache hit' refer to? MCQ with Answer and Explanation

What does the term 'cache hit' refer to?
A. Cache is full
B. Data is not found in the cache
C. Cache is cleared
D. Data is found in the cache
Answer: Option D
Solution (By JKSSB Mock Tests)
A cache hit occurs when the CPU requests data and it is found in the cache memory, avoiding the need to access slower main memory.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Memory and Storage Devices Questions

Question #1
What is the function of a memory controller in a system on chip (SoC)?
A. To control the memory interface
B. To manage the power supply
C. To process graphics
D. To handle networking

Correct Answer: Option A


Explanation:
In an SoC, the memory controller manages the interface between the processor and the external memory (DRAM), handling data transfers and commands.

This question belongs to: Computer Memory and Storage Devices
Question #2
What is the typical capacity of a standard DVD+R disc?
A. 700 MB
B. 8.5 GB
C. 4.7 GB
D. 25 GB

Correct Answer: Option C


Explanation:
DVD+R (single-layer) holds 4.7 GB, same as DVD-R.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the purpose of the memory alignment in programming?
A. To simplify memory management
B. To reduce power consumption
C. To ensure data is stored at addresses that are multiples of its size for performance
D. To increase memory capacity

Correct Answer: Option C


Explanation:
Memory alignment refers to placing data at memory addresses that are multiples of the data's size, which can improve performance by reducing the number of memory accesses needed.

This question belongs to: Computer Memory and Storage Devices