Executable File

Return to Glossary

Executable File is a file in a format that the computer can directly execute. Unlike source files, executable files cannot be read by humans. To transform a source file into an executable file, you need to pass it through a Compiler or assembler.

Source: Executable File