Q. When is the operation executing, suspended and active? (Solved)
1. an operation is executing when some process is actually running its code
2. an operation is suspended when it sends a synchronous message and it is waiting for the message to return
3. an operation is active when it is either executing or suspended
4. all of the mentioned
- d. all of the mentioned