1,134 views
1 votes
1 votes
Is the statement true or false?

With a MLFQ scheduler, high priority jobs have longer time slices than low priority jobs.

2 Answers

1 votes
1 votes
No,this statement is false because in MFQS the job who has less cpu burst time have higher priority .this schemes leaves I/O bound job and interactive process in the higher priority queues.
1 votes
1 votes
No its wrong in multi level feedback queue the process with different cpu burst time are placed in separate queues,, I/o bound process is given higher priority and hence present in higher queues and when they complete io execution they make transition to lower level queues  and cpu boung process are gievn lower priority and placed in lower level queues

Related questions

3 votes
3 votes
0 answers
1
0 votes
0 votes
0 answers
2
ankit3009 asked Jan 12, 2022
402 views
In paging , giving more bits to the innermost table as compared to the outermost page table results in using less physical memory space. Is this statement true always?