Database-Management-System
October 8, 2023Algorithms
October 8, 2023Cache
Question 75 |
The principle of Locality of reference justifies the use of :
Virtual memory | |
Interrupts | |
Cache memory | |
Secondary memory |
Question 75 Explanation:
→ The principle of Locality of reference justifies the use of cache memory. The principle of locality, is the tendency of a processor to access the same set of memory locations repetitively over a short period of time.
→ Locality is merely one type of predictable behavior that occurs in computer systems. Systems that exhibit strong locality of reference are great candidates for performance optimization
through the use of techniques such as the caching, prefetching for memory and advanced branch predictors at the pipelining stage of a processor core.
→ Locality is merely one type of predictable behavior that occurs in computer systems. Systems that exhibit strong locality of reference are great candidates for performance optimization
through the use of techniques such as the caching, prefetching for memory and advanced branch predictors at the pipelining stage of a processor core.
Correct Answer: C
Question 75 Explanation:
→ The principle of Locality of reference justifies the use of cache memory. The principle of locality, is the tendency of a processor to access the same set of memory locations repetitively over a short period of time.
→ Locality is merely one type of predictable behavior that occurs in computer systems. Systems that exhibit strong locality of reference are great candidates for performance optimization
through the use of techniques such as the caching, prefetching for memory and advanced branch predictors at the pipelining stage of a processor core.
→ Locality is merely one type of predictable behavior that occurs in computer systems. Systems that exhibit strong locality of reference are great candidates for performance optimization
through the use of techniques such as the caching, prefetching for memory and advanced branch predictors at the pipelining stage of a processor core.
Subscribe
Login
0 Comments