Operating Systems Process Scheduling
- What is a process scheduler? State the characteristicsof a good process scheduler?ORWhat is scheduling? What criteria affects the schedulers performance?
- Explain time slicing. How its duration affects the overall working of the system.
- What is Shortest Remaining Time, SRT scheduling?
- What is Highest Response Ratio Next (HRN) Scheduling?
- What are the different principles which must be considered while selection of a scheduling algorithm?
- Find out which algorithm among FCFS, SJF And Round Robin with quantum 10, would give the minimum average time for a given workload.
- Explain pseudo parallelism? Describe the process model that makes parallelism easier to deal with.