744 views
1 votes
1 votes

State True/False:

"Some programs do not exhibit locality of reference."

1 Answer

Best answer
6 votes
6 votes

It is true 

We can take an example of conditional jumps , which are occurring more frequently in a program  .

Then we have to suffer from memory access each time , bcoz every time our program wants different data .

selected by

Related questions

1 votes
1 votes
1 answer
1
Devshree Dubey asked Aug 2, 2018
641 views
How does the various types of locality of reference affects the cache access?
2 votes
2 votes
1 answer
2
Akriti sood asked Dec 8, 2016
12,164 views
Which of the following symbol table implementation is based on the property of locality of reference? Self-organizing list Hash tree Search tree Array
1 votes
1 votes
0 answers
3
srestha asked Mar 2, 2019
1,216 views
An OS uses virtual memory with paging technique for memory allocation. Which of the following searching technique on given data structure use locality of reference?Linear...