| |
Source Code
Source code is made up of programming commands or statements written by a software programmer. The statements are written with either a text editor or a visual (WYSIWYG) programming interface and then saved into a file. The saved file contains the source code. Once source code has been compiled (turned into machine language or "code" usable by a computer), the resultant output is called object code. Object code is what makes a software application executable (usable).
|
|