

InterviewSolution
Saved Bookmarks
1. |
Which scheduling algorithm is an optimal scheduling policy for mono-processor system?(a) preemptive algorithm(b) LST(c) EDD(d) LLThis question was addressed to me in an online interview.Enquiry is from Aperiodic Scheduling in division Embedded Operating System, Middleware and Scheduling of Embedded Systems |
Answer» RIGHT choice is (d) LL The best I can explain: The LEAST laxity algorithm is a DYNAMIC scheduling algorithm and hence it can be IMPLEMENTED as an optimal scheduling policy for the mono-processor system. The LL scheduling algorithm is ALSO preemptive scheduling. |
|