glossarysh.github.io/_topic/source-code.markdown
2018-05-29 15:54:37 +01:00

791 B

layout title snippet website
topic Source Code Source code is the text based representation of a computer program that is easy for a human to read and write.

Source code is a text based representation of a computer program that is easier for a human to understand. This allows humans to be able to create and understand computer programs without having to learn the complicated binary-based instructions that a computer understands.

Source code needs to go through a transformative process before a computer can understand and execute the instructions. This additional step is called compiling.

Examples

  • Python. Python is a widely used source code language that is known for its simplicity and readability.