Source code
From Coderwiki
More actions
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: