Categories

Recent Posts

Archives

FeedBurner

Meta

 

October 2007
M T W T F S S
« Jul   Nov »
1234567
891011121314
15161718192021
22232425262728
293031  

Pages


« Web 2.0 and Social Media Optimization Trends: Memetrackers | Main | Improving Google Adwords Campaign Profitability Through the Elimination of Low Quality Clicks »

source code

By xaby | October 16, 2007

Program instructions in their original form. The word source differentiates code from various other forms that it can have (for example, object code and executable code).Initially, a programmer writes a program in a particular programming language. This form of the program is called the source program, or more generically, source code. To execute the program, however, the programmer must translate it into machine language, the language that the computer understands. The first step of this translation process is usually performed by a utility called a compiler. The compiler translates the source code into a form called object code. Sometimes the object code is the same as machine code; sometimes it needs to be translated into machine language by a utility called an assembler.

Source code is the only format that is readable by humans. When you purchase programs, you usually receive them in their machine-language format. This means that you can execute them directly, but you cannot read or modify them. Some software manufacturers provide source code, but this is useful only if you are an experienced programmer.

Sphere: Related Content

Topics: Web Development |

Comments are closed.