

InterviewSolution
Saved Bookmarks
1. |
Which of the following scheduling test can be used to show that no scheduling exist?(a) sufficient test(b) necessary test(c) complex test(d) simple testThe question was asked in an interview for job.My query is from Classification of Scheduling Algorithms topic in section Embedded Operating System, Middleware and Scheduling of Embedded Systems |
Answer» CORRECT OPTION is (b) necessary test Easiest explanation: The necessary and sufficient conditions are USED in the schedulability test. For necessary condition, the test is based only on the necessary conditions and it also can be used to show that no schedule exists. The sufficient condition indicates that no schedule exists even if there exists ONE. |
|