Glossary:Source Code

Source code is software in a human-readable form as created by a developer. Generally, this cannot be directly understood or run by a computer, but has to be translated into object code by a special program called a compiler, or read, interpreted and executed line by line by a program known as an interpreter.