InterviewSolution
Saved Bookmarks
| 1. |
A process is thrashing if ____________(a) it is spending more time paging than executing(b) it is spending less time paging than executing(c) page fault occurs(d) swapping can not take placeI got this question at a job interview.This interesting question is from Virtual Memory topic in portion The Linux System of Operating System |
|
Answer» The CORRECT choice is (a) it is SPENDING more time PAGING than executing |
|