2019329621127 毛雷溥浩 homework3 Version 0 |
|
👤 Author: by 2972850556qqcom 2021-09-24 11:09:40 |
What's cpu schedule criteria?
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. Whenever the CPU becomes idle, the operating system must select one of the processes in the ready queue to be executed. The selection process is carried out by the short-term scheduler (or CPU scheduler). The scheduler selects from among the processes in memory that are ready to execute, and allocates the CPU to one of them.
what are cpu burst time and I/O burst time?
A CPU bursts when it is executing instructions;
An I/O system bursts when it services requests to fetch information.