Describe different job scheduling in operating systems?
Submitted by: AdministratorScheduling 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. 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.
Submitted by: Administrator
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. 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.
Submitted by: Administrator
Read Online Windows Job Interview Questions And Answers
Top Windows Questions
☺ | Why thread is called as a lightweight process? |
☺ | What is LDAP? |
☺ | What is the Difference between Windows 2003 standard Enterprise, Premium, Data center and Web Edition? |
☺ | Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them? |
☺ | How do you recover an object in Active Directory, which is accidentally deleted by you, with no backup? |
Top Operating System (OS) Categories
☺ | RTOS Interview Questions. |
☺ | Windows 7 Interview Questions. |
☺ | MAC Operating System Interview Questions. |
☺ | Disk Operating System (DOS) Interview Questions. |
☺ | Shell Scripting Interview Questions. |