System Administrator 2026
What is the ready state of a process?
- A. When process is scheduled to run after some execution
- B. When process is unable to run until some task has been completed
- C. When process is using the cpu
- D. None of the mentioned
What is interprocess communication?
- A. Allows processes to communicate and synchronize their actions when using the same address space
- B. Allows processes to communicate and synchronize their actions
- C. Mechanism is used by cooperating processes to exchange data and information. there are two models of ipc: ? shared memory ? message passing
- D. None of the mentioned