Computer Science, asked by jaseem2454, 1 year ago

What happens when os schedules another process on cpu?

Answers

Answered by DJstorm
0

CPU scheduling is a process which allows one process to use the CPU while the execution of another process is on hold(in waiting state) due to unavailability of any resource like I/O etc, thereby making full use of CPU. The aim of CPU scheduling is to make the system efficient, fast and fair.

Mark as brainliest ✌

Similar questions