Multiple choice technology programming languages

Extension of batch file (DOS, most of the microsoft windows)

  1. .btc

  2. .bth

  3. .bat

  4. .bah

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Batch files in DOS and Microsoft Windows use the .bat file extension. These files contain sequences of commands that are executed sequentially by the command interpreter (cmd.exe in modern Windows, command.com in DOS). They enable automation of repetitive tasks without requiring compilation or complex programming.