COMPUTER-SCIENCE · IB Diploma Programme
COMPUTER-SCIENCE/21
Paper 2
Computer Science · 2023 · Variant 1
Relative difficulty
Analysis source: International Baccalaureate Organization
Analysis aligned to the official syllabus and assessment design.
3.0 / 5
70
90 min
Computational thinking
Cohort performance
Session statistics from official examination reports
Total marks
70
Duration
90 min
Session difficulty
3.0 / 5
Key examiner messages
Top priorities from the principal examiner before you revise
The May 2023 Standard Level Paper 1 is rated as a moderate (3/5) exam.
It strictly adheres to the core IB SL syllabus guidelines, balancing predictable, high-scoring definition questions in Section A with challenging scenario-based design questions in Section B.
There are no sudden shocks, but candidates must possess high technical precision in algorithmic writing to secure a top grade.
Compare difficulty across recent years. Compare topic weight by year to spot recurring and returning areas.
Question difficulty map
How candidates performed on each question in this series
No data available in official reports
Assessment objectives
Skill and AO weighting from official examiner commentary
Skill weighting
Shows the skill mix this paper tested most heavily.
Algorithmic Thinking
Weight: 7100%Technical Precision
Weight: 571%Analytical & Logical
Weight: 343%Modeling
Weight: 114%
Method marks watchlist
Where working, steps, or method marks were commonly lost
No data available in official reports
Recurring mistakes across years
Themes examiners flag in multiple recent sessions for this subject
No data available in official reports
Question choice intelligence
Mean scores and popularity for optional questions (HKDSE electives)
No data available in official reports
Level exemplars
What candidate scripts at each grade level looked like
No data available in official reports
Grade & admission context
How marks relate to grade thresholds and entry standards
Report type
IB subject report — grade distributions, IA weighting, and HL/SL distinctions
Level 7
Excellent — top band for competitive university offers
Level 6
Very good — strong HL performance
Level 5
Good — solid pass at higher level
Level 4
Satisfactory — minimum for many university credits
Level 3
Mediocre
Level 2
Poor
Level 1
Very poor
Deep insights
What top candidates did
Techniques and approaches examiners rewarded in this series
No data available in official reports
Command word playbook
How to match each command word to the expected response style
Match the expected response style for “Outline” questions.
Name or point to the specific feature asked for — avoid extra explanation.
Give reasons and link mechanism to outcome; each point needs a because/so chain.
Match the expected response style for “Construct” questions.
Match the expected response style for “State” questions.
Match the expected response style for “Deduce” questions.
Weigh arguments for and against with evidence; end with a supported judgement.
State features in sequence or list observable properties — do not explain causes unless asked.
Time traps
Sections where candidates spent disproportionate time relative to marks
No data available in official reports
Syllabus traceability
Topics linked to questions and mark weighting in this session
Computational thinking
25 marks this session
Networks
19 marks this session
System fundamentals
15 marks this session
MCQ trap analytics
Commonly chosen wrong options from examiner commentary
No data available in official reports
Topic heatmap across years
Mark concentration by topic and exam year for this subject
Mark intensity
Computational thinking
Networks
System fundamentals
Object-oriented programming (OOP)
Computer organization
Difficulty trend
How session difficulty has shifted across recent years
Paper comparison
Marks and duration breakdown across papers in this session
Paper 1 (Standard Level):
Marks you can still earn
Where valid approaches outside the mark scheme may still gain credit
No data available in official reports
Practise what examiners flagged
Target weak topics from this report inside the Revui app
Computational thinking
25 marks this session
Practise in RevuiNetworks
19 marks this session
Practise in RevuiSystem fundamentals
15 marks this session
Practise in RevuiSelf-diagnostic checklist
Key actions before you sit this paper — copy and tick off as you revise
- 1Message
The May 2023 Standard Level Paper 1 is rated as a moderate (3/5) exam.
- 2Message
It strictly adheres to the core IB SL syllabus guidelines, balancing predictable, high-scoring definition questions in Section A with challenging scenario-based design questions in Section B.
- 3Message
There are no sudden shocks, but candidates must possess high technical precision in algorithmic writing to secure a top grade.
- 4Message
Compare difficulty across recent years. Compare topic weight by year to spot recurring and returning areas.
Teacher briefing pack
One-page session summary for tutors and classroom review
2023 2023
Computer Science
The May 2023 Standard Level Paper 1 is rated as a moderate (3/5) exam. It strictly adheres to the core IB SL syllabus guidelines, balancing predictable, high-scoring definition questions in Section A with challenging scenario-based design questions in Section B. There are no sudd
The May 2023 Standard Level Paper 1 is rated as a moderate (3/5) exam.
It strictly adheres to the core IB SL syllabus guidelines, balancing predictable, high-scoring definition questions in Section A with challenging scenario-based design questions in Section B.
There are no sudden shocks, but candidates must possess high technical precision in algorithmic writing to secure a top grade.
- Total marks
- 70
- Duration
- 90 min
- Session difficulty
- 3.0 / 5
Session analysis
The May 2023 Standard Level Paper 1 is rated as a moderate (3/5) exam. It strictly adheres to the core IB SL syllabus guidelines, balancing predictable, high-scoring definition questions in Section A with challenging scenario-based design questions in Section B. There are no sudden shocks, but candidates must possess high technical precision in algorithmic writing to secure a top grade.
Updated Jun 14, 2026
Paper breakdown
Paper 1 (Standard Level):
Top chapters
Exam structure insights
Marks by chapter
See where the marks were concentrated so revision time goes to the highest-value topics.
Mark accessibility
Estimate which marks were basic, mid-level, or high-difficulty.
79% within easy or medium reach
Command word frequency
Spot common command words so answers match the expected response style.
Question type mix
Compare the mark share of each paper section and question type.
Short Answer
(Identify, State, Outline)
28·17·41%
Extended Response
(Explain, Evaluate, Discuss)
19·6·28%
Algorithm Design
(Pseudocode)
11·2·16%
Analytical/Logical
(Trace & Truth Tables)
10·3·15%
Study ROI
Bigger bubbles recur more often; higher bubbles carry more marks, helping you rank revision priorities.
Next-year prediction
Topics worth watching next year, with the reason shown directly below each bar.
Logic Gate Circuit Construction
90%90%
CPU Fetch-Execute Cycle Sequence
85%85%
Network Topology Design
75%75%
Difficulty Verdict
The May 2023 Standard Level Paper 1 is rated as a moderate (3/5) exam. It strictly adheres to the core IB SL syllabus guidelines, balancing predictable, high-scoring definition questions in Section A with challenging scenario-based design questions in Section B. There are no sudden shocks, but candidates must possess high technical precision in algorithmic writing to secure a top grade.
Where the Marks Are
Marks are heavily concentrated in two main areas: Computational Thinking (Chapter 4) with 25 marks, and Networks (Chapter 3) with 19 marks. Section B allocates a massive 15 marks per question across three themed scenarios: System Design & Lifecycle (Q10), Network Administration & Virtual Private Networks (Q11), and Array Manipulation & Algorithm Construction (Q12). In particular, the pseudocode writing questions in Q12 (sequential search and descending bubble sort) account for 11 marks, which directly separates grade 6 and 7 candidates.
Examiner notes & key calculations
- Unordered Search Assumptions: In Q12(c), many students attempted to use a binary search algorithm. However, as the ROOMNUMS array was unsorted, binary search is mathematically incorrect and scored zero. Only a sequential (linear) search is robust here.
- Wrong Sort Implementations: In Q12(d), candidates who constructed a selection sort or insertion sort instead of the explicitly requested bubble sort lost major marks.
- Out-of-Bounds Indexing: When comparing adjacent elements in bubble sort (ROOMNUMS[I]<ROOMNUMS[I+1] ROOMNUMS[I] < ROOMNUMS[I+1] ROOMNUMS[I]<ROOMNUMS[I+1]), failing to adjust loop boundaries (e.g., iterating up to N N N instead of N−1 N-1 N−1) resulted in runtime errors and lost marks.
- Generic Answers: For evaluations like remote training (Q10f) or VPN benefits (Q11), vague or non-technical answers failed to score. Candidates must map their responses to concrete computer science concepts (e.g., latency, bandwidth, encryption protocols).
Exam tips
Paper format
- Duration
- 1h 20min
- Total marks
- 65
Analysis is paraphrased for study purposes. Always verify against the official examiner report and mark scheme.