Skip to main content
source code

source code

21 4.1
Text of a computer program that people can read and change
  • noun
  • /sɔrs koʊd/
  • Specialized
translation icon : código fuente
  • We make the source code of this pipeline publicly available for the benefit of the community.
  • source code for a program

And they're all, they're not fundamentally changing the source code level of Ethereum.

Autoplay Next

Examples

  • Programmers frequently solve programming problems by creating new tool programs, such as scripts that generate source code from tables of data.

    Academic text (2012)
  • I need to make a couple adjustments to the source code.

  • Obviously, without control of your source code, I knew that was impossible.

  • So an example that we like to give is imagine that you were given the source code of Facebook, right?

  • People could just get into the open source code and they could introduce new features.

  • You can go to GitHub and get the source code if you want to see it.

  • In many cases, the attackers stole source code and other intellectual property.

    Academic text (2012)
  • In order to protect future sales, the vendor rarely sells the source code for the program.

    Academic text (1991)
  • So in C we write programs by writing source code, which is this English like syntax, similar to the Sox demonstration we did that last time.

  • You can go to GitHub and get the source code if you want to see it.

Synonyms

computer code
vssource code
  • Specialized
7 3.1

Instructions written in a language a computer can follow

is specific plain-text instructions requiring conversion into executable form
source program
vssource code
  • Specialized
1 5.6

A set of instructions written in a language people can read and later changed into code a computer can run

is plain text that must be converted by a compiler, interpreter, or assembler

How Readable

source code
  • Specialized
21 4.1
script
  • Specialized
70 3.6
code
  • Specialized
342 3.9
machine code
  • Specialized
1 4.9

Surface Forms

source code singular
source codes plural

Morphology

source + code

The meaning 'a program's original instructions' is directly compositional from 'source' (origin) + 'code' (program instructions); a learner who knows both words can readily infer it refers to the original/originating code. This compound is common in technical contexts and has close equivalents in many languages (e.g. Spanish 'código fuente'), so it is transparent to B1 learners familiar with the constituents.

Etymology

Source code comes from the idea of a source meaning 'the original' and a code meaning 'a set of instructions'. Think of it as a written recipe for a program that people read and the computer then turns into actions, so source code means the human-written instructions that make software.