source code
(redirected from Source-code)Also found in: Dictionary, Thesaurus.
source code
Computing the original form of a computer program before it is converted into a machine-readable code
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005
source code
[′sȯrs ‚kōd] (computer science)
The statements in which a computer program is initially written before translation into machine language.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
source code
(language, programming)(Or "source", or rarely "source
language") The form in which a computer program is written by
the programmer. Source code is written in some formal
programming language which can be compiled automatically into
object code or machine code or executed by an
interpreter.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)