Ask Question
10 February, 15:56

When trying to find an optimal schedule, we need to compute the completion time of each process step for each unit that must be processed. For units that are not scheduled first, what are the 3 components of the completion time you must add together?

+5
Answers (1)
  1. 10 February, 17:13
    0
    FCFS - First Come First Serve.

    Shortest Processing Time.

    Critical Ratio.

    Explanation:

    FCFS - First Come First Serve is the simplest scheduling algorithm that schedules according to arrival times of processes.

    Shortest Processing Time: This actually goes ahead to process the job with the shortest waiting time ahead of all other jobs waiting in the queue.

    Critical Ratio: This is calculated by dividing the time remaining for a job's due date by the total actual time remaining for the job.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “When trying to find an optimal schedule, we need to compute the completion time of each process step for each unit that must be processed. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers