If the page size increases the internal fragmentation?

A ) Increases ✅

B ) Decreases

C ) Remain constant

D ) None of these


Explanation: Internal fragmentation occurs when memory is allocated in fixed-size blocks, and the allocated memory is not fully used, resulting in wasted space within each block. This inefficiency happens when a process requires less memory than the block size, leaving unused portions within the allocated memory.