InterviewSolution
Saved Bookmarks
| 1. |
Which process can be affected by other processes executing in the system?(a) cooperating process(b) child process(c) parent process(d) init processThe question was posed to me during an interview.This interesting question is from Process Synchronization in division Processes of Operating System |
|
Answer» RIGHT option is (a) cooperating process To explain I WOULD say: A cooperating process can be AFFECTED by other processes executing in the system. Also it can affect other processes executing in the system. A process SHARES data with other processes, such a process is KNOWN as a cooperating process. |
|