Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Source code: Difference between revisions

From Coderwiki
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.

The two main types of translators for source code are: