8,252 views
21 votes
21 votes

The optimal page replacement algorithm will select the page that

  1. Has not been used for the longest time in the past
  2. Will not be used for the longest time in the future
  3. Has been used least number of times
  4. Has been used most number of times

1 Answer

Best answer
40 votes
40 votes

Optimal page replacement algorithm will always select the page that will not be used for the longest time in the future for replacement, and that is why the it is called optimal page replacement algorithm. Hence, (B) choice. 

edited by
Answer:

Related questions

31 votes
31 votes
5 answers
1
Kathleen asked Sep 15, 2014
18,287 views
Which of the following scheduling algorithms is non-preemptive?Round RobinFirst-In First-OutMultilevel Queue SchedulingMultilevel Queue Scheduling with Feedback
28 votes
28 votes
4 answers
2
Kathleen asked Sep 15, 2014
6,886 views
Dynamic linking can cause security concerns becauseSecurity is dynamicThe path for searching dynamic libraries is not known till runtimeLinking is insecureCryptographic p...
39 votes
39 votes
8 answers
3
Kathleen asked Sep 15, 2014
18,714 views
The maximum number of edges in a $n$-node undirected graph without self loops is$n^2$$\frac{n(n-1)}{2}$$n-1$$\frac{(n+1)(n)}{2}$
32 votes
32 votes
5 answers
4
Kathleen asked Sep 15, 2014
13,810 views
In the absolute addressing mode:the operand is inside the instructionthe address of the operand in inside the instructionthe register containing the address of the operan...