Exam preparation · GCSE · about 15 min
The papers for each board, command words, and planning your time by the marks.
[1 mark]A question starts with "Explain". What must your answer include?
[1 mark]A question is worth 4 marks. What does that usually mean?
[1 mark]Which command word asks for both sides and a judgement?
[1 mark]A paper is 80 marks in 120 minutes. How many minutes a mark?
[1 mark]How much coursework counts towards your GCSE computer science grade?
Take each paper in turn. Print <name>: <n> minutes a mark to one decimal place, then, for each question size in sizes, print <name> <marks>-mark question: <n> min rounded to the nearest whole minute. When both papers are done, print total marks: <n> and total minutes: <n>.
# the two lines every program starts with: the commands, then the robot
from bugbot import *
connect()
# name, marks, minutes
papers = [("Paper 1", 80, 90), ("Paper 2", 75, 120)]
sizes = [1, 3, 6]Plan your program here, then type it in and press Run.
papers to your own board's papers from the exam box. What is your minutes per mark?