考試貼士 閱讀時間 3 分鐘

HKDSE ICT 答題字眼攻略:如何取得滿分

HKDSE ICT 中最可避免的失分原因並非知識薄弱——而是答題深度不符。你了解概念,但在需要兩點列點的題目寫了整段文字。或在要求因果推論的題目只列舉事實。

這情況每年重演。學生因為不懂使用考官的語言,在每條結構式題目失去 1-2 分。累積 Paper 1 和 Paper 2,就是 8-12 分白白流失——這往往是 Level 4 和 Level 5 的分野。

解決方案不是多做 Past Paper。而是學會「指令詞階梯」:每個動詞實際要求什麼、答案應該多長、如何組織以奪取最高分。

指令詞階梯

DSE 結構式題目主要使用六個指令詞。每個對應特定深度、答案長度和分數期望。掌握這個階梯——這是提升成績最直接的手段。

指令詞考官要求答案長度典型分數題幹示例答案骨架
State簡單事實或特性1-2 個詞或短語1 分“State one advantage of using fibre optics.”“Higher bandwidth.” /「較高頻寬。」
Define術語的精確定義1 句話1-2 分“Define the term ‘authentication’.”“Authentication is the process of verifying the identity of a user or system.” /「Authentication 是驗證用戶或系統身分的過程。」
Describe描述特徵或特性,無需因果2-3 句話2 分“Describe the function of a router in a network.”“A router forwards data packets between networks. It determines the best path using routing tables and connects different network segments.” /「Router 在網絡間轉發數據包。它使用路由表決定最佳路徑,並連接不同網絡段。」
Explain(解釋)HOW 或 WHY——因果推理3-4 句話,包含清晰推理鏈2-3 分“Explain why parity checking cannot detect all transmission errors.”“Parity checks only detect an odd number of bit flips. If an even number of bits change, the parity bit remains correct and the error goes undetected. This makes parity checking unreliable for detecting burst errors.” /「Parity checking 只能偵測奇數個位元翻轉。若偶數個位元改變,parity bit 仍然正確,錯誤無法被偵測。這使 parity checking 對偵測突發錯誤不可靠。」
Justify(解釋……理由)支援主張的理據/原因3-4 句話,每句一個理據2-3 分“Justify the choice of peer-to-peer over client-server architecture for this system.”“First, P2P reduces server costs since all nodes share resources. Second, it improves reliability because the system continues functioning if some nodes fail. Third, it scales naturally as more users join and contribute resources.” /「首先,P2P 降低伺服器成本,因所有節點共享資源。其次,它提升可靠性,因部分節點故障時系統仍能運作。第三,它隨用戶加入自然擴展。」
Suggest(建議)提出解決方案並說明原因2-3 句話:方案+原因2-3 分“Suggest an appropriate backup method for a hospital database. Give a reason for your suggestion.”“Use grandfather-father-son backup rotation. This retains multiple historical versions, allowing recovery from corruption that might not be detected immediately while balancing storage costs.” /「使用 grandfather-father-son 備份輪替。此方法保留多個歷史版本,允許從未即時偵測到的損壞中恢復,同時平衡儲存成本。」

注意進階:State 要求事實。Define 要求定義。Describe 要求特徵。Explain 需要「因為」。Justify 想要多個理據。Suggest 需要提案加推理。

最常見的降級?在 Explain 或 Justify 題目寫 State 式答案( bare 事實)。這保證每題少拿 1 分。

實例對比:同一主題,三種深度

讓我們看看指令詞如何改變同一主題的答案。以下是 validation vs verification—— HA1 經典概念的三種作答深度。

題目 A:State one difference between validation and verification.

Answer:Validation checks data reasonableness; verification checks data accuracy. 答案:Validation 檢查數據合理性;verification 檢查數據準確性。

1 分。短。事實性。無因果。

題目 B:Explain why validation cannot catch all data entry errors.

Answer:Validation only checks if data falls within acceptable rules, such as range or format. It cannot detect errors that still comply with those rules. For example, entering “90” for age might pass a range check (1-120) even if the correct value was “19”. Validation accepts reasonable-but-wrong inputs. 答案:Validation 只檢查數據是否符合可接受規則,如範圍或格式。它無法偵測仍符合這些規則的錯誤。例如,輸入「90」作為年齡可能通過範圍檢查(1-120),即使正確值是「19」。Validation 接受合理但錯誤的輸入。

2-3 分。解釋限制。使用例子。展示推理鏈。

題目 C:Justify the use of both validation AND verification in a student enrollment system.

