InterviewSolution
Saved Bookmarks
| 1. |
A process is thrashing if ____________(a) it spends a lot of time executing, rather than paging(b) it spends a lot of time paging than executing(c) it has no memory allocated to it(d) none of the mentionedI got this question in my homework.This intriguing question originated from Virtual Memory in section The Linux System of Operating System |
|
Answer» Correct option is (b) it spends a lot of TIME PAGING than executing |
|