os211

Top 10 List of Week 08

  1. Scheduling This website gives explanation about Scheduling.

  2. Preemptive and Non Preemptive Scheduling This article explains about preemptive and non preemptive scheduling. It also explains about the difference between both.

  3. First Come First Serve Scheduling This website explains about the first come first serve scheduling algorithm.

  4. Shortest Job First Scheduling This website explains about the shortest job first scheduling algorithm.

  5. Priority Scheduling This website explains about the priority scheduling algorithm.

  6. Shortest Remaining Time First Scheduling This website explains about the shortest remaining time first scheduling algorithm. It also mention how it differs with the shortest job next algorithm.

  7. Round Robin Scheduling This website explains about the round robin scheduling algorithm.

  8. Multilevel Queue CPU Scheduling This website explains about the multilevel queue CPU scheduling algorithm.

  9. Big O Notation This article explains about the big O notation for calculating complexity.

  10. CPU Burst Time in SJF This website explains on how to predict CPU Burst Time for a process in SJF scheduling.