The data structure used to represent the allocation status of main memory is…
2025
The data structure used to represent the allocation status of main memory is known as:
- A.
Page table
- B.
File allocation table
- C.
Memory map
- D.
Memory management unit
Attempted by 415 students.
Show answer & explanation
Correct answer: C
The data structure used to represent the allocation status of main memory is a memory map. A memory map keeps track of which portions of memory are free and which are allocated. It is essential for memory management in operating systems.