Correct option is C
A page fault occurs when a program tries to access a page that is not currently present in the main memory (RAM). The operating system then retrieves the missing page from secondary storage (like a hard disk) and loads it into memory, which can cause a delay. This is a normal part of memory management in systems using virtual memory.