

InterviewSolution
Saved Bookmarks
1. |
Which address is used for a tag?(a) memory address(b) logical address(c) cache address(d) location addressI had been asked this question in an internship interview.The doubt is from Size of Cache in portion Memory Systems of Embedded Systems |
Answer» RIGHT option is (b) logical address The explanation: The cache MEMORY uses either a physical address or logical address for its TAG DATA. For a logical cache, the tag REFERS to a logical address and for a physical cache, the tag refers to the physical address. |
|