The working set of a process will change over time due to changes in the workload, e.g., going from looping and branching to serial execution.
Question 10 options:
True | |
False |
Correct Answer: True
Explanation:
The working set means the required amount of the memory that is needed by a process at a time interval.
A process is not only a program under execution but it is the active state of the program when it is executing and it has its own Process Control Block.
A process requires other resources like memory, CPU, hard disk, and Input/Output, etc.
The working set changes continuously over time as the workload change.
So, the given statement is true.
Get Answers For Free
Most questions answered within 1 hours.