Computer Science, asked by config13, 10 months ago

Partitioned allocation divides primary memory of computer into ……… memory partitions

Answers

Answered by RishiAEC
0

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.

Similar questions