Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Operating%20System%20Interview%20Questions%20and%20Answers

Question: What is the CPU Scheduler?
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 non-preemptive. All other scheduling is preemptive.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook