1.

What is a Scheduling Algorithm? Name different types of scheduling algorithms.

Answer»

A scheduling ALGORITHM is a process that is used to improve EFFICIENCY by utilizing maximum CPU and providing minimum waiting time to tasks. It simply deals with the problem of deciding which of outstanding requests is to be allocated RESOURCES. Its main aim is to REDUCE resource starvation and to ensure fairness amongst parties that are utilizing the resources. In SIMPLE words, it is used to allocate resources among various competing tasks. 

Types of Scheduling Algorithm

There are different types of scheduling algorithms as given below:



Discussion

No Comment Found