Verified
Demand paging:- not all of a process's virtual address space required to be loaded in main memory at any particular time. Each page can be either:
- In memory (physical page frame)
- On disk (backing store)
Loading the page into the memory from disk while required is called as demand paging