CompTIA A+ 1102 Scripting

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:15 PM on 4/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

Batch Files

- ".bat" file extension

- scripting for Windows at the command line

2
New cards

Windows PowerShell

- command line for system administrators

- extend command line functions

- use cmdlets (command-lets)

- PowerShell scripts and functions

- standalone executables

- OS automation

- ".psl" file extension

3
New cards

Microsoft Visual Basic Scripting Edition (acronym)

VBScript

4
New cards

VBScript

- ".vbs" file extension

- general purpose scripting in Windows

- application automation

5
New cards

Shell Script

- scripting in the Unix/Linux shells

- starts with a shebang or hashbang ("#!")

- often has a ".sh" file extension

6
New cards

JavaScript

- scripting inside of the browser

- ".js" file extension

- adds interactivity to HTML and CSS

7
New cards

Python

- general purpose scripting

- ".py" file extension

8
New cards

Scripting Considerations

- unintentionally introducing malware

- inadvertently changing system settings