Explanation:
The kernel is the core component of an Operating System that is loaded into the main memory during booting and remains there until the system is shut down.
Explanation:
Internal fragmentation happens when memory is allocated in fixed-size blocks (like pages), and a process requests less memory than the block size, leaving the remainder wasted inside that block.
No comments yet. Be the first to start the discussion!