in variable partition schema memory will allocated in contiguous manner.
memory management technique is of two types contiguous memory allocation and non contiguous memory allocation.
in variable partition schema initially memory will be conitguous free block . when we insert a process 120k and 120k then it should be in contiguous manner.
ok sir but plz refer to this question https://gateoverflow.in/2747/gate1996-2-18 in this question then why is the answer 181 ?? cuz if the two partitions 200 and 260 are continuously allocated then the answer should have been 541 but if we arrange in such a manner like :- 200 - 180 - 260 -180 - 180 OR 200-180-180-260-180
then only the minimum size can be 181 rt?
GATE Overflow