Script File Extensions and Their Uses

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

18 question-and-answer flashcards reviewing file extensions, typical platforms, and purposes for common scripting languages.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

What is the file extension for a Bash shell script?

.sh

2
New cards

Which platform commonly uses .sh scripts?

Linux/macOS

3
New cards

What is the purpose of .sh scripts?

Automating tasks in Unix-like environments using shell commands

4
New cards

What is the file extension for a Windows batch script?

.bat

5
New cards

Which platform commonly uses .bat scripts?

Windows

6
New cards

What is the purpose of .bat scripts?

Automating tasks using Windows CMD commands

7
New cards

What is the file extension for a PowerShell script?

.ps1

8
New cards

Which platform commonly uses .ps1 scripts?

Windows / Cross-platform

9
New cards

What is the purpose of .ps1 scripts?

Advanced task automation and system administration

10
New cards

What is the file extension for a VBScript file?

.vbs

11
New cards

Which platform commonly uses .vbs scripts?

Windows

12
New cards

What is the purpose of .vbs scripts?

Legacy scripting and Windows automation

13
New cards

What is the file extension for a Python script?

.py

14
New cards

Which platform commonly uses .py scripts?

Cross-platform

15
New cards

What is the purpose of .py scripts?

General-purpose programming and scripting

16
New cards

What is the file extension for a JavaScript file?

.js

17
New cards

Which platform commonly uses .js scripts?

Web/Cross-platform

18
New cards

What is the purpose of .js scripts?

Web development and some automation