10.7k views
1 vote
Concept of CPU scheduler?​

User Kemis
by
5.6k points

1 Answer

5 votes

Answer:

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 selection process is carried out by the short-term scheduler (or CPU scheduler).

User JCallico
by
5.4k points