First generation of programming languages
Second generation: assembly languages
Third generation languages
Compiler:
Programming paradigms
Primitive data types
What is array (data structure)
An array is a block of data where all elements are of the same type
What is aggregate type (data structure)
It’s a block of data where different elements can have different types
What is a variable?
En variabel är ett namngivet utrymme i primärminnet.
It’s a named location in primary memory, which can store a value.
What is a literal?
It’s a value of some type for example: 3.14
What is a constant?
It’s a named literal for example: const PI = 3.14;
Procedural units?
Translation process
Object oriented programming
Concurrent programming
Logic Programming