Question:

'.BAT' extension refers usually to what kind of file ?

Show Hint

Batch files (.bat) can be edited using any simple text editor (like Notepad), but they are executed directly by the operating system command prompt, making them powerful tools for system automation.
  • Compressed Archive file
  • System file
  • Audio file
  • Backup file
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
A file extension is a suffix at the end of a filename, separated by a period, that indicates the format and type of the file, telling the operating system which application is associated with it.

Step 2: Detailed Explanation:

- The ‘.BAT‘ file extension stands for a Batch file.
- A batch file is a plain text file containing a series of commands executed sequentially by the command-line interpreter (such as ‘cmd.exe‘ in Windows or MS-DOS).
- It is used to automate repetitive tasks, configure system settings, and execute utility scripts, making it a type of script or system executable file.
- Let us verify other file extension classes for comparison:
- Compressed Archive files: ‘.zip‘, ‘.rar‘, ‘.7z‘.
- Audio files: ‘.mp3‘, ‘.wav‘, ‘.aac‘.
- Backup files: ‘.bak‘, ‘.tmp‘.
Therefore, a ‘.BAT‘ file is best categorized under system/executable files.

Step 3: Final Answer:

The '.BAT' extension refers to a System file (specifically, a batch script file).
Was this answer helpful?
0
0