Operating Systems Concepts - Engineering

Q1:

The SJF algorithm executes first the job

A that last entered the queue

B that first entered the queue

C that has been in the queue the longest

D with the least processor needs

E None of the above

ANS:D - with the least processor needs

SJF stands for Shortest Job First.

And it executes the job which need least processor needs.