explain the terms: algorithm, syntax, data type and variable Flashcards
(4 cards)
1
Q
algorithm
A
A list of operations required to solve a problem
2
Q
syntax
A
The rules that define the format of each statement in a programming language including permitted symbols
3
Q
variable
A
The name of a memory location which holds data during program execution
4
Q
data type
A
A description of the kind of data which is stored or manipulated in a program.