Source code: Difference between revisions
From Coderwiki
More actions
new: info, translators |
(No difference)
|
Latest revision as of 11:45, 15 August 2025
Source code is the human-readable version of the program.
It is written in a programming language.
CPUs only understand machine code, not source code. This means we need a translator to convert this source code into machine code which the computer understands.
Translators
edit edit sourceThe two main types of translators for source code are: