Difference between contiguous and non contiguous memory?

Answer:
In contiguous allocation there is no overhead during execution of a program.

In noncontiguous allocation address translation is performed during execution

Contiguous memory allocates single area of memory

Noncontigious memory allocates several memory areas - one memory are to each component of a process

First answer by Sunder.shyam36. Last edit by Sunder.shyam36. Contributor trust: 0 [recommend contributor recommended]. Question popularity: 5 [recommend question].