logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What are the different job scheduling in operating systems?


  • Correct Answer
  • Scheduling is the activity of the deciding when process will receive the resources they request FCS ---> 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 This is called time-sharing and gives the effect of all the processes running at the same time Shortest Job First ---> The Shortest job First scheduling algorithm is a nonpreemptive scheduling algorithm that chooses the job that will execute the shortest amount of time Priority Scheduling--->Priority scheduling is a scheduling method where at all times the highest priority process is assigned the resource 


  • Operating Systems problems


    Search Results


    • 1. What are operating system services?
    • Discuss
    • 2. What is a ready queue?
    • Discuss
    • 3. What is a job queue?
    • Discuss
    • 4. What is a binary semaphore?
    • Discuss
    • 5. What is SCSI?
    • Discuss
    • 6. What is a device queue?
    • Discuss
    • 7. What is a data register and address register?
    • Discuss
    • 8. What are deadlock prevention techniques?
    • Discuss
    • 9. What is a Safe State and what is its use in deadlock avoidance?
    • Discuss
    • 10. What is the difference between microkernel and macro kernel?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment