Computer code: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 204.116.214.180 (talk) to last revision by 99Electrons (TW)
more specific
 
(25 intermediate revisions by 23 users not shown)
Line 1:
'''Computer code''' may refer to:
{{Unreferenced|date=September 2018}}
{{Program execution}}
'''Computer code''' or '''program code''' is the set of instructions forming a [[computer program]] which is [[Execution (computing)|executed]] by a [[computer]]. It is one of two components of the [[software]] which runs on [[computer hardware]], the other being the [[data (computing)|data]].
 
* [[Bytecode]], a byte-based, cross-platform, intermediate executable format
Computers can only directly execute the [[machine code]] instructions which are part of their [[instruction set]]. Because these instructions are difficult for humans to read, and writing good programs in machine code or other [[low-level programming language]]s is a time-consuming task, most [[programmer]]s write in the [[source code]] of a [[high-level programming language]]. This source code is [[Translator (computing)|translated]] into machine code by a [[compiler]] or [[interpreter (computing)|interpreter]] so that the computer can execute it to perform its [[task (computing)|task]]s. A compiler produces [[object code]] which is usually in machine language but may also be in an intermediate language which is at a lower level than the source. [[Bytecode]] is a lower level of source which is designed for more efficient interpretation by interpreters.
* [[Machine code]], processor-native executable format
* [[Source code]], represents software in a human-readable format
 
{{compu-prog-stubdisambiguation}}
 
[[Category:Computer programming]]