Algorithm
A series of instructions / sequence of steps designed to perform a particular task or solve a problem
Types of conditional statement
2. CASE… OF… OTHERWISE… ENDCASE
Types of loop structure & their description
Types of test data & reason for use
Difference between a variable and a constant in a program
A variable is used to store data that can change during the running of a program.
A constant is used to store data that will not be changed during the running of a program.
7 types of validation checks
4 types of verification checks
Use of variable ‘Counter’
To use as a loop counter when entering … (eg. the temperatures)
Comment on the efficiency of your design for Task 3.
2. Uses results from Task 2
Reason for use of data structure ‘Array’
Describe the data type Char.
A single character (from the keyboard)
Describe the data type String.
An (ordered) sequence of characters
Describe the data type Boolean.
A data type with two possible values
Describe the purpose of a conditional statement.
- dependent on meeting certain criteria
Validation
Verification
Explain what is meant by the term library routine.