recategorized by
875 views

2 Answers

0 votes
0 votes
Ans is A

Round Robin is the simplest algorithm for a pre-emptive scheduler. Only a single queue of processed is used. When the system timer fires, the next process in the queue is switched to, and the pre-empted process is put back into the queue.Round robin is pre-emptive version of FCFS, a queue is maintained which stores the input as it comes in FCFS order.
edited by

Related questions

1 votes
1 votes
2 answers
1
makhdoom ghaya asked Sep 16, 2016
2,990 views
Remote Computing Service involves the use of time sharing and _______.Multi-processingInteractive processingBatch processingReal-time processing
1 votes
1 votes
2 answers
2
makhdoom ghaya asked Sep 16, 2016
3,263 views
In order to allow only one process to enter its critical section, binary semaphore are initialized to$0$$1$ $2$$3$
1 votes
1 votes
2 answers
3
makhdoom ghaya asked Sep 16, 2016
876 views
Match the following :$\begin{array}{clcl} \text{(a)} & \text{Disk scheduling} & \text{1.} & \text{Robin-round} \\ \text{(b)} & \text{Batch processing} & \text{2.} & \tex...
0 votes
0 votes
0 answers
4