📚 AS Eduqas Computer Science: Complete Syllabus Breakdown | AS Eduqas 计算机:课程大纲全面解析
The AS Level Computer Science qualification from Eduqas (WJEC) offers students a rigorous introduction to the principles of computation, hardware, software, and algorithmic thinking. This article provides a complete syllabus breakdown, covering the structure, content, assessment objectives, and study strategies for candidates aiming to excel in the AS examination.
Eduqas(WJEC)的 AS 阶段计算机科学课程为学生提供了对计算原理、硬件、软件和算法思维的严谨入门。本文全面解析课程大纲,涵盖结构、内容、评价目标和备考策略,帮助考生在 AS 考试中取得优异成绩。
1. Course Overview | 课程概览
The Eduqas AS Computer Science specification is designed to develop computational thinking, problem-solving skills, and an understanding of how computer systems work. It is a linear qualification, meaning all exams are taken at the end of the course. The AS can be taken as a standalone qualification or as the first half of the full A Level.
Eduqas AS 计算机科学课程旨在培养计算思维、问题解决能力以及对计算机系统工作原理的理解。它属于线性资格,即所有考试在课程结束时进行。AS 可作为独立证书,也可作为完整 A Level 的前半部分。
The subject content is divided into two examined components, each assessed through a written paper. There is no practical programming project (NEA) at AS level; the project forms part of the A2 only.
学科内容分为两个笔试单元,均通过书面考卷评定。AS 阶段不设实践编程项目(非考试评估);该项目仅属于 A2 部分。
2. Assessment Structure | 考核结构
AS candidates sit two compulsory written papers, both lasting 1 hour 30 minutes and each contributing 50% of the AS qualification. The papers are taken in the same examination series.
AS 考生参加两个必考笔试,时长均为 1 小时 30 分钟,各占 AS 成绩的 50%。两场考试在同一考季进行。
Component 1: Computer Systems is a traditional exam focusing on theory. Component 2: Programming and Logic assesses programming knowledge, problem-solving, and logical reasoning, often involving pseudocode or trace tables.
单元 1:计算机系统 是传统理论考试。单元 2:程序设计与逻辑 评估编程知识、问题解决和逻辑推理,常见题型包括伪代码或跟踪表。
The grade boundaries are set by Eduqas after each series, and results are reported on the A–E scale. There is no coursework or practical element contributing to the AS grade.
分数线由 Eduqas 在每次考试后划定,成绩以 A–E 等级报告。没有课程作业或实践环节计入 AS 成绩。
3. Unit 1: Computer Systems – Overview | 单元 1:计算机系统概览
Component 1 covers the fundamentals of computer architecture, data representation, system software, networks, and the societal impact of computing. Students must demonstrate a clear understanding of both theoretical concepts and their real-world applications.
单元 1 涵盖计算机体系结构、数据表示、系统软件、网络以及计算的社会影响。学生需清晰理解理论概念及其实际应用。
Questions on this paper include short-answer, structured, and extended-response formats. Some questions draw on contexts such as security, legislation, or emerging technologies.
试卷题型包括简答、结构化问答和扩展回答。部分题目结合安全、法规或新兴技术等背景。
The unit demands accurate use of technical terminology and the ability to evaluate trade-offs in system design, such as between performance and cost.
该单元要求准确使用技术术语,并能够评估系统设计中的权衡,例如性能与成本之间的取舍。
4. Unit 1 Deep Dive: Data Representation & Hardware | 单元 1 深入:数据表示与硬件
Candidates must be confident with binary, hexadecimal, and denary number systems, including conversions and arithmetic. They are expected to explain how characters, images, and sound are represented digitally.
考生必须熟练掌握二进制、十六进制和十进制数制,包括转换和算术运算。他们需能解释字符、图像和声音如何数字化表示。
Common notation includes:
常用符号包括:
1 Kilobyte = 2¹⁰ bytes, 1 hexadecimal digit = 4 bits
Storage units and compression techniques (lossy vs lossless) are frequently examined. Students must understand how bit depth, sample rate, and resolution affect file size and quality.
存储单位和压缩技术(有损与无损)经常考到。学生需理解位深度、采样率和分辨率如何影响文件大小和质量。
Hardware topics include the fetch-decode-execute cycle, CPU components (ALU, CU, registers), and factors affecting performance such as clock speed, cache size, and number of cores. The role of buses (data, address, control) must also be known.
硬件主题包括取指-译码-执行循环、CPU 组件(ALU、CU、寄存器),以及影响性能的因素如时钟速度、缓存大小和内核数量。总线(数据、地址、控制)的作用也必须掌握。
5. Unit 1 Deep Dive: Networks & Cybersecurity | 单元 1 深入:网络与网络安全
Networking concepts include LAN vs WAN, topologies (star, mesh), protocols (TCP/IP, HTTP, FTP), and the client-server and peer-to-peer models. Students should be able to describe packet switching and the function of key hardware like routers, switches, and NICs.
网络概念包括局域网与广域网、拓扑(星形、网状)、协议(TCP/IP、HTTP、FTP),以及客户-服务器和对等模型。学生需能描述分组交换以及路由器、交换机和网卡等关键硬件的功能。
Cybersecurity threats – malware, phishing, denial-of-service attacks, and social engineering – are examined alongside preventative measures. Encryption, firewalls, and authentication methods are core topics.
网络安全威胁——恶意软件、钓鱼、拒绝服务攻击和社会工程——与防范措施一起考查。加密、防火墙和认证方法是核心主题。
Legislation such as the Data Protection Act and Computer Misuse Act also features. Pupils learn to discuss ethical, legal, and environmental impacts of digital technology.
《数据保护法》和《计算机滥用法》等法规也会涉及。学生学习讨论数字技术的伦理、法律和环境影响。
6. Unit 2: Programming and Logic – Overview | 单元 2:程序设计与逻辑概览
Component 2 is a problem-solving paper that tests the ability to design, analyze, and trace algorithms. It includes questions on programming concepts, data structures, logic gates, and Boolean algebra.
单元 2 是问题解决试卷,测试设计、分析和跟踪算法的能力。题目涵盖编程概念、数据结构、逻辑门和布尔代数。
A significant portion of the paper uses an Eduqas-defined pseudocode. Learners must be able to read, interpret, and write algorithms in this language. No prior knowledge of a specific high-level language is assumed, but familiarity with one helps.
试卷很大部分使用 Eduqas 定义的伪代码。学习者必须能阅读、解释并用该语言书写算法。虽不假定掌握特定高级语言,但熟悉一门有助于理解。
The exam may involve trace tables, flowcharts, and error detection. Extended questions often require candidates to refine or extend an algorithm to meet new requirements.
考试可能涉及跟踪表、流程图和错误检测。扩展题常要求考生改进或扩充算法以满足新需求。
7. Unit 2 Deep Dive: Algorithms & Problem Solving | 单元 2 深入:算法与问题解决
Key algorithmic techniques include linear search, binary search, bubble sort, and merge sort. Candidates should be able to compare their efficiency using Big O notation informally, e.g., comparing O(n) vs O(n²).
关键算法技术包括线性搜索、二分搜索、冒泡排序和归并排序。考生应能通过大 O 符号非正式比较其效率,如对比 O(n) 与 O(n²)。
Recursion is introduced conceptually, often through mathematical functions like factorial. Iterative and recursive solutions are contrasted.
递归以概念形式引入,常通过数学函数如阶乘,对比迭代与递归方案。
Data structures covered: arrays (1D and 2D), records, lists, stacks, and queues. Questions may ask to trace the state of a stack or to write pseudocode for queue operations.
涉及的数据结构:数组(一维和二维)、记录、列表、栈和队列。考题可能要求跟踪栈的状态或编写队列操作的伪代码。
8. Unit 2 Deep Dive: Programming Paradigms & Logic | 单元 2 深入:编程范式与逻辑
AS introduces procedural and object-oriented paradigms at a basic level. Students are expected to understand concepts such as variables, constants, selection, iteration, subroutines (procedures and functions), and parameter passing (by value and by reference).
AS 阶段基础介绍过程式和面向对象范式。学生需理解变量、常量、选择、迭代、子程序(过程和函数)以及参数传递(值传递和引用传递)。
Boolean algebra and logic gates form a substantial part of Component 2. Candidates manipulate expressions using laws such as De Morgan’s laws, distribution, and absorption. Truth tables and circuit diagrams are tested regularly.
布尔代数和逻辑门构成单元 2 的重要部分。考生需运用定律(如德摩根定律、分配律、吸收律)处理表达式。真值表和电路图是常见考题。
Symbols used include AND, OR, NOT, XOR, and their logic gate equivalents. A typical expression simplification:
所用符号包括 AND、OR、NOT、XOR 及其逻辑门等价物。表达式简化示例:
A • (A + B) = A
9. Key Skills & Assessment Objectives | 关键技能与评价目标
Eduqas organises assessment into three Assessment Objectives (AOs): AO1 Demonstrate knowledge and understanding of the principles and concepts of computer science; AO2 Apply knowledge and understanding to a range of problems; AO3 Analyse and evaluate problems, making reasoned judgments.
Eduqas 将评价分为三个评价目标:AO1 展示对计算机科学原理和概念的知识与理解;AO2 将知识和理解应用于各种问题;AO3 分析和评估问题,做出合理判断。
Across both papers, AO1 carries about 30%, AO2 about 40%, and AO3 about 30%. This means simply memorising facts is not enough – you must practise applying them to unseen scenarios.
两卷中,AO1 约占 30%,AO2 约占 40%,AO3 约占 30%。这意味着仅背诵事实不够——必须练习将其应用于陌生情境。
Mathematical skills are also required, including simple arithmetic, percentages, powers of two, and interpreting graphical data. The specification embeds these naturally into computing contexts.
数学技能也必需,包括简单算术、百分比、2 的幂以及解释图表数据。大纲将这些自然融入计算情境中。
10. Study Tips & Preparation | 学习建议与备考
Start early with spaced repetition. Break down the specification into topics and create flashcards for key terms, definitions, and binary/hex conversions.
尽早开始并配合间隔复习。将大纲分解为主题,为关键术语、定义和二进制/十六进制转换制作闪卡。
For Unit 2, practise writing pseudocode by hand. Use past papers to become familiar with the style of algorithm questions and trace tables. Regular coding in a language like Python helps reinforce concepts such as loops, arrays, and parameter passing.
针对单元 2,练习手写伪代码。利用历年真题熟悉算法题和跟踪表风格。定期用 Python 等语言编程,有助于巩固循环、数组和参数传递等概念。
Build a glossary of technical vocabulary. Marks are often lost when students use vague language; precise terms like ‘protocol’, ‘abstraction’, or ‘encapsulation’ are expected.
建立技术词汇表。学生常因用语模糊而失分;应使用诸如“协议”“抽象”“封装”等精确术语。
Work with peers to explain topics aloud. Teaching others is one of the most effective ways to deepen understanding of hardware, logic, or network models.
与同伴合作,出声解释主题。教授他人是加深对硬件、逻辑或网络模型理解的最有效方式之一。
11. Frequently Asked Questions | 常见问题
Do I need to be an expert programmer before starting the course? No. The AS curriculum assumes little prior programming experience, but you should be willing to learn algorithmic thinking. Basic literacy in one high-level language will be built throughout the course.
开始课程前我需要是编程高手吗?不需要。AS 课程假设几乎没有编程经验,但你应愿意学习算法思维。一门高级语言的基础读写能力将在课程中培养。
Is there a practical project in AS? No. The full A Level includes a programming project (Component 3), but AS is solely examined through written papers. However, practising programming is still essential to succeed in Unit 2.
AS 有实践项目吗?没有。完整 A Level 包含编程项目(单元 3),但 AS 仅通过笔试评估。不过,编程练习对于单元 2 的成功仍然至关重要。
Can I use a calculator in the exams? Yes, a basic calculator is permitted for both papers, but you must be able to perform binary/hex conversions and simple calculations manually as well.
考试中可以使用计算器吗?可以,两份卷子均允许使用基本计算器,但你仍需能手动进行二进制/十六进制转换和简单计算。
What programming language should I study? The exam pseudocode is language-agnostic. Schools often teach Python, Java, or Visual Basic. Pick one that allows you to focus on logic rather than syntax.
我应该学习哪种编程语言?考试伪代码与语言无关。学校通常教授 Python、Java 或 Visual Basic。选择一门让你能专注于逻辑而非语法的语言。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导