Multiple choice technology programming languages

Which of the following is NOT strictly speaking a programming language?

  1. SQL

  2. PostScript

  3. AppleScript

  4. Tcl

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

SQL is a query language for databases, not a general-purpose programming language - it lacks features like loops, conditionals, and general computation. PostScript, AppleScript, and Tcl are all Turing-complete programming languages.