Correct option is E
A
scripting language is a programming language designed to automate tasks and is often used within another application or domain. Examples include JavaScript (for web browsers), Python (for scripting tasks), and Bash (for shell scripting).
Important Key Points:
1.
Purpose: Simplifies tasks by automating processes within software applications.
2.
Interpreted Language: Scripts are executed directly without compiling, making them fast and flexible.
3.
Common Applications: Web development, system administration, and task automation.
Knowledge Booster:
·
Web Scripting: JavaScript, PHP, and Python are commonly used in web applications.
·
System Scripting: Bash and PowerShell are used for managing operating systems.
·
Difference from Programming Languages: Scripting languages are generally used for specific tasks rather than building complete standalone applications.