📚 Year 12 WJEC Computer Science: Exam Changes and Trends for 2026 | Year 12 WJEC计算机:2026年考试变化与趋势
From September 2025, WJEC is rolling out a refreshed AS and A level Computer Science specification for centres in Wales, with the first AS examinations scheduled for summer 2026. These changes respond to the rapid evolution of digital technologies and the need for learners to demonstrate deep computational thinking alongside hands-on programming skills. Understanding what is shifting in the assessment model, content weightings, and practical tasks is crucial for Year 12 students aiming for top grades.
从2025年9月起,WJEC将为威尔士的学校推出更新版的AS和A level计算机科学大纲,首次AS考试定于2026年夏季举行。这些变化回应了数字技术的快速演进,要求学生展现深入的学科思维和扎实的编程实操能力。了解评估模式、内容权重和实践任务的调整,对于希望取得高分的Year 12学生至关重要。
1. New Specification Launch and Timeline | 新大纲发布与时间表
The updated WJEC GCE Computer Science qualification has been developed under the guidance of Qualifications Wales. Teaching of the new AS units begins in September 2025, with the first external examinations taking place in May/June 2026. The legacy specification (first taught from 2017) will undergo its final assessment series in 2025, which means current Year 11 students moving into Year 12 will be the first cohort to experience the reformed course.
更新后的WJEC GCE计算机科学资格由威尔士资格认证局指导开发。新AS单元的教学从2025年9月开始,首次外部考试在2026年5月/6月进行。旧版大纲(自2017年起首次授课)将在2025年进行最后评估,这意味着目前Year 11升入Year 12的学生将成为经历改革课程的第一批学生。
This timeline matters because it directly affects how schools will plan their schemes of work. Many centres will need to adapt their teaching resources, so independent learners should stay proactive and look for the most recent specimen papers and mark schemes released by WJEC during 2025.
这个时间表很重要,因为它直接影响学校如何规划教学计划。许多考点需要调整教学资源,因此自学学生应保持主动,留意WJEC在2025年发布的最新样卷和评分方案。
2. Assessment Objectives and Weighting Reform | 评估目标与权重改革
The 2026 AS Computer Science assessment follows three core assessment objectives: AO1 (demonstrate knowledge and understanding), AO2 (apply knowledge and understanding), and AO3 (analyse, design, develop, test, evaluate and refine). In the new specification, the balance shifts slightly — more weight is given to AO2 and AO3, rewarding the ability to apply principles to unfamiliar problems and to think like a computational problem-solver.
2026年AS计算机科学评估遵循三个核心评估目标:AO1(展示知识与理解)、AO2(应用知识与理解)以及AO3(分析、设计、开发、测试、评估与改进)。在新大纲中,权重略有调整——AO2和AO3的占比提高,奖励那些能将原理应用于陌生问题并像计算问题解决者一样思考的能力。
Specifically, AO1 occupies about 30% of the total marks, AO2 around 40%, and AO3 approximately 30%. This means that simply memorising definitions will no longer secure a high grade; students must be fluent in using their knowledge in practical coding contexts and algorithm analysis.
具体来说,AO1占总分的约30%,AO2约占40%,AO3约占30%。这意味着仅仅背诵定义将无法确保高分;学生必须熟练地在实际编码场景和算法分析中运用知识。
3. Unit Structure and Exam Duration Adjustments | 单元结构与考试时长调整
The new AS level consists of two components: Unit 1 – Fundamentals of Computer Science (written examination, 2 hours 15 minutes) and Unit 2 – Practical Programming (non-exam assessment, internally marked, externally moderated). Compared with the previous specification where the written paper was 1 hour 45 minutes, the extended time allows for deeper scenario-based questions and a greater number of extended-response items.
新AS level由两个部分组成:单元1——计算机科学基础(笔试,2小时15分钟)和单元2——实用编程(非考试评估,内部评分、外部审核)。与之前笔试1小时45分钟的规格相比,延长的考试时间允许考查更深度的情境题和更多的拓展响应题。
Unit 1 now includes a dedicated section for an algorithms and data structures problem, which must be answered using pseudocode. Unit 2 requires students to produce a documented programming project that demonstrates planning, iterative development, testing and evaluation. This hands-on component accounts for 35% of the AS qualification.
单元1现在包含一个专门的算法与数据结构问题部分,必须用伪代码作答。单元2要求学生完成一个有文档记录的编程项目,展示规划、迭代开发、测试和评估过程。这个实践部分占AS资格的35%。
4. Programming and Non-Exam Assessment Update | 编程与非考试评估更新
The Practical Programming unit in 2026 includes stricter guidelines on task selection and teacher guidance. Candidates will be given a set problem brief by WJEC, but with built-in flexibility to choose a programming language and approach. The emphasis is on evidence of computational thinking — decomposition, pattern recognition, abstraction, and algorithm design — rather than on merely producing a working program.
2026年的实用编程单元包含更严格的任务选择和教师指导准则。考生将由WJEC提供一个设定的问题简报,但内置有选择编程语言和方法的灵活性。重点在于展示学科思维证据——分解、模式识别、抽象和算法设计——而不仅仅是制作一个能运行的程序。
Students must maintain an iterative development log and link their testing evidence to clear test plans. The use of integrated development environments (IDEs) with debugging tools is encouraged, and candidates must explain how they have refactored their code for efficiency and readability.
学生必须维护迭代开发日志,并将测试证据与清晰的测试计划联系起来。鼓励使用带有调试工具的集成开发环境(IDE),考生必须解释他们如何重构代码以提高效率和可读性。
5. Expanded Theory and Content Areas | 扩展的理论与内容领域
While the old specification covered fundamentals of computer architecture, networking, databases, and the software development life cycle, the 2026 syllabus introduces contemporary topics. These include cloud computing models (IaaS, PaaS, SaaS), virtualisation, the basics of quantum computing, and an introduction to machine learning paradigms such as supervised and unsupervised learning.
虽然旧大纲涵盖计算机体系结构、网络、数据库和软件开发生命周期等基础内容,但2026年课程引入了当代主题。这些主题包括云计算模型(IaaS、PaaS、SaaS)、虚拟化、量子计算基础知识,以及机器学习的入门介绍,如监督学习和无监督学习。
Furthermore, students are expected to discuss environmental and social implications of these technologies. For instance, the energy consumption of data centres and the ethical use of artificial intelligence are now explicit syllabus points, linking computer science to wider global challenges.
此外,学生需要讨论这些技术对环境和社会的影响。例如,数据中心的能耗和人工智能的伦理应用现在是明确的大纲要点,将计算机科学与更广泛的全球挑战联系起来。
6. Increased Emphasis on Computational Thinking | 对计算思考的进一步强调
‘Computational thinking’ is no longer a background theme; it is embedded in every question. In the 2026 exams, students can expect to be asked to take an unfamiliar problem, abstract the key data and processes, design an algorithm using pseudocode or a flowchart, and then analyse its efficiency.
“计算思维”不再是背景主题,而是嵌入到每一个问题中。在2026年考试中,学生可以预期会被要求处理一个不熟悉的问题,提取关键数据和过程,使用伪代码或流程图设计算法,然后分析其效率。
Teachers and examiners will reward solutions that clearly demonstrate logical reasoning, even if the final pseudocode has minor syntax imperfections. A typical high-tariff question might ask: ‘A flood warning system receives water-level readings from sensors. Develop an algorithm that triggers an alert when three consecutive readings exceed a threshold. Evaluate the time complexity of your solution.’
教师和阅卷官将奖励能清晰展示逻辑推理的答案,即使最终伪代码有微小的语法瑕疵。一道典型的高分值题目可能会问:“一个洪水警报系统接收传感器的水位读数。开发一个算法,当连续三个读数超过阈值时触发警报。评估你的解决方案的时间复杂度。”
7. Programming Languages and Development Environments | 编程语言与开发环境
WJEC does not prescribe a single programming language, but the specimen material and examiner reports suggest that high-level languages with strong data structure support — such as Python, Java, VB.NET, and C# — are the most suitable. Python is particularly popular because its syntax aligns well with pseudocode used in examinations.
WJEC不指定单一的编程语言,但样题材料和考官报告表明,具有良好数据结构支持的高级语言——如Python、Java、VB.NET和C#——最为合适。Python尤其受欢迎,因为它的语法与考试中使用的伪代码非常接近。
In Unit 2, students will need to demonstrate proficiency in file handling, exception handling, and the use of libraries or APIs. They should also be comfortable using an IDE that supports version control or at least a systematic approach to saving and annotating versions of their code, as this underpins the development log requirement.
在单元2中,学生需要展示熟练处理文件操作、异常处理以及使用库或API的能力。他们还应能熟练使用支持版本控制的IDE,或至少采用系统化方法保存并注释代码的各个版本,因为这是开发日志要求的基础。
8. Cybersecurity, Artificial Intelligence, and Ethics | 网络安全、人工智能与伦理
A noticeable shift in the 2026 syllabus is the integration of cybersecurity principles into both theory and practical units. Threats such as SQL injection, cross-site scripting (XSS), and ransomware are now compulsory knowledge. Students must be able to explain how encryption, penetration testing, and secure coding practices mitigate these threats.
2026年大纲一个明显的转变是将网络安全原则融入理论和实践单元。SQL注入、跨站脚本(XSS)和勒索软件等威胁现在是必学知识。学生必须能够解释加密、渗透测试和安全编码实践如何缓解这些威胁。
On the AI and ethics front, candidates need to discuss the impact of autonomous decision-making systems, algorithmic bias, and data privacy laws such as GDPR. A typical discussion question may require comparing the benefits of facial recognition technology with the risks to civil liberties, requiring a balanced, evidence-based response.
在人工智能与伦理方面,考生需要讨论自主决策系统的影响、算法偏见以及GDPR等数据隐私法律。一道典型的讨论题可能要求比较人脸识别技术的益处与对公民自由的风险,要求平衡且有据可依的回答。
9. Grade Boundaries and Performance Trends | 分数线与表现趋势
Because summer 2026 marks the first examination series for a new specification, grade boundaries will be set using a combination of exemplar work, expert judgement, and statistical alignment to maintain comparability with previous years. While WJEC aims for stability, the increased weight on application and analysis often leads to slightly lower raw mark boundaries for grades A and B initially, as students and teachers adapt.
由于2026年夏季是新大纲的首个考试系列,分数线将由范例工作、专家判断和统计校准相结合来确定,以保持与往年的可比性。虽然WJEC旨在保持稳定,但应用与分析权重加大通常导致最初A和B等级的原始分数边界略低,因为学生和教师需要一个适应过程。
Past patterns from other WJEC reformed subjects suggest that the proportion of top grades might be slightly more modest in the first year, but this tends to normalise by the second series. Therefore, Year 12 students should focus on mastering the new assessment style rather than relying solely on legacy past papers.
从WJEC其他改革科目的既往模式来看,最高等级的比例在第一年可能略为保守,但往往在第二轮考试中趋于正常化。因此,Year 12学生应专注于掌握新的评估风格,而不是仅仅依赖旧版历年试卷。
10. Effective Revision Strategies and Resource Recommendations | 高效复习策略与资源建议
To succeed in the 2026 WJEC AS Computer Science exams, a multi-pronged revision approach is essential. First, download the new specification and specimen assessment materials from the WJEC secure website as soon as they are published: these clarify exactly what examiners are looking for. Next, create concise mind maps that link theoretical concepts to their programming applications.
要在2026年WJEC AS计算机科学考试中取得成功,多管齐下的复习方法至关重要。首先,一旦WJEC发布新的大纲和样题评估材料,立即从WJEC安全网站下载;这些材料精准阐明了考官的要求。其次,制作简洁的思维导图,将理论概念与编程应用联系起来。
Practice writing pseudocode under timed conditions and compare your solutions against mark schemes. For the NEA, build a small portfolio of programming exercises that cover file I/O, searching, sorting, and graphical output. This will build confidence for the internal project. Additionally, form study groups where you explain topics like the TCP/IP stack or normalisation to peers — teaching is one of the most effective ways to deepen understanding.
在限时条件下练习编写伪代码,并将答案与评分方案对比。对于非考试评估,建立一个包含文件输入输出、搜索、排序和图形输出的编程练习小作品集,这将为内部项目积累信心。此外,组建学习小组,向同伴讲解TCP/IP协议栈或规范化学主题——教学是深化理解最有效的方法之一。
Published by TutorHao | Computer Science Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply