Computer Fundamentals - 12
π₯οΈ Memory Management in Computers
Memory Management is an OS function that handles how RAM is allocated, used & freed for processes. It ensures efficiency and smooth multitasking. π
β¨ Types of Memory Allocation:
πΉ Contiguous Allocation β Each process gets a single continuous block of memory.
πΉ Non-Contiguous Allocation β Process memory is divided into multiple parts placed anywhere in RAM (e.g., Paging, Segmentation).
Itβs like organizing your cupboard ποΈ β either one big shelf (contiguous) or multiple small shelves (non-contiguous).

Top comments (0)