Q. A proper scripting language is a
β
Correct Answer: (A)
High level programming language
Explanation:
A scripting language is a high-level programming language designed for automating tasks, controlling software applications, and enhancing functionality. Examples include JavaScript, Python, and Bash.
Other options:
- (B) Assembly level programming language β Incorrect, as scripting languages are not written in assembly code.
- (C) Machine level programming language β Incorrect, since scripting languages are not directly executed by the CPU without an interpreter.
- (D) Low level programming language β Incorrect, because scripting languages are typically abstracted from hardware-specific operations.
Thus, the correct answer is (A) High level programming language.