...
Data-Structures
October 11, 2023
Data-Structures
October 11, 2023
Data-Structures
October 11, 2023
Data-Structures
October 11, 2023

Process-Scheduling

Question 6

Consider n processes sharing the CPU in a round-robin fashion. Assuming that each process switch takes s seconds, what must be the quantum size q such that the overhead resulting from process switching is minimized but at the same time each process is guaranteed to get its turn at the CPU at least every t seconds?

A
q ≤ t-ns/n-1
B
q ≥ t-ns/n-1
C
q ≤ t-ns/n+1
D
q ≥ t-ns/n+1
Question 6 Explanation: 
Correct Answer: A
Question 6 Explanation: 

Leave a Reply

Your email address will not be published. Required fields are marked *