📚 AS WJEC Computer Science: 2026 Exam Changes & Trends | AS WJEC 计算机:2026年考试变化与趋势
The 2026 examination series marks a significant turning point for AS Computer Science students in Wales. With the first teaching of the reformed WJEC specification starting in September 2025, the 2026 papers reflect a modernised curriculum designed to equip learners with the skills demanded by today’s digital economy. From on-screen practical assessments to fresh content in artificial intelligence, these changes are set to redefine how candidates prepare and perform. This article breaks down every key shift, helping you navigate the evolving landscape with confidence.
2026年的考试季对威尔士的 AS 计算机科学学生来说是一个重要转折点。随着 WJEC 新规范从 2025 年 9 月开始首次教学,2026 年的试卷体现了一个现代化的课程体系,旨在让学生掌握当今数字经济所需的技能。从上机实践考核到人工智能等全新内容,这些变化将重新定义考生的备考与应试方式。本文将逐一拆解每一项关键转变,帮助你从容应对不断变化的考试格局。
1. Overview of the New Specification | 新规范概览
The reformed WJEC AS Computer Science qualification (teaching from 2025, first assessment 2026) introduces two examined units that replace the legacy structure. Unit 1: Computer Systems is a written paper worth 50% of the AS, while Unit 2: Programming and Problem Solving is a practical on-screen examination also worth 50%. This design places equal weight on theoretical understanding and applied coding ability, a deliberate shift from earlier specifications that relied more heavily on written theory.
改革后的 WJEC AS 计算机科学资格(2025 年起授课,2026 年首次考核)引入了两个考评单元,取代了原有的结构。第一单元“计算机系统”为笔试,占 AS 总成绩的 50%;第二单元“编程与问题解决”则为上机实践考试,同样占 50%。这种设计将理论知识与应用编程能力置于同等地位,是对以往偏重书面理论的刻意调整。
The qualification now aligns closely with the Welsh Government’s vision for the new Curriculum for Wales, fostering digital competence and computational thinking from an earlier stage. Teachers and students should view 2026 as the start of a more dynamic era, where rote learning of pseudocode gives way to genuine problem-solving in a live programming environment.
该资格现在与威尔士政府对新版威尔士课程的愿景高度契合,旨在更早阶段培养数字能力和计算思维。教师和学生应当将 2026 年视为一个更具活力的时代的开端——死记硬背伪代码的方式将让位于在真实编程环境中的实际问题解决。
2. Programming Language Requirements: Embracing Python | 编程语言要求:拥抱 Python
While WJEC officially allows multiple high-level languages such as Java and C#, the clear centre of gravity for the 2026 exams is Python. All specimen on-screen tasks and exemplar materials released by the board use Python 3, and schools are strongly encouraged to adopt it as the primary teaching language. Python’s simple syntax and extensive educational ecosystem make it the ideal vehicle for the computational thinking skills now assessed.
虽然 WJEC 官方允许多种高级语言,如 Java 和 C#,但 2026 年考试的重心显然落在 Python 上。考试局发布的所有上机样题和范例材料均使用 Python 3,并强烈建议学校将其作为主要教学语言。Python 简洁的语法和丰富的教育生态使其成为当前考核计算思维技能的理想载体。
Candidates must be proficient in core programming constructs: sequence, selection, iteration, string manipulation, file handling, lists (arrays) and subroutines. The new syllabus also expects competence in using external libraries for tasks such as random number generation and basic data visualisation, pushing students beyond simple console output.
考生必须熟练掌握核心编程结构:顺序、选择、循环、字符串操作、文件处理、列表(数组)以及子程序。新大纲还要求学生能够使用外部库完成随机数生成和基本数据可视化等任务,将能力要求推向了简单的控制台输出之上。
3. On-Screen Practical Examination (Unit 2) | 上机实践考试(第二单元)
Perhaps the most transformative change for 2026 is the introduction of a two-hour on-screen programming exam for Unit 2. Gone are the days of writing pseudocode on paper; candidates will now sit in front of a locked-down workstation with a preconfigured IDE and a digital question paper. Tasks demand that students read, debug, extend and create code in real time, with marks awarded for correctness, efficiency and adherence to specification.
2026 年最具变革性的变化或许是第二单元引入了两小时的上机编程考试。在纸上书写伪代码的日子一去不复返;考生如今将坐在一台锁定的工作站前,配以预配置的集成开发环境和数字化试卷。任务要求考生实时阅读、调试、扩展并编写代码,根据正确性、效率以及是否符合需求规格来评定分数。
This format tests genuine programming fluency. A typical task might provide an incomplete program that reads sensor data from a text file, then ask the candidate to add error handling, implement a search algorithm and display results in a formatted table. The on-screen environment assesses not only logic but also practical skills such as using the IDE’s debugging tools and managing file I/O under time pressure.
这一形式考察的是真正的编程流畅度。一道典型题目可能提供一个从文本文件读取传感器数据的不完整程序,然后要求考生添加错误处理、实现搜索算法并以格式化表格显示结果。上机环境不仅评估逻辑思维,还考察在时间压力下使用 IDE 调试工具和管理文件输入输出等实践技能。
4. Enhanced Focus on Computational Thinking | 计算思维的重点强化
Computational thinking forms the backbone of the 2026 specification, explicitly woven into both examined units. Decomposition, pattern recognition, abstraction and algorithm design are no longer implicit skills; they are named assessment objectives whose mastery is directly tested through scenario-based questions. For instance, a Unit 1 question may present a complex logistics scenario and require the candidate to formulate a reusable algorithmic solution using abstraction.
计算思维构成了 2026 年规范的基石,明确地融入两个考核单元之中。分解、模式识别、抽象和算法设计不再是隐含的技能,而是被列为具体的评估目标,其掌握程度通过情景式问题直接检验。例如,第一单元的一道题目可能呈现一个复杂的物流情景,要求考生运用抽象思维构思出可复用的算法解决方案。
In the practical Unit 2, computational thinking is assessed holistically as students must decompose a problem statement, recognise where standard algorithms (sorting, searching) apply and abstract away unnecessary detail to produce clean, maintainable code. Teachers are advised to embed these thinking processes into every programming lesson rather than treating them as separate theory.
在实践性的第二单元中,计算思维以整体方式进行评估,学生必须分解问题陈述、识别标准算法(排序、搜索)的适用之处,并抽离不必要的细节以生成清晰、可维护的代码。建议教师将这些思维过程融入每一节编程课中,而非将它们当作独立的理论处理。
5. Algorithms and Data Structures: Depth over Breadth | 算法与数据结构:深度优于广度
The 2026 syllabus takes a streamlined yet deeper approach to algorithms. Instead of covering a vast catalogue of sorting and searching methods superficially, it concentrates on linear search, binary search, bubble sort and merge sort, with a strong emphasis on comparing their efficiencies using Big O notation. Candidates must be able to trace algorithms on given datasets and suggest improvements based on time complexity.
2026 年大纲对算法采取了精简但更深入的处理方式。它不再蜻蜓点水般覆盖大量排序和搜索方法,而是聚焦于线性搜索、二分搜索、冒泡排序和归并排序,并着重强调用大 O 符号比较它们的效率。考生必须能够在给定数据集上跟踪算法,并根据时间复杂度提出改进建议。
Data structures extend beyond simple arrays to include records and lists of records, reflecting real-world data handling. The on-screen exam expects candidates to manipulate arrays of structured data, search and sort them using the four core algorithms, and justify their choices. A familiar table comparing algorithm complexities is a vital revision tool.
数据结构从简单的数组扩展到记录和记录列表,反映了真实世界的数据处理方式。上机考试要求考生操作结构化数据数组,使用四种核心算法进行搜索和排序,并证明选择的合理性。一张对比算法复杂度的熟悉表格是必不可少的复习工具。
| Algorithm | Best Case | Average Case | Worst Case |
|---|---|---|---|
| Linear Search | O(1) | O(n) | O(n) |
| Binary Search | O(1) | O(log n) | O(log n) |
| Bubble Sort | O(n) | O(n²) | O(n²) |
| Merge Sort | O(n log n) | O(n log n) | O(n log n) |
6. Artificial Intelligence and Machine Learning Fundamentals | 人工智能与机器学习基础
Reflecting the rapid advancement of technology, WJEC has introduced a new topic strand on artificial intelligence and machine learning. This content, assessed in Unit 1, covers the basic principles of AI, the difference between strong and weak AI, and key types of machine learning: supervised, unsupervised and reinforcement learning. Students are expected to understand how training data is used to build models that recognise patterns and make predictions.
为反映技术的快速进步,WJEC 引入了关于人工智能和机器学习的新专题。这一内容将在第一单元中考查,涵盖 AI 的基本原理、强人工智能与弱人工智能的区别,以及监督学习、无监督学习和强化学习等关键的机器学习类型。要求学生理解如何利用训练数据来构建识别模式和做出预测的模型。
The ethical dimension is equally prominent. Candidates must discuss bias in datasets, transparency of decision-making algorithms and the societal impact of AI-driven automation. While no programming of neural networks is required, learners should be able to describe a simple neural network as a layered structure of nodes, weights and activation functions at a conceptual level.
伦理层面的要求同样显著。考生必须讨论数据集的偏见、决策算法的透明度以及 AI 驱动的自动化对社会的影响。虽然不要求对神经网络进行编程,但学习者应能够在概念层面上将简单的神经网络描述为由节点、权重和激活函数构成的分层结构。
7. Cybersecurity and Ethical Considerations | 网络安全与伦理考量
Cybersecurity has moved from a peripheral topic to a core component of the 2026 AS syllabus. Students must identify a range of threats including phishing, malware, denial-of-service attacks and SQL injection, and evaluate corresponding prevention strategies such as firewalls, encryption, penetration testing and multi-factor authentication. The exam may present a case study of a security breach and ask for a reasoned protection plan.
网络安全已从边缘话题转变为 2026 年 AS 大纲的核心组成部分。学生必须识别一系列威胁,包括网络钓鱼、恶意软件、拒绝服务攻击和 SQL 注入,并评估相应的防御策略,如防火墙、加密、渗透测试和多因素认证。考试可能会给出一个安全漏洞案例,要求制定合理的保护方案。
Ethical and legal issues permeate the entire specification. Topics such as the Data Protection Act, Computer Misuse Act and copyright law are examined in the context of modern cloud services and social media platforms. Candidates should be ready to debate the balance between surveillance for security and individual privacy, a skill often tested through extended writing questions.
伦理与法律问题贯穿整个规范。数据保护法、计算机滥用法和版权法等主题将在现代云服务和社交媒体平台的背景下进行考查。考生应准备好就安全监控与个人隐私之间的平衡进行辩论,这一技能经常通过拓展写作题来检验。
8. Changes in Computer Systems Content (Unit 1) | 计算机系统内容的变化(第一单元)
The Unit 1 written paper retains familiar topics such as data representation, computer architecture, networks and system software, but each has been updated. For example, data representation now includes negative numbers in binary using two’s complement with both 8-bit and 16-bit registers, and floating-point representation with mantissa and exponent in binary. Hexadecimal is applied extensively in colour codes, MAC addresses and error messages.
第一单元笔试保留了数据表示、计算机体系结构、网络和系统软件等学生熟悉的话题,但每一部分都经过了更新。例如,数据表示现在包括使用二补码表示负数的 8 位和 16 位寄存器,以及采用二进制尾数和指数形式的浮点表示法。十六进制在颜色代码、MAC 地址和错误信息中得到广泛应用。
Computer architecture now covers contemporary processor features such as multicore technology, cache memory hierarchies and pipelining. The specification places greater emphasis on the fetch-decode-execute cycle as it relates to the performance of modern CPUs. Networks have expanded to include cloud computing models (IaaS, PaaS, SaaS) and the principles of virtualisation, reflecting industry trends.
计算机体系结构如今涵盖了多核技术、缓存层次结构和流水线等当代处理器特性。规范更加强调与当代 CPU 性能相关的取指-解码-执行周期。网络部分扩展至包括云计算模型(IaaS、PaaS、SaaS)和虚拟化原理,反映出行业趋势。
9. Assessment Objectives and Marking Changes | 评估目标与评分变化
WJEC has refined its assessment objectives (AOs) for the 2026 exams, moving towards a more integrated assessment model. AO1 (Recall) and AO2 (Application) now carry reduced weight in the practical unit, while AO3 (Analysis and Evaluation) is significantly strengthened. In Unit 2, marks are allocated not only for the final working code but also for evidence of testing, structured commentary and justified algorithm choice, mimicking real-world software development.
WJEC 为 2026 年考试完善了评估目标(AOs),转向更加综合的评估模式。实践单元中 AO1(回忆)和 AO2(应用)的权重有所下降,而 AO3(分析与评价)的权重显著增强。在第二单元中,分数不仅授予最终可运行的代码,还授予测试证据、结构化注释以及经论证的算法选择,以此模拟真实的软件开发过程。
The written paper now features more extended response questions that require candidates to evaluate technological solutions rather than simply describe them. Mark schemes reward precise technical vocabulary and the ability to construct balanced arguments. Command words such as ‘to what extent’, ‘justify’ and ‘critically compare’ signal the higher-order thinking expected.
笔试试卷如今包含更多拓展回答题,要求考生评价技术解决方案,而不仅仅是描述。评分方案奖励准确的技术词汇和构建平衡论据的能力。诸如“在多大程度上”“证明”和“批判性比较”等指令词,标志着所期望的高阶思维。
10. Revision Strategies for the 2026 Exam | 2026 年考试的复习策略
Given the dual nature of the qualification, balanced revision is crucial. For Unit 1, create concise mind maps linking theoretical concepts to real-world applications, and practise past-paper questions under timed conditions, paying special attention to new AI and cybersecurity content. Anki-style digital flashcards are excellent for memorising binary conversions, Boolean logic laws and key legal acts.
鉴于该资格的双重性质,均衡复习至关重要。针对第一单元,可创建简洁的思维导图,将理论概念与现实应用联系起来,并在限时条件下练习往年真题,特别关注新增的 AI 和网络安全内容。Anki 式的电子抽认卡很适合记忆二进制转换、布尔逻辑定律和关键法律条文。
For the practical Unit 2, nothing replaces consistent hands-on coding. Set up a revision environment identical to the exam setup: use the same IDE (such as IDLE for Python 3) without internet access, and work through the specimen on-screen tasks repeatedly. Keep a log of common syntax errors and debugging shortcuts; fluency in the IDE’s tools can save vital minutes during the exam.
对于实践性的第二单元,没有什么能替代持续亲自动手编码。搭建一个与考试设置完全相同的复习环境:使用相同的 IDE(如 Python 3 的 IDLE),断开互联网,反复完成上机样题。记录常见语法错误和调试快捷方式;熟练运用 IDE 工具可以为考试节省宝贵时间。
11. Future Trends and Beyond AS | 未来趋势及 AS 之后的展望
The 2026 specification is not an endpoint but part of a broader educational trajectory. Skills acquired—particularly in on-screen programming, ethical reasoning and AI literacy—serve as direct preparation for the WJEC A2 units and university-level computer science. The inclusion of cloud computing and virtualisation signals that future iterations may incorporate containerisation and DevOps practices.
2026 年的规范并非终点,而是更广泛教育轨迹的一部分。所获得的技能——尤其是在上机编程、伦理推理和 AI 素养方面——能够直接为 WJEC A2 单元和大学计算机科学课程做好准备。云计算和虚拟化内容的纳入,预示着未来的版本可能会包含容器化和 DevOps 实践。
As digital technologies converge, WJEC’s agile approach to qualification reform suggests that AS Computer Science will continue to evolve rapidly. Staying informed through the official WJEC subject page and engaging with computing education communities will help learners and educators remain at the forefront of change well beyond 2026.
随着数字技术的融合,WJEC 在资格改革中所采取的敏捷方式表明,AS 计算机科学将继续快速演进。通过 WJEC 官方学科页面及时了解动态,并参与计算机教育社群,将帮助学习者和教育者在 2026 年之后许久仍能站在变革的前沿。
Published by TutorHao | AS Computer Science Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导