Paper 2 · Systems Analysis
A system is tested to ensure workers are paid no less than 800 per week. Give an example of abnormal (invalid) test data for this test.
Model answer
$900
Also accepted: 900, -$5, -5, $0, 0
Explanation: Abnormal test data falls outside the valid 800 range, e.g. $900 or a negative value.
Derived from ZIMSEC Computer Studies 7014/2 Paper 2, November 2015, Q5

