Where the marks sit
GCSE Digital Technology 2650 is built from a compulsory core, Unit 1, worth 30 percent, plus one of two routes. Route A pairs Unit 2: Digital Authoring Concepts with a controlled assessment portfolio, Unit 3. Route B pairs Unit 4: Digital Development Concepts with a different portfolio, Unit 5. Whichever route you follow, Unit 2 or Unit 4 is worth 40 percent and the portfolio unit 30 percent. This page is built from the externally examined papers, Unit 1, Unit 2 and Unit 4, so focus on whichever of Unit 2 or Unit 4 is actually your route and treat the other as background only. Across recent papers, Programming Constructs carries the heaviest chapter weighting by a wide margin, with Database Applications and Development, Multimedia Authoring and Web Design, and Digital Data Representation next.
Paper by paper timing
Unit 1 is 90 marks in 60 minutes, about 40 seconds a mark, and covers thirteen questions mixing multiple choice, true or false and matching tables, short answers, a spreadsheet task, one 6 mark QWC question and a 10 mark vocabulary matching grid. Unit 2 and Unit 4 are each 120 marks in 90 minutes, about 45 seconds a mark. Unit 2 spends real time on relational database design, SQL and web authoring tasks; Unit 4 spends it on binary and hex arithmetic, dry run trace tables and algorithm design, the largest single question type on that paper at roughly seven marks a question.
The techniques that carry the most marks
Algorithm and pseudocode writing, SQL and database design, and structured tracing tasks make up the bulk of Unit 2 and Unit 4 between them, more than any other question type on either paper. Three habits fix most of the marks lost here. First, when a question asks you to trace an algorithm or complete a dry run table, fill in every row for every pass, do not jump to the final state. Second, in SQL, quote the exact field names asked for rather than writing \(\textit{SELECT *}\), and always include a WHERE clause on UPDATE and DELETE statements unless the question tells you not to. Third, in loop design for input validation, use a WHILE or DO WHILE loop that only ends once valid data is entered, not a fixed count FOR loop, since a FOR loop cannot repeat an unknown number of times.
Binary and hexadecimal conversion questions want the working shown, not just the final value. Group bits into nibbles for hex, show the carry when adding binary numbers, and show the place value column you are using for decimal conversion. An answer with the right final figure but no working can still lose the method marks if a later check flags an error.
CCEA conventions to know
The 6 mark QWC questions on all three papers are marked on a banded scheme: legible text, accurate spelling and grammar, and writing that suits the technical content, organised clearly and using specialist vocabulary where it fits. When a QWC question raises two concepts, phishing and denial of service is a recurring pairing, cover both fully rather than writing everything about one and a sentence about the other. A response that only develops one side is capped in the middle band regardless of length.
CCEA does not publish a separate glossary of command words for this subject. The verbs in the assessment objectives, demonstrate, apply, analyse, design, develop and evaluate, are the practical command words you will meet in questions, so read each command word as an instruction about how much development the answer needs, not just what topic to write about.
Exam day plan
Start each paper with the multiple choice and short recall questions to bank easy marks fast, then move to the structured and extended items. On Unit 4, do the binary and hex questions early and show every step, since these are graded on method as much as on the final answer. Save the last five minutes of Unit 2 and Unit 4 to check that every SQL statement has the field names and WHERE clause the question actually asked for.