Suppose the bus between memory and secondary storage is experiencing heavy page traffic.Does this imply thrashing? Explain.
What will be an ideal response?
Not necessarily. Heavy page traffic could imply that a program is switching to a new
working set, that a massive array is being processed, that a program that does not exhibit
good locality is being executed, that several I/O-bound processes are operating normally, and
so on. Thrashing is detectable by the operating system and, more specifically, by the memory
manager, which can notice that a process or processes are repeatedly requesting the same
pages that were just paged out.
You might also like to view...
The ________ contains the registry information that was saved during the last shutdown, and it is used to start your computer if Windows detects a problem in the boot process
Fill in the blank(s) with correct word
Which of the following file types tends to compress well?
A) Word B) GIF C) JPEG D) HTML
What is the result of the following code snippet?
``` var car = 4; var result = isNaN(car); document.write(result); ``` a. true b. NaN c. false d. 4
What is a set of methods, procedures, and rules that can be repeatedly carried out to produce software?
A. Standards B. Software testing C. Software methodology D. Software development