Podcast
Questions and Answers
Which one of these is the most correct?
Which one of these is the most correct?
- 10
- 6
- 4
- 5 (correct)
What must be the quantum q such that the overhead of context switching is minimized and at the same time each process is getting guaranteed execution on the CPU at least once in every t seconds?
What must be the quantum q such that the overhead of context switching is minimized and at the same time each process is getting guaranteed execution on the CPU at least once in every t seconds?
- q = (t - ns)/ (n*1)
- q = (t - ns)/ (n-1) (correct)
- q = (t - ns)/ (n+1)
- q = (t - ns)/ n
Find the completion time of A under round robin scheduling with a time slice of one-time unit.
Find the completion time of A under round robin scheduling with a time slice of one-time unit.
- 8
- 10
- 9 (correct)
- 7
Paging suffers from what?
Paging suffers from what?
What is the minimum number of processes in the system that may cause a deadlock?
What is the minimum number of processes in the system that may cause a deadlock?
Flashcards are hidden until you start studying