source code


noun Computers.

program instructions that must be translated by a compiler, interpreter, or assembler into object code before execution.

British Dictionary definitions for source code

source code

noun

computing the original form of a computer program before it is converted into a machine-readable code

Scientific definitions for source code

source code
[ sôrs ]

Code written by a programmer in a high-level language and readable by people but not computers. Source code must be converted to object code or machine language by a compiler before a computer can read or execute the program. Compare object code.