Computer Science MCQs » Algorithms & Data Structures
In priority scheduling algorithm ……?

A) CPU is allocated to the process with the highest priority
B) CPU is allocated to the process with the lowest priority
C) Equal-priority processes, cannot be scheduled
D) None of these

Which algorithm is defined in Time quantum?

A) Shortest job scheduling algorithm
B) Round-robin scheduling algorithm
C) Priority scheduling algorithm
D) Multilevel queue scheduling algorithm

In multilevel feedback scheduling algorithm?

A) Process can move to a different classified ready queue
B) Classification of the ready queue is permanent
C) Processes are not classified into groups
D) None of the mentioned

The aim of creating page replacement algorithms is to?

A) Replace pages faster
B) Increase the page fault rate
C) Decrease the pay, fault rate
D) To allocate multiple pages to processes

A FIFO replacement algorithm associates with each page the?

A) Time it was brought into memory
B) Size of the page in memory
C) Page after and before it
D) All of these

Optimal page …….. replacement algorithm?

A) Replace the page that has not been used for a long lime
B) Replace the page that has been used for a long time
C) Replace the page-that will not be used for a long time
D) None of these

The optimal page-replacement algorithm is difficult to implement, because?

A) It requires a lot of information
B) It requires future knowledge of the reference string
C) It is too complex
D) It is extremely expensive