Decompose the problem Lessons

Step-by-step lessons covering OCR AS Level Computer Science Decompose the problem for AS Level Computer Science. Each lesson works through exam-style questions.

What decomposition means

Decomposition means breaking a large problem into smaller subproblems that are easier to understand, design, implement, test and maintain. In OCR H446, this matters because design marks reward the quality of your planning, not just the final code.

Decompose the problem Lesson