Multiple choice technology

The purpose of Out parameter in service event is

  1. to update the screen input in working document

  2. to specify the next event to be executed

  3. to update the working document

  4. to update the working document with the results of service

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

The Out parameter in a service event captures the output returned from the service execution and updates the working document with those results. Option A incorrectly references screen input which is unrelated to service events. Option B describes flow control, not data passing. Option C is partially correct but incomplete - it doesn't specify that the update contains service results.