Scripting Flashcards
1
Q
Batch File file extension
A
.bat
2
Q
PowerShell file extension
A
.ps1
3
Q
Bash (Bourne again) Shell Script file extension
A
.sh
4
Q
Python file extension
A
.py
5
Q
JavaScript file extension
A
.js
6
Q
Visual Basic Script file extension
A
.vbs
7
Q
What type of structure is “For Next” in Scripting?
A
Loop
8
Q
What type of structure is “Do While” in scripting?
A
Loop
9
Q
What type of Structure is “IF THEN ELSE”
A
Branch