Multiple choice

Inter-process _____ is used for exchanging data.

  1. synchronization

  2. signaling

  3. communication

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Inter-process communication is the mechanism for exchanging data between processes. Synchronization coordinates timing and access to shared resources, while signaling sends simple notifications. Communication handles the actual data transfer.