Shared Flashcard Set

Details

CS 413 Chapter 9 Quiz
Chapter 9 of Computer Organization and Architecture Themes and Variations by Alan Clements, c2014, for UAH CS413 Quiz
14
Computer Science
Undergraduate 3
04/23/2024

Additional Computer Science Flashcards

 


 

Cards

Term
Cache is composed of which type of memory technology?
Definition
Static RAM
Term
Of the different cache organizations discussed in class which one offers the best overall performance?
Definition
Fully Associative
Term
The cache related term which refers to the use of data elements within relatively close storage locations is referred to as:
Definition
spatial locality
Term
The address calculated by the CPU is referred to as the _________________ address.
Definition
logical
Term
The actual location of the data in main memory is referred to as the ___________________ address.
Definition
physical
Term
When main memory is only divided into cache lines this implies the cache itself is :
Definition
fully associative
Term
What are the 3 cache line replacement strategy when the cache is full.
Definition
1. Least recently used
2. FIFO
3. Random
Term
A first time memory reference is for a cache systems is called a __________________ miss.
Definition
compulsory
Term
The cache related term which refers to the reused of specified data within a relatively small time duration.
Definition
temporal locality
Term
The __________________ is responsible for translating logical addresses into physical addresses in a virtual memory system.
Definition
memory management unit (MMU)
Term
Define snoop
Definition
When a cache is watching the address lines for transaction, this is called a snoop. This function allows the cache to see if any transactions are accessing memory it contains within itself.
Term
Define snarf
Definition
When a cache takes the information from the data lines, the cache is said to have snarfed the data. This function allows the cache to be updated and maintain consistency.
Term
What is Dirty Data?
Definition
When the data has been update in the cache but not the main memory
Term
What is stale data?
Definition
When the data has been updated in main memory but not in the cache
Supporting users have an ad free experience!