Write the general goals of scheduling.
Answers
HEYA MATE YOUR ANSWER IS
Keep CPU as busy as possible.
Fair allocation of CPU.
Max throughput: Number of processes that complete their execution per time unit.
Min turnaround time: Time taken by a process to finish execution.
Min waiting time: Time a process waits in ready queue..
HOPE THIS HELPS ❤️
PLEASE MARK AS BRAINLIEST ❤️❤️
General goals of scheduling :
Fairness, efficiency, response time, throughput, waiting time etc.
1.CPU scheduling is a process in which one process works to use the CPU while the execution of another process is on hold.
2. Fairness goal helps to get fair share of CPU.
3. In waiting state there is unavailability of any resource like I/O etc, which makes almost whole use of CPU.
4. The most important goals of scheduling are to make CPU system more efficient, fast and fair,