retagged by
1,732 views
2 votes
2 votes

Consider three CPU-intensive processes, which require $10,20$ and $30$ time units and arrive at times $0,2$ and $6$, respectively. How many context switches are needed if the operating system implements a shortest remaining time first scheduling algorithm? Do not count the context switches at time zero and at the end.

  1. $1$
  2. $2$
  3. $3$
  4. $4$
retagged by

1 Answer

1 votes
1 votes

APPLYING hortest remaining compute time first scheduling algorithm  and exclude first and last context switches …...

Answer:

Related questions

1 votes
1 votes
1 answer
3
admin asked Mar 30, 2020
1,410 views
Which of the following process scheduling algorithm may lead to starvation?FIFORound RobinShortest Job NextNone of the option