P5-Address translation?
When the system allocates a frame to any page, it translates this logical address into a physical address and creates an entry into the page table to be used throughout the execution of the program. When a process is to be executed, its corresponding pages are loaded into any available memory frames (tutorialspoint.com)