Computer Sciences > Gate 2020 > Memory Management
A computer system with a word length of 32 bits has a 16 MB byte- addressable main memory and a 64 KB, 4-way set associative cache memory with a block size of 256 bytes. Consider the following four physical addresses represented in hexadecimal notation.
A1 = 0x42C8A4
A2 = 0x546888
A3 = 0x6A289C
A4 = 0x5E4880
Which one of the following is TRUE ?
A2 = 0x546888
A3 = 0x6A289C
A4 = 0x5E4880
Explanation
Correct : b
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.