Computer Science, asked by Balramyadav9196, 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. The scheduler checks the number of processes waiting in the queue for the processor after the second iteration and gives the processor to the process which needs more time to complete than the other processes to go in the terminated state.

Answers

Answered by sailorking
0

Answer:

In a computer system, all the hardware components are managed by the OS installed on the system. When there are many processes, waiting to get the processor, at that time which process shall get the processor at which instance of time, is decided by the algorithm of the OS.

Explanation:

The time taken to complete a process by a processor, is known as burst time of a process, and there is a scheduler algorithm which determines which process is to be processed and which is to be left at idle condition.

Similar questions