A Level

Cambridge A-Level Computer Science 9608: Command Words and Keywords

Tutopiya Team
• 10 min read

Cambridge A-Level Computer Science 9608: Command words and keywords

Cambridge International A-level Computer Science (9608) uses the standard Cambridge command words. Pseudocode and algorithm questions require correct syntax. A-level expects more depth—data structures, algorithms, computational thinking.

Command words

Command wordWhat to doCommon mistake
StateShort answerOverwriting
IdentifyChoose from code/diagramAdding explanation
DefinePrecise computing meaningVague
DescribeWhat the code/process doesAdding explanation
ExplainWhy/how; use “because”Only describing
SuggestApply to contextGeneric answer
CompareSimilarities and differencesListing separately
AnalyseBreak down; show relationshipsOnly describing
EvaluateJudge; conclude with evidenceNo conclusion
WriteProduce pseudocode/algorithmWrong syntax
TraceFollow step by stepMissing steps
CalculateWork out; show workingWrong formula
OutlineMain pointsToo much detail

Computing keywords

TermUse correctlyAvoid
AlgorithmStep-by-step solution”Code”
PseudocodeLanguage-independent design”Code”
VariableNamed storage; can change”Box”
ArrayCollection of same typeList (Python)
ProcedureNamed block; no returnFunction
FunctionNamed block; returns valueProcedure
ParameterInput to procedure/function”Input”
RecursionFunction calls itself”Loop”
IterationRepeating (loop)“Loop”
DecompositionBreaking into sub-problems”Splitting”
AbstractionHiding unnecessary detail”Simplifying”
Big O notationTime/space complexity”Speed”
StackLIFO data structure”List”
QueueFIFO data structureStack
Binary searchO(log n) search on sorted data”Search”
Bubble sortComparing adjacent elements”Sort”
ValidationCheck data is reasonableVerification
VerificationCheck data is correctValidation

Tips for Computer Science 9608

  1. Follow pseudocode guide—keywords, structure
  2. Trace carefully—show each step
  3. Define precisely
  4. Suggest—apply to the scenario
  5. Past papers + mark schemes show acceptable pseudocode

How Tutopiya helps

Tutopiya supports Computer Science 9608 with tutors who use the pseudocode guide and past papers. Explore A-level resources or book a free trial.


Based on Cambridge International A-level Computer Science 9608 syllabus. Check the latest syllabus for your exam series.

T

Written by

Tutopiya Team

Get Started

Courses

Company

Subjects & Curriculums

Resources

🚀 Start Your Learning Today