Automate and integrate – System administration – Active Domain administration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Microsoft Visual Basic Scripting Edition
A
VBScript – .vbs file extension
General purpose scripting in Windows – Back-end web server scripting – Scripting on the Windows desktop – Scripting inside of Microsoft Office applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
Shell script
A
Scripting the Unix/Linux shell – Automate and extend the command line
Starts with a shebang or hash-bang #! – Often has a .sh file extension
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
JavaScript
A
Scripting inside of your browser – .js file extension
Adds interactivity to HTML and CSS – Used on almost every web site
JavaScript is not Java – Different developers and origins – Very different use and implementation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
Python
A
General-purpose scripting language – .py file extension
Popular in many technologies – Broad appeal and support