Scripting Flashcards
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?
bat
Which of the following answers lists the filename extension of a Microsoft PowerShell script files?
.ps1
Files with this filename extension are used in a scripting language based on the Microsoft’s Visual Basic programming language.
.vbs
Which of the following answers refers to a script file type designed to be run in Unix command line?
sh
Which of the following answers refers to an example of filename extension used in a cross-platform, general-purpose programming language?
.py
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?
.js
Which of the following answers refers to a basic programming construct that repeats a sequence of instructions until a specified condition is reached?
Loop
Which of the following is a basic variable type designed to store whole numbers?
Integer
A basic data type designed to contain text information is known as:
String