Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. Restricting the child process to a subset of the parent’s resources prevents any process from :
Correct Answer is : overloading the system by creating a lot of sub-processes
2. A parent process calling _____ system call will be suspended until children processes terminate.
Correct Answer is : wait
3. Cascading termination refers to termination of all child processes before the parent terminates ______
Correct Answer is : Normally
4. With _____________ only one process can execute at a time; meanwhile all other process are waiting for the processor. With ______________ more than one process can be running simultaneously each on a different processor.
Correct Answer is : Uniprogramming, Multiprocessing