InterviewSolution
Saved Bookmarks
| 1. |
Which program code doesn’t need preprocessing before being run?(a) Text(b) Script(c) Both Text and Script(d) Comment |
|
Answer» The correct option is (b) Script The best I can explain: 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. |
|