Saved Bookmarks
| 1. |
Which algorithm is dynamic scheduling algorithm?(a) LL(b) LST(c) EDF(d) EDDThe question was posed to me during a job interview.Query is from Aperiodic Scheduling topic in section Embedded Operating System, Middleware and Scheduling of Embedded Systems |
|
Answer» RIGHT CHOICE is (c) EDF To explain: The EDF or EARLIEST DEADLINE first can be implemented as a dynamic SCHEDULING algorithm. |
|