Quiz-5: Computer Architecture: Caches
Across
- 3. Caches are designed using this memory technology
- 6. A common coherence protocol
- 10. Exploit spatial locality beyond block size
- 13. In a multi-level cache system, the cache just before memory
- 14. A write operation can set this bit
- 16. The kind of miss not seen by a fully associative cache
- 20. Used to reduce miss penalty due to dirty block eviction
Down
- 1. A low-overhead alternative to cache
- 2. Cache where instruction and data can be stored together
- 4. The number of eligible cache locations for a given block
- 5. When one block can go to only a fixed location
- 7. Number of tag bits in 16KB, fully-associative, 128 Byte block cache with 30-bit address
- 8. When the cache and memory are updated together
- 9. Type of locality in k++
- 11. Number of offset bits in 8KB, 2-way, 256 Byte block cache
- 12. The B in ABC of caches
- 15. Memory organization with tradeoff in bus width and access time
- 17. Number of index bits in 32KB, 4-way, 64 Byte block cache
- 18. A replacement policy unfair to recently fetched block
- 19. The block that gets replaced