Q.
There are two processes P1 and P2, whose periods are 50 and 100 respectively. P1 is assigned higher priority than P2. The processing times are t1 = 20 for P1 and t2 = 35 for P2. Is it possible to schedule these tasks so that each meets its deadline using Rate monotonic scheduling?
Similar Questions
1. Which module gives control of the CPU to the process selected by the short-term scheduler?
2. The processes that are residing in main memory and are ready and waiting to execute are kept on a list called _____________
3. The interval from the time of submission of a process to the time of completion is termed as ____________
4. Which scheduling algorithm allocates the CPU first to the process that requests the CPU first?
5. In priority scheduling algorithm ____________
6. In priority scheduling algorithm, when a process arrives at the ready queue, its priority is compared with the priority of ____________
7. Which algorithm is defined in Time quantum?
8. Process are classified into different groups in ____________
9. In multilevel feedback scheduling algorithm ____________
10. Which one of the following can not be scheduled by the kernel?
OPERATING SYSTEM TOPICS