Programming - 2.1 Develop code Flashcards
1
Q
Execution:
A
The process by which a computer carries out the instructions of a computer program.
2
Q
Syntax error:
A
an error that occurs when a rule of the programming language is brocken.
3
Q
data types:
A
specifies what kind of data it can hold. E.g: integer
4
Q
Initialisation:
A
the process of assigning an initial value to a variable.