1,171 views
1 votes
1 votes

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?

  1. Linear search on linked list
  2. Binary search on array
  3. Linear search on array
  4. Binary search on linked list

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
2
Mr_22B asked Dec 10, 2017
2,289 views
What is the time complexity to insert a new Node in a singly circular linked list at Starting ? (Number of nodes in list = N)A. O(1)B. O(N)
0 votes
0 votes
1 answer
3
Na462 asked Jun 29, 2018
581 views
According to me Option D.Because it should be an error because *("INDIA" + 2 ) = 'D' and we are doing 'D' = 'I' which is not valid so Error ???But answer is C