What is a scheuler?
It is part of the OS that uses a scheduling algorithm to determine how to share the processor time
What is Round Robin Scheduling?
- If it is not finished then it has to go to the back of the queue
What is First Come First Served Scheduling?
- Like a supermarket
What is Shortest Job First Scheduling?
- This means that big jobs may not be completed
What is Shortest Remaining Time Scheduling?
What is Multi-level Feedback Queues?
This takes into account the priority of a task
-This is done as there are two queues , one with high priority and one with low priority