Realtime Operating System » Cpu Scheduling 2
The scheduler admits a process using __________

A. Two phase locking protocol
B. Admission control algorithm
C. Busy wait polling
D. None of the mentioned

The ____________ scheduling algorithm schedules periodic tasks using a static priority policy with preemption.

A. Earliest deadline first
B. Rate monotonic
C. First cum first served
D. Priority

Rate monotonic scheduling assumes that the __________

A. Processing time of a periodic process is same for each cpu burst
B. Processing time of a periodic process is different for each cpu burst
C. Periods of all processes is the same
D. None of the mentioned

In rate monotonic scheduling, a process with a shorter period is assigned __________

A. A higher priority
B. A lower priority
C. Higher & lower priority
D. None of the mentioned

If a set of processes cannot be scheduled by rate monotonic scheduling algorithm, then __________

A. They can be scheduled by edf algorithm
B. They cannot be scheduled by edf algorithm
C. They cannot be scheduled by any other algorithm
D. None of the mentioned