31. Name two paging states for a page in memory? The two paging states are: The page is aging and is not yet eligible for swapping, The page is eligible …
Interview Questions and AnswersTechnical Interview Questions and AnswersUNIX
31. Name two paging states for a page in memory? The two paging states are: The page is aging and is not yet eligible for swapping, The page is eligible …
21. What is “the principle of locality”? It’s the nature of the processes that they refer only to the small subset of the total data space of the process. i.e. …
11. What is Fork swap? “fork()” is a system call to create a child process. When the parent process calls “fork()” system call, the child process is created and if …
1. What is the difference between Swapping and Paging? Swapping: Whole process is moved from the swap device to the main memory for execution. Process size must be less than …