Multiple choice technology performance

7.In the Run-Time Settings if we insert the block which consists of three actions. What are all properties for the block so that the actions can be executed?

  1. a.Sequential

  2. b.Sequential & Unique

  3. c.Sequential & Random

  4. d.Sequential, Random and Unique

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

When a block contains multiple actions, they can be executed either sequentially (in order) or randomly. Both Sequential and Random are valid execution properties. Unique applies to parameter selection, not action execution order.