Explain Scheduling?
Answer / 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 |
What is the difference between tty and pts?
How does swapping result in better memory management?
What is tcl timing?
How do I completely remove all traces of a program?
What do you mean by a process?
How does reference counting manage memory allocated objects? When can it fail to reclaim objects?
What is a 32 bit integer?
What is the difference between ram and cache memory?
Who invented os?
If two processes which shares same system memory and system clock in a distributed system, what is it called?
Explain trashing?
What are the different synchronization mechanisms?