Correct Answer: B
Explanation:
Loading...
Correct Answer: B
Explanation:
Take your GATE-CS preparation to the next level. Practice with full-length mock tests, get instant results, and track your progress with detailed analytics.
Browse GATE-CS Test SeriesWhich one of the following CPU scheduling algorithms cannot be preemptive?
Two types of processes: Actuators (A, burst=6s) and Controllers (C, burst=8s). A arrives at t=10,20,…
A computer has two processors M₁ and M₂. Four processes P₁, P₂, P₃, P₄ with CPU bursts of 20, 16, 25…
Processes P1, P2, P3, P4 arrive at times 0, 1, 2, 8 ms with execution times 10, 13, 6, 9 ms respecti…
Which one or more of the following CPU scheduling algorithms can potentially cause starvation?(A) Fi…
Consider four processes P, Q, R, S scheduled with Round Robin (time quantum = 4 units), all arriving…