3,935 views
6 votes
6 votes

With Round-Robin CPU scheduling in a time shared system

  1. using very large time slices (quantas) degenerates into First-Come First served (FCFS) algorithm.
  2. using extremely small time slices improves performance
  3. using very small time slices degenerates into Last-In First-Out (LIFO) algorithm.
  4. using medium sized times slices leads to shortest Request time First (SRTF) algorithm

2 Answers

Best answer
14 votes
14 votes

Answer : A

Using very large time slices (quantas) degenerates into First-Come First served (FCFS) algorithm. And all the processes will be able to get completed  very fast.

selected by
6 votes
6 votes

Ans A)using very large time slices (quantas) degenerates into First-Come First served (FCFS) algorithm

Answer:

Related questions

9 votes
9 votes
2 answers
1
go_editor asked Jun 13, 2016
5,903 views
The performance of Round Robin algorithm depends heavily onsize of the processthe I/O bursts of the processthe CPU bursts of the processthe size of the time quantum
8 votes
8 votes
3 answers
2
go_editor asked Jun 10, 2016
4,709 views
Feedback queuesare very simple to implementdispatch tasks according to execution characteristicsare used to favour real time tasksrequire manual intervention to implement...
1 votes
1 votes
1 answer
4
go_editor asked Jun 13, 2016
4,706 views
The page replacement algorithm which gives the lowest page fault rate isLRUFIFOOptimal page replacementSecond chance algorithm