Skip to content
Computing · Year 11

Active learning ideas

CPU Components and Function

Active learning works well for CPU components because students often confuse memory and storage functions. Handling hardware, simulating processes, and discussing trade-offs make abstract concepts concrete and memorable.

National Curriculum Attainment TargetsGCSE: Computing - Systems ArchitectureGCSE: Computing - Computer Systems
20–40 minPairs → Whole Class3 activities

Activity 01

Stations Rotation40 min · Small Groups

Stations Rotation: Hardware Handling

Set up stations with opened HDDs, SSDs, RAM sticks, and Optical discs. Students use magnifying glasses to see the physical differences and complete a comparison table based on 'durability', 'portability', and 'moving parts'.

Explain how the Control Unit orchestrates the execution of instructions within the CPU.

Facilitation TipDuring Station Rotation: Hardware Handling, ensure each station has clearly labeled components and a brief written description to guide student interaction.

What to look forPresent students with a simple flowchart of the fetch-decode-execute cycle. Ask them to label each stage and identify which CPU component (CU, ALU, registers) is primarily responsible for that stage. Discuss any discrepancies as a class.

RememberUnderstandApplyAnalyzeSelf-ManagementRelationship Skills
Generate Complete Lesson

Activity 02

Simulation Game25 min · Whole Class

Simulation Game: The Virtual Memory Swap

Students act as 'programs' trying to fit into a limited number of 'RAM chairs'. When the chairs are full, a new program must 'swap' an idle program out to a designated 'Hard Drive' area on the floor, demonstrating the slowdown caused by disk thrashing.

Analyze the impact of increasing the number of CPU cores on overall system performance.

Facilitation TipFor Simulation: The Virtual Memory Swap, model the steps first with a simple program to show how data moves between RAM and storage.

What to look forPose the question: 'Imagine you are upgrading a computer for video editing. Would you prioritize a CPU with more cores or a faster clock speed on a single core, and why?' Facilitate a class discussion where students justify their choices using concepts like parallel processing and instruction execution.

ApplyAnalyzeEvaluateCreateSocial AwarenessDecision-Making
Generate Complete Lesson

Activity 03

Think-Pair-Share20 min · Pairs

Think-Pair-Share: The Storage Dilemma

Provide scenarios like 'a photographer on a mountain' or 'a data center for a bank'. Students discuss in pairs which storage technology is best for each, considering cost per GB and the risk of physical damage, before presenting to the class.

Differentiate between the functions of the Program Counter and the Memory Address Register.

Facilitation TipIn Think-Pair-Share: The Storage Dilemma, provide a clear prompt and a limited time frame to keep the discussion focused and productive.

What to look forOn an index card, ask students to write one sentence explaining the difference between the Program Counter and the Memory Address Register, and one sentence explaining the role of the ALU.

UnderstandApplyAnalyzeSelf-AwarenessRelationship Skills
Generate Complete Lesson

A few notes on teaching this unit

Teach this topic by starting with the desk vs. filing cabinet analogy to explain RAM’s working space role. Use simulations to show how virtual memory acts as a backup, reinforcing the idea that it is a technique, not extra hardware. Avoid overwhelming students with technical jargon; focus on performance trade-offs they can relate to, like video editing or gaming.

Students will accurately differentiate between RAM and storage, explain why RAM is faster and volatile, and describe how virtual memory functions when RAM is full. They will also compare storage media based on speed, capacity, and cost.


Watch Out for These Misconceptions

  • During Station Rotation: Hardware Handling, watch for students who confuse RAM and hard drive storage when handling components.

    Use the analogy of RAM as a desk (working space) and the hard drive as a filing cabinet (long-term storage) during the station activity. Have students physically point to where data is temporarily stored and where it is permanently stored.

  • During Simulation: The Virtual Memory Swap, watch for students who think virtual memory is an additional physical RAM chip.

    Use the simulation to show how data is moved from RAM to the hard drive when RAM is full. Explicitly label the hard drive as the 'swap file' and discuss why this process is slower than using RAM.


Methods used in this brief