UNDERSTANDING COMPUTER FILES
FILE EXTENSIONS AND FILE TYPES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A filename extension for an executable file, typically to run an application.
|
ZIP
|
|
Codec
|
|
EXE
|
|
H.264
|
Explanation:
Detailed explanation-1: -An executable file has a filename extension of .exe. To produce executable code, you need to modify the Output Type setting in the project properties.
Detailed explanation-2: -An executable file has a filename extension of .exe (Windows) or no filename extension (UNIX).
Detailed explanation-3: -Linux does not use the file extension to determine if a file is executable. It uses a file attribute called the executable bit. Any file can be marked executable, and when attempting to execute a file Linux will look at the start of the file to see what type of executable it is.
There is 1 question to complete.