Multiple choice Inter-process _____ is used for exchanging data. synchronization signaling communication 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.