Operating SystemTU Board 2083
Assume that the three processes P1, P2 and P3 arrived at the time 0 in order, with burst time 6 ms, 4ms and 5 ms respectively. Compute the average TAT for each processes using scheduling algorithms…
10Assume that the three processes P1, P2 and P3 arrived at the time 0 in order, with burst time 6 ms, 4ms and 5 ms respectively. Compute the average TAT for each processes using scheduling algorithms RR(quantum=2ms), FCFS and SJF.
A worked answer is on its wayMeanwhile, read the Operating System notes for this topic.
Discussion
Loading…
More Operating System questions
If FIFO page replacement is used with four page frames and eight pages, how many page faults will occur with the reference string 0172327103 if the four…TU Board 208310List and explain the advantages of DMA. Describe the structure of a disk.TU Board 208310Why do we need time sharing in operating system? Explain.TU Board 20835Define address space. Explain the limitations of batch system.TU Board 20835When an interrupt or a system call transfers control to the operating system, a kernel stack area separate from the stack of the interrupted process is…TU Board 20835How do you implement file system? Explain.TU Board 20835