13. Systematic Approach to Problem Solving AQA A-Level Computer Science

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

Last updated 7:32 PM on 2/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Analysis

The definition of a problem and the establishment of the system requirements and data analysis necessary to solve the problem, after the necessary research

2
New cards

Design

The planning and specification of the data structures, algorithms, modules and interfaces necessary for the solution to the problem.

3
New cards

Implementation

Writing the code necessary to create the algorithms and data structures from the design phase, in an iterative process of prototyping

4
New cards

Acceptance Testing

A component of testing with the intended users to ensure the intended solution is met.

5
New cards

Boundary Data

Test input data that lies on the boundary of the system’s expected range

6
New cards

Erroneous Data

Test input data that lies outside of the system’s expected range (incorrect data).

7
New cards

Normal Data

Test input data that lies within the system’s expected range. It should return the expected output.

8
New cards

Testing

Running implementations to check for the presence of errors, using selected test data covering normal (typical), boundary, and erroneous data.

9
New cards

Evaluation

The judgement of the system to check if it has met the required criteria to be an effective solution to the initial problem.