Skip to content
executable
EntityQ778586· pop 41· linked from 514 articles

executable

Sign in to save

Also known as executable file, binary, executable program, .exe

thumb|A hex dump of an executable [[real mode loader. The first column consists of addresses of the first byte in the second column, which comprises bytes of data in hexadecimal notation (least significant byte first), and the last column consists of the corresponding ASCII form.]]

~4 min read

Article

4 sections
Contents
  • Native executable
  • See also
  • References
  • External links

thumb|A hex dump of an executable [[real mode loader. The first column consists of addresses of the first byte in the second column, which comprises bytes of data in hexadecimal notation (least significant byte first), and the last column consists of the corresponding ASCII form.]]

In computing, an executable is a resource that a computer can use to control its behavior. As with all information in computing, it is data, but distinct from data that does not imply a flow of control. Terms such as executable code, executable file, executable program, and executable image describe forms in which the information is represented and stored. A native executable is machine code and is directly executable at the instruction level of a CPU. A script is also executable although indirectly via an interpreter. Intermediate executable code (such as bytecode) may be interpreted or converted to native code at runtime via just-in-time compilation.

Gallery (2)

Connections

Categories