Memory partitioning may be _______.
-
static
-
dynamic
-
both (1) and (2)
-
none of these
C
Correct answer
Explanation
Memory partitioning can indeed be static (partitions fixed at system initialization) or dynamic (partitions created and sized as needed during runtime). Both approaches are valid memory management strategies.