n The OS brings into main memory only a
few pieces of the program (including its
starting point)
n Each page/segment table entry has a
present bit that is set only if the
corresponding piece is in main memory
n The resident set  is the portion of the
process that is in main memory
n An interrupt (memory fault) is generated
when the memory reference is on a piece
not present in main memory