CPU Scheduling Algorithms MCQs
CPU Scheduling Algorithms MCQs
6 3 4
Question
The most optimal scheduling algorithm is :
Which module gives control of the CPU to the process selected by the short - term schedular ?
Which of the following process scheduling algorithm may lead to starvation
If the quantum time of round robin algorithm is very large, then it is equivalent to:
Consider an arbitrary set of CPU-bound processes with unequal CPU burst lengths submitted at the sam
Assume every process requires 3 seconds of service time in a system with single processor. If new
processes are arriving at the rate of 10 processes per minute, then estimate the fraction of time CPU is
busy in system?
1 Min = 60 Sec=10
6Sec
50
Option A Option B Option C
First come first serve (FCFS) Shortest Job First (SJF) Round Robin (RR)
Dispatcher Interrupt Schedular
Shortest Job Next Round Robin FIFO
Shortest Job Next First in first out Lottery scheduling
Shortest remaining time first Round-robin with time quantum lesRound-robin with time quant
P1 4
P2 3
P3 1
P4 2
RR=0.5
Option D Correct Answer
None of the above D
Threading A
None of the above A
None of the above B
Highest priority first with priority proportio A
60% C