0
1.8kviews
Write short note on Demand Paging.
1 Answer
| written 4.0 years ago by |
Demand Paging
Consider how an executable program might be loaded from disk into memory. One option is to load the entire program in physical memory at program execution time. However, a problem with this approach is that we may not initially need the entire program in memory. Suppose a program …