CCEA GCSE · 考试技巧

Digital Technology 2650 考试技巧

GCSE Digital Technology splits into a compulsory core plus either the Multimedia or Programming route. Algorithm writing, SQL and clean binary working carry most of the marks.

阅读时间 3 分钟更新于: 2026年9月3日

试卷概览

卷数
3
总分
330
考试时间
4小时
题型
12
试卷时间分数题数比重题型
Unit 1: Digital Technology Core1小时901330%選擇題 (1 Mark), True/False & Matching Tables, Short Answer & Definition, Spreadsheet Formula & Design, Extended Writing (QWC), Vocabulary Matching Grid
Unit 2: Digital Authoring Concepts (Multimedia route)1小时 30分钟120940%選擇題 (1 Mark), Design & UI Matching, Relational Database Design & SQL, Extended Writing (QWC), HTML/Web Authoring Tasks, Testing Methodology
Unit 4: Digital Development Concepts (Programming route)1小时 30分钟1201040%選擇題 & Logic Tables, Binary Arithmetic & Conversions, Dry Run Trace Tables, Algorithm Design & Completion, Extended Writing (QWC), Testing Specification & Cloze
评级
A*ABC*CDEFGU
计算器规定

None of the three externally examined papers, Unit 1, Unit 2 or Unit 4, states a calculator restriction, so the general CCEA and JCQ default applies: a calculator is permitted, provided it holds no stored or retrievable information, no databanks, saved formulae or text, and offers no symbolic algebra, translation or internet function. If your calculator has an exam mode, activate it rather than relying on a manual reset, which does not clear stored memory. In practice, binary and hexadecimal conversion questions are marked on the working shown, so a calculator that produces the right final figure without the method behind it still leaves marks on the table.

  • AO1: AO1: demonstrate knowledge and understanding of the concepts, characteristics, components and functions of digital technology (30%)
  • AO2: AO2: apply knowledge and understanding of digital technology to investigate and analyse problems and propose solutions (46%)
  • AO3: AO3: design, develop and evaluate solutions to solve problems, making reasoned judgements and presenting conclusions (24%)

根据历届试题与评分标准整理(2022–2025)。

准备好测试自己了吗?

将这些笔记转化为考试练习。获取此课题的无限AI题目,即时批改及详细解析。

练习此课题

计算器程序

Base-N mode to check binary and hex conversions

用途: Check a binary, hex or decimal conversion you have already worked out by hand, since the mark scheme rewards the working rather than just a final figure.

使用时机: For binary, hexadecimal or decimal conversion questions, using a calculator's base-N mode only to verify a conversion you have already shown by hand.

步骤
After working out a binary, hex or decimal conversion by hand, some scientific calculators let you switch into a base-N mode to check the value you reached. Use this only as a check, since mark schemes reward the working, the repeated division and remainder, or the nibble grouping, not just a final figure.

考试提示: This is a live check performed on a value already worked out by hand during the exam. The calculator must hold no stored programs, formulae or conversion tables; a base-N mode built into the device is fine, a saved routine is not.

ANS key for chained storage-capacity conversions

用途: Carry an exact intermediate value through a chained storage-capacity conversion, such as terabytes to gigabytes to megabytes, without retyping a rounded figure.

使用时机: For questions that chain two or more storage-capacity conversions together, such as terabytes to gigabytes then gigabytes to megabytes.

步骤
When a question chains two conversions, terabytes to gigabytes then gigabytes to megabytes, use the ANS key to carry the exact intermediate value into the next step rather than re-typing a rounded figure you copied down.

考试提示: ANS only carries forward a value calculated live in that exam session. No conversion factor, formula or note may be stored in the calculator in advance.

常见错误

  1. 1high涉及分数: 3Database keys and relationships

    In relational database questions, candidates give a primary key value from one table when the question asks for the foreign key linking it to another table.

    如何避免: Before answering, identify which table the question is asking about. The foreign key sits in the table on the many side of the relationship and repeats the primary key value from the one side.
  2. 2medium涉及分数: 2Data validation

    Validation algorithm answers confuse a range check with a presence check, or state a boundary comparison without giving both limits.

    如何避免: Name the check precisely: a presence check confirms data was entered at all, a range check confirms it falls between two stated limits. State both the upper and lower limit when describing a range check.
  3. 3medium涉及分数: 4Sorting algorithms

    Bubble sort and insertion sort get described interchangeably, without distinguishing adjacent comparisons and swaps from building a sorted sublist by inserting one item at a time.

    如何避免: Learn the two mechanisms separately. Bubble sort compares neighbouring pairs and swaps them if out of order, repeating passes until no swap is needed. Insertion sort takes each item in turn and inserts it into its correct position in the already sorted part of the list.
  4. 4medium涉及分数: 3Encryption

    Encryption is defined vaguely as protecting data with a password rather than as converting plaintext into ciphertext using an algorithm and a key.

    如何避免: Use the precise definition every time: encryption converts readable plaintext into scrambled ciphertext using an algorithm and a key, so that the data is unreadable without the matching key to reverse the process.
  5. 5medium涉及分数: 3Loop constructs in algorithms

    Input validation algorithms use a fixed count FOR loop where the question needs a loop that repeats until valid data is entered.

    如何避免: A FOR loop only suits a known, fixed number of repetitions. Validation needs a WHILE or DO WHILE loop that keeps asking for input until a condition, such as the value being within range, is finally met.
  6. 6medium涉及分数: 2Array indexing in algorithms

    Array algorithms reference the wrong element because of zero-based versus one-based confusion, for example accessing traffic[2] when the third element is intended.

    如何避免: Write out the index positions on scrap paper before coding the loop. If an array has 5 elements and starts at index 0, the loop condition should stop before index 5, not at index 5.
  7. 7high涉及分数: 6QWC extended response

    In 6 mark QWC questions that raise two concepts, such as phishing and denial of service, candidates fully explain one and give only a sentence on the other.

    如何避免: Split your answer space in two before you start writing and give both concepts roughly equal development. An answer that only covers one side is capped below the top band regardless of how detailed that one side is.

将技巧化为佳绩

thinka 把你的弱项转化为针对性练习,即时批改并提供应试反馈。聪明地复习,事半功倍。

练习真实试题,AI 即时批改,马上指出错在哪。

免费开始练习