Multiple choice technology programming languages Which of the following is NOT strictly speaking a programming language? SQL PostScript AppleScript 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.