Windows Programing Question:

Explain CPU Scheduler?

Tweet Share WhatsApp

Answer:

► Selects from among the processes in memory that are ready to execute, and allocates the CPU to one of them.
► CPU scheduling decisions may take place when a process:
1.Switches from running to waiting state.
2.Switches from running to ready state.
3.Switches from waiting to ready.
4.Terminates.
► Scheduling under 1 and 4 is nonpreemptive.
► All other scheduling is preemptive.

Download Windows Programing PDF Read All 35 Windows Programing Questions
Previous QuestionNext Question
Explain LDAP?Explain the important aspect of a real-time system or Mission Critical Systems?