in Operating System
1,119 views
1 vote
1 vote
Is the statement true or false?

With a MLFQ scheduler, high priority jobs have longer time slices than low priority jobs.
in Operating System
1.1k views

2 Answers

1 vote
1 vote
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 vote
1 vote
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