recategorized by
1,184 views
0 0 votes
 Process Scheduler Type Activity
(i)Long Term Scheduler(P)executes much faster to reduce wastage of CPU time
(ii)Medium term scheduler(Q)controls degree of multi programming
(iii)Short Term scheduler(R) is associated with swapping

with respect to Process Schedulers of an operating system mentioned above in the table, which of the following statements is correct?

  1. (i) – (R), (ii) – (P), (iii) – (Q)
  2. (i) – (Q), (ii) – (R), (iii) – (P)
  3. (i) – (P), (ii) – (R), (iii) – (Q)
  4. (i) – (R), (ii) – (Q), (iii) – (P)

2 Answers

Best answer
6 6 votes
Option b) is correct because  the multi-programming degree is mostly controlled by the Long-Term Scheduler. Medium-term scheduler type of the process-swapping scheduler. The medium-term scheduler is the fastest among the other two.
selected by
Answer:
Position:
Show:

Related questions

3 3 votes
3 3 answers
2.3k
2.3k views
admin asked Sep 28, 2024
2,288 views
Which of the following heap memory $E$ allocation strategies is likely to exploit spatial locality of memory accesses in a program, the most?Best FitFirst FitNext FitLast...
6 6 votes
4 4 answers
1.8k
1.8k views
admin asked Sep 28, 2024
1,777 views
Which of the following multithreading model is followed in Linux OS?One User Thread mapping to One Kernel ThreadMany User Threads mapping to One Kernel ThreadOne User Thr...
2 2 votes
2 2 answers
1.3k
1.3k views
admin asked Sep 28, 2024
1,252 views
Purpose of priority inheritance protocol in synchronization mechanisms isTo prevent priority inversion in systems having two or lesser priorities for a resourceTo provide...
2 2 votes
1 1 answer
1.3k
1.3k views
admin asked Sep 28, 2024
1,300 views
State whether true or false:Virtualization facilitates multiple OS simultaneously on the same hardwareIn dual boot, multiple OS can run simultaneously(i) True (ii) False(...