Practice free →
HomeGATE CSEcomputerscienceOperating Systems › Response time, the metric MLFQ optimises most fo…

Response time, the metric MLFQ optimises most for interactive workloads, is

Athe total time a process spends in the ready queue
Bthe total time from arrival to completion
Cthe number of context switches per process
Dthe time from arrival to first CPU service
Answer & Solution
Correct answer: D. the time from arrival to first CPU service
Response time = first-CPU minus arrival. For an interactive process (you click a button, the UI should react), what matters is how fast the process gets ITS FIRST taste of CPU, not when it finishes. Waiting time is total time in ready queue (different); turnaround is arrival-to-completion; context switch count isn't a standard metric. MLFQ boosts I/O-bound (interactive) processes to keep response time low.
Solve this in the app — GATE CSE practice & 24k+ MCQs →
Related questions