InterviewSolution
Saved Bookmarks
| 1. |
A process P1 has a period of 50 and a CPU burst of t1 = 25, P2 has a period of 80 and a CPU burst of 35. Can the processes be scheduled without missing the deadlines?(a) Yes(b) No(c) Maybe(d) None of the mentionedI had been asked this question in an interview.This interesting question is from Real Time System in chapter Real Time Operating Systems(RTOS) of Operating System |
|
Answer» The correct option is (B) No |
|