Answer:First, validation should be used to catch obvious input errors immediately, such as invalid phone numbers or impossible birth dates. This reduces wasted processing time by filtering errors at entry. Verification should then be used to confirm the accuracy of data that passes validation, such as confirming phone numbers via SMS or checking student IDs against school records. Using both ensures efficiency AND accuracy, which neither method achieves alone. 答案:首先,應使用 validation 立即捕捉明顯輸入錯誤,如無效電話號碼或不可能的出生日期。這在入口過濾錯誤,減少浪費的處理時間。然後應使用 verification 確認通過 validation 的數據準確性,如通過 SMS 確認電話號碼或對照學校記錄檢查學生 ID。同時使用兩者確保效率與準確性,這是單一方法無法達成的。

2-3 分。兩個不同理據。每個理據支援主張。組合論證(「單一方法無法達成」)獲得第三分。

主題從未改變。深度改變了。這正是考官獎勵的——將答案深度與指令詞匹配。

結構式題目技巧

除了階梯,以下是 Paper 2 結構式題目的實戰規則:

**用題目的語言作答。**若題目說「Explain」,答案必須使用因果語言(because、due to、leads to、results in)。若說「Compare」,使用對比語言(whereas、while、unlike)。考官疲勞是真實的——用標示詞信號你的結構。

**一分 ≈ 一個獨特觀點。**對於 2 分的「Give two examples」題目,列出兩個獨立項目。對於 3 分的「Explain」題目,給出三個連結觀點(前提→推理→結論)。不要寫五句話當三句話就能拿滿分——你浪費時間並引出考官可懲罰的矛盾。

**Explain/Justify 永遠給「因為」。**最常見的扣分原因是缺少推理鏈。「It is faster」得 1 分。「It is faster because solid-state drives have no moving parts, eliminating seek time and rotational latency」得 2-3 分。「因為」是分數所在。

使用精確術語。「The computer saves the file」模糊。「The OS writes the file to non-volatile storage」得分。DSE ICT 考官獎勵精確術語——這是測試課程的一半重點。

**留意組合題目。**許多 DSE 題目組合指令詞:「(i) State the function of X. (2 marks) (ii) Explain why Y is preferred over Z. (3 marks).」簡短回答。擴展。不要混淆——每個子題目獨立得分。

MC 題技巧

Paper 1 MC(40 題,無負評分)有自己的指令詞模式——選項通常嵌入絕對修飾詞自我排除。

**排除絕對詞。**帶「never」、「always」、「must」、「cannot」的選項在 DSE MC 中通常是錯的。真實系統有例外。若你看到「ASCII can represent all characters」,排除它——Unicode 存在。若看到「ROM is volatile」,排除它——ROM 根據定義是非揮發性。絕對詞=紅旗。

**留意 (1)/(2)/(3) 組合選項。**這些三重選項頻繁出現(例如「A. (1) and (2) only」、「B. (2) and (3) only」等)。你的策略:先個別評估每個編號陳述。若 (1) 錯,排除所有包含 (1) 的選項。然後在餘項中選擇。不要先讀 A/B/C/D——讓陳述引導你。

**永遠不要留空白。**Paper 1 答錯無懲罰。若不確定,排除明顯錯誤的選項並從餘項猜測。即使 25% 猜對率也勝過 0%。時間管理規則:若在一條 MC 上卡住超過 2 分鐘,標記它並繼續。若有時間稍後回頭。

**閱讀題幹中的指令詞。**即使 MC 題目也使用指令詞。「Which statement best DESCRIBES…」意味著選擇最準確的特徵摘要。「What EXPLAINS why…」意味著選擇因果選項。題幹中的動詞告訴你需要什麼類型的答案。

這在你的準備中如何定位

指令詞精通不是知識的替代品——它是倍增器。當你了解概念且懂得以正確深度作答,每次 past-paper 練習 session 都更快複利。你不再因可避免錯誤失分,可專注於深度學習課程。

對更廣泛路線圖,見我們的完整 HKDSE ICT 準備指南。對特定主題的結構式題目練習,深入我們的HKDSE ICT notes

指令詞訓練最需要反饋。寫結構式答案。獲得評分。學習你何時作答深度不足。重複。那反饋循環是區分停留在 Level 4 的學生與突破至 Level 5 的學生的關鍵。


準備好掌握指令詞並獲得反饋?預約試堂——我們會一起審閱你的 past-paper 答案並校準你的作答深度至考官期望。

← 全部文章

報讀課堂索取完整筆記

💬 查詢