Different memory allocation techniques

Report a typo

Match different memory allocation methods with their suitable descriptions.

Match the items from left and right columns
Single Contiguous Allocation
Partitioned Allocation
Paged Memory Allocation
Segmented Memory Allocation
Divides main memory into non-contiguous blocks of memory space of varying sizes and uses segment tables to store information about them.
Divides main memory into fixed size memory blocks, each responsible for one process.
Divides the computer’s main memory into fixed-size units and assigns logical addresses into them.
Reserve all available memory space for a single application.
___

Create a free account to access the full topic