1,493 views

1 Answer

0 votes
0 votes
A) Program Structure

reason: Thrashing occurs when page fault rate increases which in turn increases the page fault rate which  results in less amount of productive work .

It depends on which type of page replacement algorithm we use, if we use global page replacement algorithm then thrashing will occur . We can  minimize the effects of thrashing  by using local page replacement.

Related questions

0 votes
0 votes
1 answer
2
ankitgupta.1729 asked Dec 15, 2017
2,006 views
Which of the following mechanism will helpful to reduce thrashing?a)Decreasing the degree of multiprogramming.b)Increasing the RAM size
0 votes
0 votes
0 answers
3
1 votes
1 votes
1 answer
4
shikharV asked Nov 28, 2015
944 views
Given answer: APlease explain.