Computer Science, asked by kingoffpatel01, 10 months ago

Distinguish between file scheduling methods (any two) and find the minimum number of

units covered​

Answers

Answered by janu123447
0

Answer:

Which subject is question find

Answered by Anonymous
0

The two file scheduling methods are - LRJF and SRJF.

1. Shortest remaining job first or SRJF - In this method, the process having the smallest runtime to complete, which is the remaining time is scheduled to run next. Here, a process that is already running will be prevented when a new process arrives in the CPU scheduler, that needs less burst time for execution.

2. Longest remaining job first - This method works quite the opposite of SRJF. The process which utilizes the lengthiest time to process is scheduled for the subsequent run in this method. However, if the new process with more prolonged burst time enters the queue, then the process that is already running is prevented.

Similar questions