Each process is contained in a single section of memory that is contiguous to…
2013
Each process is contained in a single section of memory that is contiguous to the section containing the next process is called
- A.
Contiguous memory protection
- B.
Contiguous memory allocation
- C.
Contiguous memory relocation
- D.
Contiguous memory utilization
Attempted by 667 students.
Show answer & explanation
Correct answer: B
Contiguous memory allocation refers to a memory management technique in which, whenever a user process requests memory, a single contiguous block of memory is allocated to that process according to its requirement.