Question 70 Consider a disk system with cylinders.The request to access the cylinders occurs in the following sequence: 4,34,10,7,19,73,2,15,6,20 Assuming that the head is currently at […]
Question 1 Two processes X and Y need to access a critical section. Consider the following synchronization construct used by both the processes. Here, varP and […]
Question 25 Which of the following process state transitions is/are NOT possible? A Running to Ready B Waiting to Running C Ready to Waiting D Running […]
Question 58 If the time-slice used in the round-robin scheduling policy is more than the maximum time required to execute any process, then the policy will […]