retagged by
810 views

3 Answers

0 votes
0 votes

Option B] FIFO(First In First Out)

Remember? when solving problems on RR cpu scheduling we keep track of unfinished job in QUEUE.

HenceTheAnswer

0 votes
0 votes

B. FIFO

because Round Robin use time slice with FIFO and stacks use LIFO

0 votes
0 votes
Ans (b) FIFO

RR scheduling uses queue to implement scheduling more precisely circular queue and queue follow FIRST IN FIRST OUT rule FIFO.

whereas stack is based on LIFO or FILO.

Related questions

1 votes
1 votes
1 answer
1
sh!va asked Feb 28, 2017
578 views
In a real time system, the simplest scheme that allows the operating system to allocate memory to two processes simultaneously is _____a. Over laysb. Pipelinec. Swapping...
0 votes
0 votes
1 answer
2
sh!va asked Feb 28, 2017
630 views
_______________ is a primitive that can execute code. It contains an instruction pointer (=program counter) and sometimes has its own stack.a) $Process$b) $Task$c) $Kern...
0 votes
0 votes
1 answer
3
sh!va asked Feb 28, 2017
400 views
The value of x at which y has a minimum for $y = x^2 -3x + 1$ isa. -3/2b. 3/2c. 0d. None of these
0 votes
0 votes
2 answers
4
sh!va asked Feb 28, 2017
1,485 views
In what order the elements of a pushdown stack are accessed?a. First In-First Out (FIFO)b. Last In Last Out (LILO)c. Last In First Out (LIFO)d. None of the above