| |
Source code is a human readable collection of computing instructions. In most cases, this means a text file that is written by a programmer according to the syntax and semantic rules of a programming language. Computing hardware doesn't understand source code. Source files are compiled into a machine language at or before runtime. |
Type | | Definition | A human readable collection of computing instructions. | Value | Source code allows programmers to work in a high level language that hides the complexity of hardware. It is common for a single line of source code to translate to thousands of machine instructions. As such, it would be impossibly slow for programmers to produce large modern applications in machine language.
Source code is often portable meaning that it can be run on a variety of machine languages. | Related Concepts | |
Coding
This is the complete list of articles we have written about coding.
If you enjoyed this page, please consider bookmarking Simplicable.
© 2010-2023 Simplicable. All Rights Reserved. Reproduction of materials found on this site, in any form, without explicit permission is prohibited.
View credits & copyrights or citation information for this page.
|