Question
Which scheduling metric counts only the total time a process spends in the ready queue?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Waiting time
Explanation:
Waiting time is the accumulated delay while a process is ready but not running.
It excludes time spent executing on the CPU or blocked for I/O.
Leave a Reply