Skip to content
Computing · Year 11

Active learning ideas

Decomposition and Problem Breakdown

Active learning works for decomposition and pattern recognition because these skills require students to externalize their thinking. When students draw, write, or physically arrange ideas, they reveal gaps in their understanding and practice breaking problems into manageable parts. This hands-on approach turns abstract concepts into visible, correctable steps that build confidence and competence.

National Curriculum Attainment TargetsGCSE: Computing - Computational ThinkingGCSE: Computing - Problem Solving
20–30 minPairs → Whole Class3 activities

Activity 01

Gallery Walk30 min · Small Groups

Gallery Walk: Real-World Abstractions

Display various complex systems around the room, such as a London Underground map, a recipe, and a video game UI. Students move in groups to identify which details have been removed (abstracted) and why those omissions make the system easier to use.

Explain how decomposing a problem aids in identifying potential solutions.

Facilitation TipDuring the Gallery Walk, circulate with a clipboard and note which pairs are able to explain their abstraction in one sentence or less, reinforcing the idea that good abstraction is concise.

What to look forPresent students with a scenario, such as 'planning a school trip'. Ask them to list three distinct sub-problems involved. Then, for one sub-problem, ask them to identify one input, one process, and one output.

UnderstandApplyAnalyzeCreateRelationship SkillsSocial Awareness
Generate Complete Lesson

Activity 02

Inquiry Circle25 min · Small Groups

Inquiry Circle: Pattern Spotting

Give students a set of five seemingly different coding problems. They must work together to find the underlying pattern that connects them, eventually designing a single 'master' algorithm that could solve all five.

Compare the effectiveness of different decomposition strategies for a given problem.

Facilitation TipFor the Collaborative Investigation, provide colored markers and encourage students to circle repeated elements before naming the pattern aloud, forcing visual confirmation of their observation.

What to look forPose the question: 'Imagine you need to create a program to sort a list of student exam scores. What are two different ways you could decompose this problem? Discuss the pros and cons of each approach.'

AnalyzeEvaluateCreateSelf-ManagementSelf-Awareness
Generate Complete Lesson

Activity 03

Role Play20 min · Pairs

Role Play: The Map Maker

One student describes a complex route through the school while another tries to draw it. They then repeat the task, but the 'describer' must abstract the route into a simple flowchart, demonstrating how removing detail improves clarity.

Design a decomposition plan for a complex real-world scenario, such as planning a large event.

Facilitation TipIn the Role Play activity, assign specific roles like 'input collector' or 'output designer' to ensure every student contributes to the decomposition process.

What to look forGive students a simple real-world task, like 'making a cup of tea'. Ask them to write down the main steps (processes) and identify any necessary inputs and the final output. They should also state one way this task could be further decomposed.

ApplyAnalyzeEvaluateSocial AwarenessSelf-Awareness
Generate Complete Lesson

A few notes on teaching this unit

Start with concrete examples students can manipulate physically before moving to abstract diagrams. Research shows that novice learners benefit from seeing the same problem represented in multiple ways—first as a real photo, then as a simplified diagram, and finally as a flowchart. Avoid rushing to code or digital tools before students can articulate the steps in plain language. Use think-aloud modeling to show how you strip away details to focus on the essentials.

Students will demonstrate the ability to isolate core problem elements and recognize repeating structures. You should see clear sub-problems, identified patterns, and logical groupings in their work. Missteps will be visible early, giving you time to redirect before they become entrenched habits.


Watch Out for These Misconceptions

  • During the Gallery Walk activity, watch for students who confuse abstraction with adding decoration or extra steps to their diagrams.

    Ask students to hold up their abstraction and the original image side by side. Then ask, 'What did you remove to make this clearer?' This directs their attention to subtraction rather than addition.

  • During the Collaborative Investigation activity, watch for students who limit pattern spotting to numerical sequences or geometric shapes.

    Have students rotate stations and use a checklist to find at least one pattern in visual art, one in music, and one in a user interface. This reinforces that patterns exist across disciplines.


Methods used in this brief