Paper 1 retrieval
Free, no account needed
A small GCSE Computer Science revision check
Try questions from Paper 1, Paper 2 and Python, then see a clear explanation as soon as you check each answer.
Paper 2 logic
For (A AND B) OR C, what is the output when A=1, B=0 and C=1?
Python prediction
What is displayed? score = 4 score = score + 3 print(score * 2)
Python tracing
How many times is OK displayed? for number in range(2, 7, 2): print("OK")
Algorithm reasoning
Which flowchart shape should contain the condition score >= 50?
Ready to try the complete course?
Sign in to save progress, revisit mistakes and write and run programs in your own Python workspace.
Try the complete platform