Multiple choice technology web technology

Which of the following allows you to conditionally execute a step based on the value of a variable at runtime

  1. SEQUENCE

  2. BRANCH

  3. LOOP

  4. REPEAT

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

The BRANCH construct allows conditional execution of steps based on runtime variable values. SEQUENCE executes steps linearly, LOOP and REPEAT are for iteration, while BRANCH provides decision-making capability at runtime.