2,621 views
0 votes
0 votes

Consider the following statements:


S1 : Increasing the number of page frames allocated to a process sometime increase the page fault rate in FIFO page replacement policy irrespective of page reference string.
S2 : It is not necessary to have loader everytime in main memory.


Which of the following options is correct ?

A) Only S1 is true

B) Only S2 is true

C) Both S1 and S2 are true

D) Neither S1 and S2 are true

1 Answer

Best answer
1 votes
1 votes

Statment S1 is false : FIFO suffers from belady anamoly . This means that even if we increaase the number of pages frames allocated to a process we still may ( not always )get a more number of page faults . This is only beacuse FIFO does not follow stack algorithm 

Statement S2 is false : Loader must be in Main memory .. Otherwise how will it bring your programes to main menory 

hence both statements are false 

selected by

Related questions

3 votes
3 votes
2 answers
4
dhruba asked Jun 5, 2023
1,036 views
In QuickSort algorithm, which of the following statements is NOT true regarding the partition process?a) Partition always divides the array into two non-empty subsets.b) ...