In a cache memory, what is the purpose of the tag?
Q1. In a cache memory, what is the purpose of the tag?
Answer: To store the cache block address
Explanation: The tag is used to identify the cache block and determine whether a cache hit or miss has occurred by comparing it with the higher-order bits of the memory address.