Multiple choice technology programming languages Which one of the following transfers control to another statement in a request ? JUMP JUMP TO CALL 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.