in contiguous allocation overhead during execution of a program.in non contiguous allocation address translation is performed during execution of a program..
in continuous memory aallocation method no overhaead for trhe execution of progtram. and in non continuous memory aalocation there is overhead on the execution of program
Contiguous is a word that is used normally when objects are spatially adjacent and Continuous is a word that is normally used when events are adjacent in time.This usage is probably the reason why...
Memory allocation: When a program asks for memory and gets it.
Contiguous allocation: When the memory is in one big block, for example memory addresses 1000-2000, as opposed to "fragmented...