Operating System sample questions and solutions
1. True or False. Explain briefly if false: a) In CPU scheduling, process starvation is possible in the FCFS technique. b) In Round-Robin CPU scheduling, the average turnaround time increases with the increase of time quantum. a) false. Unless processes take infinite amount of time to execute (which isn’t true), a process will eventually […]