Which program code doesn’t need preprocessing before being run?
A
Text
B
Script
C
Both Text and Script
D
Comment
Correct Answer: Script
A scripting or script language is a programming language for a special run-time environment that automates the execution of tasks. A script is program code that doesn’t need pre-processing (e.g. compiling) before being run.