Answered Questions

  • Describe different job scheduling in operating systems?

    Scheduling is the activity of the deciding when process will receive the resources they request.FCFS: --- FCSFS stands for First Come First Served. In FCFS the job that has been waiting the longest is served next.Round Robin Scheduling: ---Round Robin scheduling is a scheduling method where each process gets a small quantity of time to run and then it is preempted and the next process gets to run....

    priya adak

    • Sep 20th, 2011

    job scheduling also called as long term scheduling....It select the process from these pool and load them into memory for execution..It controls the degree of multiprogramming....If the degree of mult...