Answer from cs61c-ej (Leon Wang 16247444) for Question 2 It is currently set up such that the mapping from memory to cache is (Block address)modulo(Number of cache blocks in the cache). It's a simple formula that will calculate the location in the cache that a location in memory maps to. If we used the leftmost bits, we would have to do more computation.