Scripting Flashcards
what is .ps1?
a powershell file
what is .bat?
a batch file
what is a .vbs file?
visual basic file
what is a .sh file?
a bash scripting file
what is .js?
for javascript files
what is a .py file?
a python file
what is a shell script?
text based file that contains commands that can be interpreted and presented to the computer.
what is visual basic script?
scripting language based on the visual basic programming language.
what is Linux Shell Script?
works a lot like the way batch works inside of windows
what is a JavaScript file?
scripting language designed to be implemented inside of a web based interface.
what scripts are used in windows?
.bat .ps1 .vbs
what scripts are used inside Linux?
.sh
what scripts are used in MacOS?
.js/AppleScript
what script is cross platform?
.py
what are variables?
used to store values and data for different data types.