Computer Architecture and Organization

1234567891011121314151617181920
Across
  1. 3. Replace that block in the set that has been in the cache longest with no reference to it.
  2. 5. Each word of cache can store 2 or more words of memory under the same index address.
  3. 9. Secondary cache in multilevel cache architecture.
  4. 11. A small unit of physical memory space.
  5. 14. Map An address map indicating memory component and address bus representation.
  6. 15. Any block location in cache can store any block in memory.
  7. 16. A type of buffer register.
  8. 18. We can predict with reasonable accuracy what instructions and data a program will use in the near future based on its accesses in the recent past.
  9. 20. Additional cycles required to serve the miss.
Down
  1. 1. It must decide which page in main memory ought to be removed to make a new room for a new page.
  2. 2. Items whose addresses are near one another tend to be referenced close together in time.
  3. 4. A referenced item is found in the cache by the processor.
  4. 6. A type of RAM that consists of circuits that are capable of retaining their state as long as the power is applied.
  5. 7. A cache like quick reference for page table.
  6. 8. Permits the user to construct programs as though a large memory space were available.
  7. 10. Cache memory is updated in parallel if it contains the word at the specified address.
  8. 12. Memory is not up-to-date, i.e., the same item in cache and memory may have different value.
  9. 13. A page replacement algorithm.
  10. 17. Single bit error correction method.
  11. 19. Time to retrieve the first word of the block.