d. True-false test, evaluated during activity execution that determines whether the flow of control in an activity continues with the next numbered step.
A Transition in an activity is a true-false test evaluated after each step executes that determines whether processing continues with the next step or jumps elsewhere. It's not for transferring control to another activity (that's Call), not evaluated before execution, and not automatically enabled.