0 0 votes What should be less time consuming approach for such type of questions Operating System zeal-test-series operating-system process-scheduling zeal2019 + – Prince Sindhiya 934 views answer comment Share Follow Print See all 5 Comments 5 5 Comments reply Show 2 previous comments Soumya29 commented Oct 11, 2018 reply Follow flag Suppose burst times of A, B and C are $T_A,T_B,T_C$ respectively. According to ques.- $T_A = 6+x$. (Here $x$ is A's remaining time .) A ran for 6-time units and got preempted and B got CPU) This is possible only when $x > T_B$ Now, $T_B = 2+y$. (Here $y$ is B's remaining time .) B ran for 2-time units and got preempted and C got CPU) This is possible only when $y > T_C$ So we have- $T_C = 4\\T_B=2+y\\y >T_C \ so \ y >4\\T_A=6+x\\ x >T_B$ So minimum value of y can be 5 so minimum value of $T_B=2+5=7.$ Minimum value of x can be 8 so minimum value of $T_A=6+8=14$ 1 1 replyShare MiNiPanda commented Oct 11, 2018 reply Follow flag If D is the correct option then TA-6 =5 and TB=7 (given) i.e. remaining time of A is less than B's BT. Then how could B have pre empted A? 0 0 replyShare Magma commented Oct 11, 2018 reply Follow flag yes Non of the options are correct 0 0 replyShare Please log in or register to add a comment.