Answer Posted / madhumathi
the way by which the processes are alloated to CPU to use
the CPU time is called scheduling.
there are different types of schedulings algorithms
1.FCFS(first come first serve)
2.SJF(shortest job first)
3. SHORTEST JOB NEXT
4.ROUND ROBIN
5. MULTILEVEL FEEDBACK SCHEDULING
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the major differences between Thread and Process?
Is it safe to cancel chkdsk?
What is starvation and aging?
What is operating system in computer?
Explain the difference between internal and external fragmentation in memory management. Suggest ways to reduce them.
Difference between logical and physical address space?
What are the different types of process termination?
Difference between short term, long term and medium term scheduler.
What resources are used when a thread created? How do they differ from those when a process is created?
What is difference between deadlock and starvation?
What are various scheduling queues?
What are the 4 major types of operating system?
What is the need of device status table?
What is a Real Time Operating System? Elaborate.
What are the different synchronization mechanisms?