Computer Science, asked by amithreddynalla2223, 11 months ago

Considering the arrival time and burst time requirement of the process the scheduler schedules the processes by interrupting the processor after every 6 units of time and does consider the completion of the process in this iteration. The scheduler than checks for the number of process waiting for the processor and allots the processor to the process but interrupting the processor every 10 unit of time and considers the completion of the processes in this iteration.


Anonymous: ___k off

Answers

Answered by sailorking
0

Answer:

In a computer system there are two most important aspects which keeps the computer running and helps in solving problems of it's users. Those aspects are the process waiting to be executed, and the processor serving the processes, according to several scheduling algorithm.

Explanation:

Processor is the fastest thing in a computer system, and it is so fast that it is not always possible to match the speed of data transfer rate with CPU processing speed, and due to such reasons, many times CPU sits idle, in order to reduce the data travel time cache and RAM are used, causing minimization of the CPU idle time.

Similar questions