Programming 1


Fundamentals

FORTRAN

First high level language made in 1954

State

Current position of code in terms of RAM

Branching

Set of conditions that jump to other parts of the code when said condition is met

Repetition

Recalling a code block so it can be used several times without rewriting it

High level language

Languages that perform logical operations on memory buffers

Syntax

Grammar and register of the code

Semantics

Meaning of code, and whether it is applicable for the purpose of the code