What type of system program coordinates the distribution of internal CPU execution cycles and balances resource requests among multiple running applications?
Explanation:
The process scheduler (a component of the OS kernel) determines which running thread or process receives access to CPU cores and for how long.
No comments yet. Be the first to start the discussion!