✍🏻How to Tackle a 15-Mark Coding Question

This page provides a step-by-step method, a student-friendly checklist, and a starter template to help students write well-structured answers that maximize marks for the 15-Marker question.

📚 IGCSE Computer Science 0478


🔄 Step-by-Step Strategy

🔀 Step 0: Understand the Question

📆 Step 1: Setup

👥 Step 2: Outer Loop (Per Student)

FOR Student ← 0 TO ClassSize - 1

🌄 Step 3: Inner Loop (Per Day)

FOR Day ← 0 TO 6
    REPEAT
        OUTPUT "Enter minutes for Day", Day
        INPUT Minutes
    UNTIL Minutes >= 0