Answer from cs61c-cm (Christopher Marcellino 15775059) for Question 1 Spatial locality: When I put my socks away, I fold the matching pairs together, since there is a very high likelyhood that once I access one of them, I'm going to access the other. Temporal locality: Since I don't put away my clothes too often, when I got to get laundry, I don't have to search through drawers and my closet since the close I want to wear are on my floor since I have worn them recently.