

InterviewSolution
Saved Bookmarks
1. |
Which of the following systems are entirely controlled by the timer?(a) voltage triggered(b) time triggered(c) aperiodic task scheduler(d) periodic task schedulerThis question was addressed to me in an international level competition.I'd like to ask this question from Classification of Scheduling Algorithms topic in chapter Embedded Operating System, Middleware and Scheduling of Embedded Systems |
Answer» CORRECT answer is (b) time triggered To explain I would say: The systems which are entirely controlled by a TIMER are known as entirely time-triggered systems. A temporal CONTROL structure is associated with the entirely time-triggered system which is encoded in a TDL, task DESCRIPTOR list. |
|