Memory Hierarchy and Caches PART 2 (thank you for the help) 5. Even though looping instructions and the data used by the loops are likely to be accessed repeatedly, this does not create a sufficient enough need for temporal locality. a) True b) False 6. One example of spatial locality would be instructions that are accessed sequentially. a) True b) False 7. The concept of memory hierarchy is when the distance from the processor increases, the size of the memories and the access time both increase. a) True b) False 8. Access to data within arrays also creates a need for temporal locality since the data is usually stored sequentially. a) True b) False
Memory Hierarchy and Caches PART 2 (thank you for the help)
5. Even though looping instructions and the data used by the loops are likely to be accessed repeatedly, this does not create a sufficient enough need for temporal locality.
a) True
b) False
6. One example of spatial locality would be instructions that are accessed sequentially.
a) True
b) False
7. The concept of memory hierarchy is when the distance from the processor increases, the size of the memories and the access time both increase.
a) True
b) False
8. Access to data within arrays also creates a need for temporal locality since the data is usually stored sequentially.
a) True
b) False
9. Conceptually, memory closest to the processor is the largest in size.
a) True
b) False
10. The cache stores all of the data that is hidden from the programmer.
a) True
b) False
Step by step
Solved in 4 steps