TechTerms.com - Computer and Technology Terms Defined and Explained
Browse Alphabetically
#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z


Compile printable version
When programmers create software programs, they first write the program in source code, which is written in a specific programming language, such as C or Java. These source code files are saved in a text-based, human-readable format, which can be opened and edited by programmers. However, the source code cannot be run directly by the computer. In order for the code to be understood by the computer's CPU, it must be compiled into an executable program.

Most software development programs include a compiler, which compiles source code files into machine code. This code, sometimes referred to as object code, can be executed directly by the computer's processor. Therefore, the resulting application is often referred to as an executable file. Windows executable files have a .EXE file extension, while Mac OS X programs have .APP extension, which is often hidden.
Tech Factor Tech Factor of 6
Category
Software Terms Updated 12/27/07

About the Tech Terms Dictionary | Terms of Use | Help | Contact

Copyright © 2005-2008 TechTerms.com. All Rights Reserved.