Which of the following filename extension suggests that the file is a backup copy of another file?
A
.txt
B
.com
C
.bas
D
.bak
E
None of the above
Correct Answer: .bak
In computing, ".bak" is a filename extension commonly used to signify a backup copy of a file.When a program is about to overwrite an existing file (for example, when the user saves the document they are working on), the program may first make a copy of the existing file, with .bak appended to the filename. This common .bak naming scheme makes it possible to retrieve the original contents of the file. In a similar manner, a user may also manually make a copy of the file before the change and append .bak to the filename.