Answer from cs61c-be (Tony Yiu 15099596) for Question 2 This is an example of a multilevel cache with i being the primary level and j being the secondary. Thus it is better to find the ith element first and then use the jth element to minimize miss rate because it has fewer elements.