This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
Producing robust programs (2.3) MatchUp
Target Level
4-5
Running Total
0
0%
Attempt
1 of 3
Click on a top box, then click on its match below. Or, drag a top box and drop it onto the correct match. Match all pairs before clicking ‘Check’.
Final testing
Verification
Iterative testing
Type check
Validation
Test data
Authentication
Indentation
Syntax error
Length check
Comment
Logic error
The process of ensuring that given data is reasonable and sensible
The process of ensuring that given data matches the source document
The process of ensuring that a user is who they say they are
The process of checking that parts of a program work whenever changes are made to them
The process of checking that the entire program works correctly once it has been completed
An error that prevents the code from being properly compiled
An error that causes a program to act unexpectedly
Data that is used to check if a program is running correctly
Making sure that the given data has the correct number of characters
Text that can be added to code to explain the program without impacting how it runs
Making sure that the given data has the correct data type
A readability technique in which different lines of program code start at different distances from the margin