What are the basic elements required for cache operation?
What are the basic elements required for cache operation? Correct Answer memory array, comparator, counter
The cache memory operation is based on the address tag, that is, the processor generates the address which is provided to the cache and this cache stores its data with an address tag. The tag is compared with the address, if they did not match, the next tag is checked. If they match, a cache hit occurs, the data is passed to the processor. So the basic elements required is a memory array, comparator, and a counter.
মোঃ আরিফুল ইসলাম
Feb 20, 2025