The document contains answers to questions about scheduling algorithms in operating systems. It discusses Gantt charts and performance metrics like turnaround time and waiting time for processes under FCFS, SJF, priority, and round robin scheduling. It notes that SJF scheduling results in the minimal average waiting time. Starvation can occur with SJF and priority scheduling if higher priority processes continue arriving. Multilevel feedback queues and round robin discriminate favorably towards shorter processes by ensuring they are able to finish faster. Setting the exponential average formula parameters to α=0 and τ0=100 results in a constant prediction of 100ms, while α=0.99 and τ0=10ms gives more weight to recent CPU