Complete the sentence to define internal fragmentation.
Internal fragmentation occurs when allocated memory blocks have unused space inside the [1].Internal fragmentation happens when the memory allocated to a process is larger than what it actually needs, leaving unused space inside the allocated block.
Complete the sentence to define external fragmentation.
External fragmentation happens when free memory is split into small [1] scattered around, making it hard to allocate large blocks.External fragmentation occurs when free memory is divided into small pieces scattered throughout, preventing allocation of large contiguous memory blocks.
Fix the error in the sentence describing internal fragmentation.
Internal fragmentation wastes memory outside the allocated [1].Internal fragmentation wastes memory inside the allocated memory block, not outside.
Fill both blanks to complete the sentence about fragmentation types.
Internal fragmentation wastes space [1] the allocated block, while external fragmentation wastes space [2] allocated blocks.
Internal fragmentation is unused space inside allocated blocks. External fragmentation is free space scattered between allocated blocks.
Fill all three blanks to complete the explanation of fragmentation effects.
Internal fragmentation occurs due to [1] allocation sizes, causing wasted space [2] blocks. External fragmentation happens when free memory is [3] into small pieces.
Internal fragmentation happens because of fixed allocation sizes, leaving wasted space inside blocks. External fragmentation occurs when free memory is split into small scattered pieces.