Q1. Write a program for implementing the FCFS Scheduling algorithm?
Q2. Write a program for simulation of SJF Scheduling algorithm?
Q3. Write a program for implementing the round robin Scheduling algorithm?
Q4. Write a program for implementing the Priority scheduling algorithm?
Q5. Write a program for preemptive and non-preemptive?
Q6. Write a program for memory allocation according three conditions
(a) Best Fit
(b) Worst Fit
(c) First Fit
Q7. Write a program for the Paging procees?
Q8. Write a program to implement Banker's algorithm?