Question
Which statement defines preemptive CPU scheduling?
Select an option. Your answer will be checked instantly.
Correct Answer: B. The operating system may take the CPU from a running process before it finishes its CPU burst
Explanation:
Preemptive scheduling permits the kernel to interrupt a running process and reassign the processor.
This supports responsiveness and priority enforcement but adds synchronization and switching concerns.
Leave a Reply