题目内容

Which is the most optimal scheduling algorithm?

A. FCFS – First come First served
B. SJF – Shortest Job First
C. RR – Round Robin
D. None of the mentione

查看答案
更多问题

The real difficulty with SJF in short term scheduling is ____________

A. it is too good an algorithm
B. knowing the length of the next CPU request
C. it is too complex to understand
D. none of the mentioned

The FCFS algorithm is particularly troublesome for ____________

A. time sharing systems
B. multiprogramming systems
C. multiprocessor systems
D. operating systems

Consider the following set of processes, the length of the CPU burst time given in milliseconds.Assuming the above process being scheduled with the SJF scheduling algorithm.

A. The waiting time for process P1 is 3ms
B. The waiting time for process P1 is 0ms
C. The waiting time for process P1 is 16ms
D. The waiting time for process P1 is 9ms

Preemptive Shortest Job First scheduling is sometimes called ____________

A. Fast SJF scheduling
B. EDF scheduling – Earliest Deadline First
C. HRRN scheduling – Highest Response Ratio Next
D. SRTN scheduling – Shortest Remaining Time Next

答案查题题库