Basic Scripting Techniques Flashcards

1
Q

.bat

A

Windows Batch File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

.ps1

A

Powershell scripting file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

.vbs

A

Visual Basic Scripting file

Network administrators often use VBScript to perform repetitive administrative tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

.sh

A

shell scripting file

A .sh file is used for a shell script and its first line always begins with #!/bin/bash that designates the interpreter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

.js

A

JavaScript runs instruction in web pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

.py

A

Python file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly