Cache Basics Review II
 
For a direct-mapped cache design with 32-bit address, the following bits of the address are used to access the cache: (i) tag: 31–10, (ii) index: 9–4, and (iii) offset: 3–0.
Answer the following questions:
 
 
Starting from power on, the byte-addressed cache references are recorded:
 
  
   | # | 
   Address | 
   Address in Binary | 
   Cache Index |  
   (H)it/(M)iss |  
   Replace (Y/N) |  
    | 
  
  
   | 1 | 
   0 | 
   ... 0000 0000 00002 | 
   0 | 
   M | 
   N |