diffrent types of Scheduling Algorithms



Scheduling Algorithms

Scheduling algorithms here which are following:
1.      First Come First Serve(FCFS) Scheduling
2.      Shortest-Job-First(SJF) Scheduling
3.      Priority Scheduling
4.      Round Robin(RR) Scheduling
5.      Multilevel Queue Scheduling
6.      Multilevel Feedback Queue Scheduling

Comments

Popular posts from this blog

Write C programs to simulate the Paging techniques of memory management

Write C programs to simulate the Two level directory File organization technique

Write C programs to simulate the Hierarchical directory File organization technique