What is the meaning of the terms:
a. temporal locality?
b. spatial locality?
a. temporal locality
If data were located in memory and distributed at random, cache memory would not work. The idea behind
cache is that data is neither located at random nor accessed randomly. Temporal locality (temporal means ‘of
time’) indicates data that is clustered in time; that is, the same data elements are frequently accessed over a
certain time period. This behavior is typical of loops.
b. spatial locality
Spatial locality describes data that is clustered together in the same area; for example, the stack or data
structures like arrays and tables.
You might also like to view...
It is common practice to use a __________ variable as a size declarator.
a. static b. reference c. final d. boolean
When making a presentation to an audience using PowerPoint, you use Notes Page view.
Answer the following statement true (T) or false (F)
Processor affinity is the __________.
a) relationship among processes that execute on the same processor b) relationship of a process to a particular processor and its local memory and cache c) likelihood that a process will execute on a particular processor d) likelihood that a memory page will reside in the local memory of a particular processor
If you want to add whitespace that will appear in the browser window, such as line breaks and paragraph tags, you can either use Design view or add the tags themselves in ____ view.
A. Print B. HTML C. Pre-design D. Code