HKDSE · 試験対策
Information and Communication Technology 試験対策
Master HKDSE ICT with targeted strategies for database elective SQL syntax, absolute cell referencing, and precise pseudo-code array manipulation to maximize your Paper 1 and Paper 2 scores.
試験の概要
| 試験 | 時間 | 配点 | 問題数 | 配点比率 | 出題形式 |
|---|---|---|---|---|---|
| Paper 1 (Compulsory Component) | 2時間 | 80 | 45 | 55% | MCQ, Structured Conventional |
| Paper 2 (one elective: 2A Databases / 2B Web Application Development / 2C Algorithm and Programming) | 1時間 30分 | 45 | — | — | — |
Use only calculators on the HKEAA Approved List, bearing the 'H.K.E.A.A. APPROVED' (or older 'H.K.E.A. APPROVED') label. Programmable scientific models (e.g. Casio fx-50FH II, fx-3650P II) are allowed, and you MAY keep your own formulas/programs stored in memory — HKDSE does not require you to clear it. Graphic-display (graphing) and CAS/symbolic calculators are not on the approved list and must not be used.
- AO1: Knowledge and Understanding of ICT concepts and applications (40%)
- AO2: Practical Skills in applying ICT tools and techniques (35%)
- AO3: Analysis, Synthesis, and Evaluation in ICT problem-solving (25%)
過去問と採点基準にもとづいて作成(2021–2023)。
よくあるミス
- 1high影響する配点: 2Data Manipulation and Analysis
Omitting absolute reference symbols ($) in spreadsheet formulas during replication questions.
回避方法: Always check if the reference range (especially lookup tables like A2:B5) should remain fixed when copied down. Write them as $A$2:$B$5. - 2medium影響する配点: 2Data Representation
Confusing transmission bitrate (e.g. video streaming requirements) with static file size properties.
回避方法: Verify if the question asks for a transmission constraint (bps, kbps, Mbps) or a static file storage capacity (Bytes, KB, MB) and apply the correct conversion factor (8 bits = 1 Byte). - 3medium影響する配点: 1Data Organisation and Data Control
Performing simplified division for bin-packing storage calculations without respecting individual file integrity.
回避方法: Realize that individual files (e.g., a 300GB video file) cannot be split across separate physical hard disks. Allocate files sequentially to each disk instead of dividing total GBs directly. - 4high影響する配点: 3SQL (Databases)
Omitting the GROUP BY clause in SQL when SELECT lists both raw columns and aggregate functions.
回避方法: Whenever aggregate functions like SUM, COUNT, or AVG are paired with a raw non-aggregate field, you must append GROUP BY with that exact raw field. - 5medium影響する配点: 1Algorithm Design
Using parentheses instead of standard bracket notation for array indexing in pseudo-code writing.
回避方法: Strictly use standard square brackets A[i] for array elements in any algorithmic and pseudo-code responses to avoid syntax point deduction. - 6medium影響する配点: 1Threats and Security on the Internet
Misunderstanding the primary function of CAPTCHA as encrypting passwords or security data.
回避方法: Clearly state that the purpose of CAPTCHA is identity verification to distinguish automated computer programs (bots) from human users. - 7high影響する配点: 2Networking and Internet Basics
Assuming a 5GHz Wi-Fi signal has higher physical wall penetration power than a 2.4GHz signal due to its frequency.
回避方法: Understand that higher frequency signals (5GHz) have shorter wavelengths and scatter more, leading to lower penetration power than 2.4GHz. - 8medium影響する配点: 2Relational Databases Concepts
Confusing the DROP TABLE command with DELETE FROM in relational databases.
回避方法: Remember that DROP TABLE deletes the entire table schema and structure from the database, while DELETE FROM only removes records within the table, keeping the schema structure intact.
本番形式の問題を解いて、AIが即座に採点とフィードバック。
無料で問題を解いてみる