

InterviewSolution
Saved Bookmarks
1. |
Which scheduling test is used to indicate that no scheduling exist even if there exist one?(a) complex test(b) simple test(c) sufficient test(d) necessary testThis question was addressed to me in unit test.I need to ask this question from Classification of Scheduling Algorithms in division Embedded Operating System, Middleware and Scheduling of Embedded Systems |
Answer» RIGHT answer is (C) sufficient test Easiest EXPLANATION: The sufficient condition INDICATES that no schedule EXISTS even if there exist one and the necessary condition indicates that no schedule exists even if a schedule exists. |
|