42 42 votes Assume that the following jobs are to be executed on a single processor system$$\begin{array}{|c|c|} \hline \textbf{Job Id} & \textbf{CPU Burst Time} \\\hline \text{p} & 4 \\\hline \text{q} & 1 \\\hline \text{r} & 8 \\\hline \text{s} & 1 \\\hline \text{t} & 2 \\\hline \end{array}$$The jobs are assumed to have arrived at time $0^+$ and in the order $p,q,r,s,t$. Calculate the departure time (completion time) for job $p$ if scheduling is round robin with time slice $1$ $4$ $10$ $11$ $12$ None of the above Operating System gate1993 operating-system process-scheduling normal + – Kathleen 18.9k views answer comment Share Follow Print See all 8 Comments 8 8 Comments reply Show 5 previous comments Thadymademe commented Oct 6, 2022 reply Follow flag @G.K.T @ankit3009 0+ means that the all the processes comes immediately after 0 i,e every process comes after 0 together . 1 1 replyShare rhythmk commented May 8, 2024 reply Follow flag does the 0+ mean anything here? 0 0 replyShare legend_of_cse commented Dec 3, 2024 reply Follow flag It only means that all the process will arrives at time 0. 0 0 replyShare Please log in or register to add a comment.
Best answer 43 43 votes Answer: (C) Execution order: $p\;q\;r\;s\;t\;p\;r\;t\;p\;r\;\mathbf{p}\;r\;r\;r\;r\;r$ Rajarshi Sarkar answered Apr 26, 2015 • edited Apr 22, 2021 by Lakshman Bhaiya Rajarshi Sarkar comment Share Follow See all 2 Comments 2 2 Comments reply Hira Thakur commented Jan 9, 2019 reply Follow flag when all process arrives at 0 then it will work like FCFS with TQ=1??? 0 0 replyShare Satbir commented Sep 11, 2019 reply Follow flag Yes...for 1st iteration since nothing is mentioned so we give priority based on Job ID. Even when the time quantum becomes too large then also Round Robin behaves like FCFS 2 2 replyShare Please log in or register to add a comment.
9 9 votes Round Robin TQ=1 Arrival time of all the process is same gantt chart p q r s t p r t p r p 0 1 2 3 4 5 6 7 8 9 10 11 Answer - option c air1ankit answered Nov 20, 2017 air1ankit comment Share Follow 0 reply Please log in or register to add a comment.
8 8 votes p will depart at t = 11 Digvijay Pandey answered Apr 26, 2015 • edited Apr 26, 2015 by Digvijay Pandey Digvijay Pandey comment Share Follow 0 reply Please log in or register to add a comment.
3 3 votes Best Answer akshay_123 answered Jul 10, 2025 akshay_123 comment Share Follow 0 reply Please log in or register to add a comment.