Multiple choice technology programming languages 10 PRINT "Hello World!" 20 GOTO 10 PYTHON Z CSP 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.