Table of Contents
    Home / Definitions / Executable File
    Servers 1 min read

    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.

    In DOS systems, executable files have either a.COM or.EXE extension and are called COM files and EXE files, respectively.

    Was this Article helpful? Yes No