Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 391 Bytes

File metadata and controls

3 lines (3 loc) · 391 Bytes

Process-Scheduling-Algorithms

#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. There are some algorithms for scheduling the processes for cpu.