2019329621182刘辰萱homework3 Version 0 |
|
👤 Author: by rootfreanjacn 2021-10-01 08:48:38 |
CPU Burst : It is the amount of time required by a process or can be said the amount of time required by the process to finish. We can not estimate the time taken by the process before running it. So most of the problem is related to the burst time.
Burst Time= Turn around Time(Completion Time)-Waiting Time
I/O Burst : While the process is in the running state, it may ask for i/o , thus the process goes to the block or wait state, where the i/o will be processed and then it will be sent back to the ready state.
Please login to reply. Login