

InterviewSolution
Saved Bookmarks
1. |
What is the relationship between the priority of task and their period in RMS?(a) decreases(b) increases(c) remains unchanged(d) linearI have been asked this question during an online exam.I need to ask this question from Periodic Scheduling in section Embedded Operating System, Middleware and Scheduling of Embedded Systems |
Answer» CORRECT OPTION is (a) decreases Explanation: The PRIORITY of the task decreases monotonically with respect to their period in the rate MONOTONIC scheduling, that is, the task with the long period will GET a low priority but task with the short period will get a high priority. |
|