Explanation:
The BIOS performs the Power-On Self-Test (POST) to ensure all hardware components are functioning and then locates the bootloader to start the OS.
Explanation:
Non-preemptive priority scheduling allows a process to keep the CPU until it finishes or voluntarily yields, unless a higher priority process arrives (which would preempt in preemptive scheduling).
No comments yet. Be the first to start the discussion!