Which programming language utilizes scripts that are interpreted and executed line by line when the script is run?
- C#
- Java
- PowerShell
- C++
Answers Explanation & Hints: Scripting languages are different than compiled languages because each line is interpreted and then executed when the script is run. Scripting languages include Windows batch files, PowerShell, Linux shell script, VBScript, JavaScript, and Python.