Bash, the Crucial Exams Chat Bot
AI Bot
Scripting Languages and File Extensions Flashcards
CompTIA A+ 220-1002 Flashcards
Study our Scripting Languages and File Extensions flashcards for the CompTIA A+ 220-1002 exam with 6+ flashcards. View as flashcards, a searchable table, or as a fun matching game.
| Front | Back |
| .bat | Batch File, used by Windows operating systems and runs in Command Prompt |
| .js | JavaScript file, used to run the JavaScript programming language. Most often used in browsers to automate web pages, but can be used directly on an OS using tools like NodeJS |
| .ps1 | PowerShell script, available by default on modern Windows Operating Systems |
| .py | Python script or file, used to run code written in the Python programming language. Python works on many Operating Systems and can be used for scripts or building full applications |
| .sh | Bash Script, used on Linux and Unix Operating Systems and run in a Shell. Most common Linux shell is BASH (Bourne Again Shell) |
| .vbs | Virtual Basic script written in the VBScript language, used on Windows Operating Systems. Is less common than Batch and Powershell scripts but can still be found |