Line size in a cache is recommended to be a power of 2 ?
True or False
Answers
Answered by
1
Line cache is recommended to be a power of 2.
So the answer is True.
The chunks of memory are handled by cache and those are known as cache lines.
The common cache line sizes are 32, 64 and 128 bytes.
The cache generally can hold particular amount of the lines depending on cache size.
Similar questions