Answer:
Option b is the correct answer for the above question.
Explanation:
Thrashing occurs when the virtual memory of the computer is more used. It is because the system does not have more memory. That's why the virtual memory is busy in the paging or other work of the operating system and there is no memory left for the other useful work of the system and then Thrashing occurs.
The question statement states the same which is described above and this is the cause when thrashing occurs. Hence the b option is correct. while other is not because--
- Option "a" states about spooling but spooling is a concept of copy the data.
- Option C states about an interrupt but it is a concept to stop the work of CPU when any input is coming from the outside.
- Option D states about a pooling signal which is an operation of computers.
Explanation:
<h3>HOPE IT WILL HELP YOU TO SOLVE YOUR PROBLEM.</h3>
Answer:
Write a program to prompt the user for hours and rate per hour using input to compute gross pay. Use 35 hours and a rate of 2.75 per hour to test the program (the pay should be 96.25). You should use input to read a string and float() to convert the string to a number. ... #compute gross pay bye hours and rate per hour.
Explanation: