Multiple choice

_______ refers to the computational complexity of allocating and locating memory.

  1. Wasted memory

  2. Time complexity

  3. Memory access overhead

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Time complexity in memory management measures the computational cost of operations like allocating memory blocks, locating free space, or deallocating used blocks. Efficient allocation algorithms (like buddy systems) reduce this complexity, improving overall system performance.