Scripting Flashcards

1
Q

Which type of script file would be used to store a series of commands designed to automate tasks in DOS, OS/2 and Microsoft Windows?

A

bat

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

Which of the following answers lists the filename extension of a Microsoft PowerShell script files?

A

.ps1

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

Files with this filename extension are used in a scripting language based on the Microsoft’s Visual Basic programming language.

A

.vbs

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

Which of the following answers refers to a script file type designed to be run in Unix command line?

A

sh

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

Which of the following answers refers to an example of filename extension used in a cross-platform, general-purpose programming language?

A

.py

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

Which type of script filename extension would be used to create a script file that extends the scope of interaction between a user and a web page?

A

.js

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

Which of the following answers refers to a basic programming construct that repeats a sequence of instructions until a specified condition is reached?

A

Loop

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

Which of the following is a basic variable type designed to store whole numbers?

A

Integer

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

A basic data type designed to contain text information is known as:

A

String

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