📝 Question
#56
Restricting the child process to a subset of the parent’s resources prevents any process from __________
✓
Correct Answer
C. overloading the system by creating a lot of sub-processes
💡
Explanation
Restricting the child process to a subset of the parent’s resources prevents any process from overloading the system by creating a lot of sub-processes. A process creates a child process, child process requires certain resources to complete its task. A child process can demand required resources directly from the system, but by doing this system will be overloaded. So to avoid overloading of the system, the parent process shares its resources among children.
⌨️ Press
A
B
C
D
to select