Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 11:45, 15 August 2025 by Dylan (talk | contribs) (new: info, translators)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

The two main types of translators for source code are: