Memory Management Question:
Download Questions PDF

What is partitioned allocation?

OS Memory Management Interview Question
OS Memory Management Interview Question

Answer:

Partitioned allocation divides primary memory into multiple memory partitions, usually contiguous areas of memory. Each partition might contain all the information for a specific job or task. Memory management consists of allocating a partition to a job when it starts and unallocating it when the job ends.

Download OS Memory Management Interview Questions And Answers PDF

Previous QuestionNext Question
What is single contiguous allocation?What is paged memory management?