Programming Language

We use programming languages to talk to computers, but how does it work? Here we list out some common syntax, characteristics of different programming languages and how their code get executed on a computer.

Type

Static type means the type of every variable is known at compile-time, while dynamic type indicates that some variables have unknown type at compile-time, which are figured out during run-time.

Syntax

For loop vs while loop

Language specifics

Code execution flow

Our human readable source code has to go through a sequence of operations to become electrical signals on silicon chips.

See also

←Previous Next→