Operating System Programming and Technical Logical Reasoning Coding Decoding

Q. What is process spawning?

A. When the OS at the explicit request of another process creates a process, this action is called process spawning

Read Solution (Total 1)

Operating System Other Question

Q. When does the condition 'rendezvous' arise?

A. In message passing, it is the condition in which, both, the sender and receiver are blocked until the message is delivered.
What are the reasons for process suspension?
1) swapping
2) interactive user request
3) timing
4) parent process request