

InterviewSolution
Saved Bookmarks
1. |
Which of the following can execute quickly, if the interrupt priority is higher in the system?(a) EDD(b) Sporadic event(c) LL(d) Aperiodic schedulingI got this question during an interview for a job.Query is from Periodic Scheduling topic in section Embedded Operating System, Middleware and Scheduling of Embedded Systems |
Answer» RIGHT answer is (b) Sporadic event The best explanation: The sporadic EVENTS are connected to the interrupts and execute them IMMEDIATELY because the INTERRUPT priority is the highest priority level in the system. |
|