Multiple choice technology programming languages

Which one of the following transfers control to another statement in a request ?

  1. JUMP

  2. JUMP TO

  3. CALL

  4. CALL TO

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

The JUMP statement is used to transfer control to another statement or label within the same request. CALL is for subroutines, while JUMP TO is not the correct syntax for this purpose.