An online booking system for a youth theater group accepts registration applications only from individuals aged 11 to 18 inclusive. The system outputs "ACCEPTED" if the age is valid, and "REJECTED" if it is not.
The system algorithm is tested using a range of test data.
Complete the table below by providing one suitable example of test data (Age) for each specified type of test.
| Test data (Age) | Type of test | Expected output |
|---|---|---|
| Normal | "ACCEPTED" | |
| Boundary | "ACCEPTED" | |
| Erroneous | "REJECTED" |
21 exam-style questions on OCR GCSE Computer Science Testing. Each one has a worked solution and a mark scheme showing where the marks go.