program source code

  • 1source code — noun program instructions written as an ASCII text file; must be translated by a compiler or interpreter or assembler into the object code for a particular computer before execution • Hypernyms: ↑ASCII text file * * * noun : computer code in its… …

    Useful english dictionary

  • 2source code — pradinė programa statusas T sritis automatika atitikmenys: angl. language program; source code; source program; source routine; subject program; subject routine vok. Originalprogramm, n; Quellencode, m; Quellprogramm, n; Ursprungscode, m;… …

    Automatikos terminų žodynas

  • 3source code — A computer program written in its original programming language. In source code form a program is intelligible to a suitably trained human being. To be intelligible to a machine it is translated (compiled) into object code. + source code USA The… …

    Law dictionary

  • 4source code — ˈsource code noun [uncountable] COMPUTING the form or language in which a computer program is written, which must be changed into machine code (= a different form using only numbers ) before a computer can understand it * * * source code UK US… …

    Financial and business terms

  • 5Source Code Control System — (SCCS) was the first source code revision control system. It was originally developed at Bell Labs in 1972 by Marc J. Rochkind for an IBM System/370 computer running OS/MVT. It was later rewritten for UNIX, then running on a PDP 11. Subsequently …

    Wikipedia

  • 6source code — source codes N VAR Source code is the original form of a computer program as it is written by a programmer. It is then converted into code that the computer can understand. [COMPUTING] …

    English dictionary

  • 7source code — n [U] technical the original form in which a computer program is written before it is changed into a form that a particular type of computer can read →↑machine code …

    Dictionary of contemporary English

  • 8source code — source ,code noun count COMPUTING a set of instructions for a computer program that a computer PROGRAMMER understands and that are translated into instructions that a computer understands …

    Usage of the words and phrases in modern English

  • 9Source code — For the 2011 film, see Source Code. Not to be confused with source coding. An illustration of Java source code with prologue comments indicated in red, inline comments indicated in green, and program code indicated in blue In computer science,… …

    Wikipedia

  • 10Source code editor — A source code editor is a text editor program designed specifically for editing source code of computer programs by programmers. It may be a standalone application or it may be built into an integrated development environment (IDE). Source code… …

    Wikipedia