The 15-mark scenario question in IGCSE Computer Science can feel unpredictable, especially since the removal of pre-release material.

In reality, it is one of the most structured parts of the paper.

Understanding how examiners approach marking removes much of the uncertainty.

The scenario is not random

Scenario questions are written deliberately.

Across multiple exam series, a consistent pattern appears:

💡 Key insight

The scenario requirements are presented in the same order they should be coded.

This is not accidental. It allows examiners to work through scripts in a logical sequence and award marks requirement by requirement.

Students who code in this same order are far less likely to miss marks.

Requirement-driven marking

Each requirement in the scenario corresponds to one or more marking points.

Examiners are looking for evidence that:

  • Input has been validated where required
  • Data has been stored correctly (often in 1D or 2D arrays)
  • Processing steps have been applied to the correct data
  • Outputs reflect the conditions stated in the scenario

Marks are awarded for meeting requirements, not for overall correctness.

Method marks and partial credit

Paper 2 is generous with method marks.

Even when a solution is unfinished or contains minor errors, marks can still be awarded if the approach is sound and clearly shown.

This is why showing your thinking — through structure and comments — matters so much.

A student who attempts all requirements, even imperfectly, will often outperform a student who completes only half the scenario perfectly.

Why guessing your score is difficult

Many students practise Paper 2 by comparing their answers to mark schemes.

This is hard to do accurately without experience.

Because mark schemes are checklists, not worked solutions, it can be unclear:

  • Which parts earned marks
  • Which errors mattered
  • Where method marks were awarded

This uncertainty is one of the reasons Paper 2 feels frustrating to revise.

What successful students do differently

Students who improve most on Paper 2 tend to change how they practise, not how much they practise.

They focus on:

  • Identifying requirements first
  • Structuring answers clearly
  • Making logic visible to the examiner

Once this becomes habit, the scenario question becomes far more predictable.


Further discussion

This analysis is based on recurring questions and exam-preparation discussions from students studying IGCSE Computer Science (0478), particularly around the Paper 2 scenario question.

Key ideas from this article have been explored and refined through public student discussions, including those on:

  • r/IGCSE — exam strategy and revision discussions

These discussions help highlight common misconceptions and patterns in how marks are awarded across exam series.