200
Memory Management Requirements
nPhysical Organization
usecondary memory is the long term store for programs and data while main memory holds program and data currently in use
umoving information between these two levels of memory is a major concern of memory management (OS)
Fit is highly inefficient to leave this responsibility to the application programmer