The process table is resident all the time and contain information needed for all processes, even those that are not currently in memory.Correct
The user structure is swapped or paged out when its associated process is not in memory, in order not to waste memory on information that is not needed.Correct