A direct-mapped cache has 64 blocks and each block has a size of 16 bytes. To which block number does the byte address 1200 map?
Answers
Answered by
8
Answer:
Total No of Block=64 ,Memory block Number=Byte address Block Size =1200/16, =75.Now we have to find cache block number related to memory block number.
So In Direct Mapped cache,Cache block Number=Memory block Number mod(Total Number of block in cache) =75mod64 .
Answer =11. Hope the student can get clear ideas on reading this answer with no trouble of it at any time.
Explanation:
Similar questions