1/17
18 question-and-answer flashcards reviewing file extensions, typical platforms, and purposes for common scripting languages.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the file extension for a Bash shell script?
.sh
Which platform commonly uses .sh scripts?
Linux/macOS
What is the purpose of .sh scripts?
Automating tasks in Unix-like environments using shell commands
What is the file extension for a Windows batch script?
.bat
Which platform commonly uses .bat scripts?
Windows
What is the purpose of .bat scripts?
Automating tasks using Windows CMD commands
What is the file extension for a PowerShell script?
.ps1
Which platform commonly uses .ps1 scripts?
Windows / Cross-platform
What is the purpose of .ps1 scripts?
Advanced task automation and system administration
What is the file extension for a VBScript file?
.vbs
Which platform commonly uses .vbs scripts?
Windows
What is the purpose of .vbs scripts?
Legacy scripting and Windows automation
What is the file extension for a Python script?
.py
Which platform commonly uses .py scripts?
Cross-platform
What is the purpose of .py scripts?
General-purpose programming and scripting
What is the file extension for a JavaScript file?
.js
Which platform commonly uses .js scripts?
Web/Cross-platform
What is the purpose of .js scripts?
Web development and some automation