Files and Extensions for Scripts

Files and Extensions for Scripts

Question

Which of the following extensions identify files that are typically implemented as scripts? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

AE.

The extensions that identify files that are typically implemented as scripts are A) .vbs and E) .bat.

Here's a detailed explanation:

A script is a set of instructions that a computer follows to perform a specific task. A script file is a text file that contains a set of commands written in a scripting language. Script files usually have a specific file extension that identifies them as script files.

The following are the explanations of the given file extensions:

A) .vbs - This file extension is used for Visual Basic Script files. These files contain code written in the Visual Basic scripting language, which is used to automate tasks and customize Windows system features.

B) .txt - This file extension is used for plain text files. These files contain unformatted text and do not contain any executable code.

C) .exe - This file extension is used for executable files. These files contain compiled code that can be executed directly by a computer's operating system.

D) .zip - This file extension is used for compressed files that contain one or more files. These files need to be extracted before they can be used.

E) .bat - This file extension is used for batch files. These files contain a series of commands that are executed in sequence by the Windows command processor.

F) .xlsx - This file extension is used for Microsoft Excel spreadsheet files. These files contain structured data in a tabular format and are not used for scripting purposes.

In summary, the file extensions that identify files that are typically implemented as scripts are .vbs and .bat.