MCQ Hive stays free thanks to ads. Please disable your ad blocker for this site so content and features keep working.
Operating System
Process Creation
Q
Restricting the child process to a subset of the parent’s resources prevents any process from __________
AA. Overloading the system by using a lot of secondary storage
BB. Under-loading the system by very less cpu utilization
CC. Overloading the system by creating a lot of sub-processes
DD. Crashing the system by utilizing multiple resources
Correct Answer:
C. 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.