Multiple choice technology programming languages

10 PRINT "Hello World!" 20 GOTO 10

  1. PYTHON

  2. Z

  3. CSP

  4. BASIC

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

The code uses line numbers (10, 20) and the 'PRINT' and 'GOTO' statements, which are characteristic of the classic BASIC programming language. Python, Z, and CSP do not use this syntax.