Menu

Processes Questions

MCQ
31.
Which of the following does not interrupt a running process?
forum Discussion
MCQ
32.
Which process can be affected by other processes executing in the system?
forum Discussion
MCQ
33.
A parent process calling _____ system call will be suspended until children processes terminate.
forum Discussion
MCQ
34.
Cascading termination refers to termination of all child processes before the parent terminates ______
forum Discussion
MCQ
35.
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.
forum Discussion
MCQ
36.
In UNIX, each process is identified by its __________
forum Discussion
MCQ
37.
In UNIX, the return value for the fork system call is _____ for the child process and _____ for the parent process.
forum Discussion
MCQ
38.
The child process can __________
forum Discussion
MCQ
39.
The child process completes execution, but the parent keeps executing, then the child process is known as __________
forum Discussion
MCQ
40.
What is Inter process communication?
forum Discussion