Edexcel International A-Level Computer Science: Command Words and Keywords
Edexcel International A-level Computer Science: Command words and keywords
Pearson Edexcel International A-level Computer Science uses the command words defined in the specification. Pseudocode and algorithm questions require correct syntax. A-level expects more depth—data structures, algorithms, complexity.
Command words
| Command word | What to do | Common mistake |
|---|---|---|
| State | Recall; short answer | Overwriting |
| Define | Precise computing meaning | Vague |
| Describe | What the code/process does | Adding explanation |
| Explain | Why/how | Only describing |
| Suggest | Apply to context | Generic answer |
| Compare | Similarities and differences | Listing separately |
| Analyse | Break down; show relationships | Only describing |
| Evaluate | Judge; conclude with evidence | No conclusion |
| Write | Produce pseudocode/algorithm | Wrong syntax |
| Trace | Follow step by step | Missing steps |
| Calculate | Work out; show working | Wrong formula |
Computing keywords
| Term | Use correctly | Avoid |
|---|---|---|
| Algorithm | Step-by-step solution | ”Code” |
| Variable | Named storage | ”Box” |
| Array | Collection of same type | List |
| Procedure | Named block; no return | Function |
| Function | Named block; returns value | Procedure |
| Recursion | Function calls itself | ”Loop” |
| Decomposition | Breaking into sub-problems | ”Splitting” |
| Abstraction | Hiding unnecessary detail | ”Simplifying” |
| Big O notation | Time/space complexity | ”Speed” |
| Stack | LIFO | ”List” |
| Queue | FIFO | Stack |
| Validation | Check data is reasonable | Verification |
| Verification | Check data is correct | Validation |
Tips for Edexcel A-level Computer Science
- Follow pseudocode guide in specification
- Trace carefully—show each step
- Define precisely
- Suggest—apply to the scenario
- Past papers + mark schemes show acceptable pseudocode
How Tutopiya helps
Tutopiya supports Edexcel International A-level Computer Science. Explore A-level resources or book a free trial.
Based on Pearson Edexcel International A-level Computer Science specification. Check the latest specification for your exam series.
Written by
Tutopiya Team
Related Articles
A-Level Command Words: Complete Guide for Cambridge and Edexcel
Master A-level command words for Cambridge International and Pearson Edexcel International A-levels. Understand what Describe, State, Explain and other instructing words mean at A-level.
A-Level Keywords That Earn Marks: Science Subject Terminology
A-level keywords that examiners look for in Biology, Chemistry and Physics. Cambridge and Edexcel mark schemes reward precise scientific terminology.
AQA A-Level Biology 7402: Command Words and Keywords
AQA A-level Biology 7402 command words and syllabus keywords. Learn what examiners look for in UK A-level Biology.
