The present bit in the process page table indicates if that block is present in the RAM or not present in the RAM .
If the Present Bit = 1 Then the Block is present in the RAM.
If the Present Bit = 0 Then the Block is Not present in the RAM.
The CPU use page fault interrupt to load the blocks.