📚 KS3 CCEA Engineering: Past Paper Deep Dive | KS3 CCEA 工程:历年真题深度解析
Welcome to our in-depth analysis of past paper questions for KS3 CCEA Engineering. This article breaks down common question types, provides model answers, and highlights key examiner tips to help you master the subject. By working through real exam-style problems, you will build confidence in tackling electronics, mechanics, materials, structures, safety and design topics.
欢迎来到我们对 KS3 CCEA 工程历年真题的深度解析。本文分解常见题型,提供示范答案,并突出关键考官提示,帮助你掌握这门学科。通过练习真实的考试风格题目,你将建立信心,从容应对电子学、力学、材料、结构、安全与设计等主题。
1. Electronic Components and Symbols | 电子元件与符号
Question: The diagram below shows three circuit symbols. Identify each component and state one function in a circuit. (Components: LED, fixed resistor, battery)
中文问题: 下图为三个电路符号。识别每个元件,并说明其在电路中的一个功能。(元件:LED、固定电阻、电池)
The LED (Light Emitting Diode) symbol has a diode triangle with two outward arrows. Its function is to convert electrical energy into light. Remember, the longer leg is the positive (anode) terminal and must be connected to the higher potential.
LED(发光二极管)的符号带有一个二极管三角形和两个向外的箭头。其功能是将电能转化为光能。记住,长脚为正极(阳极),必须连接到高电位。
The fixed resistor symbol is a zigzag line. It limits the current flowing through the circuit and divides voltage according to Ohm’s Law. Resistors are essential for protecting sensitive components like LEDs from excessive current.
固定电阻的符号是一条锯齿线。它限制电路中的电流,并根据欧姆定律分配电压。电阻器对于保护 LED 等敏感元件免受过大电流影响至关重要。
The battery symbol consists of alternating long and short parallel lines. The long line represents the positive terminal. It provides the electromotive force (EMF) that pushes electrons around the circuit.
电池符号由长短交替的平行线组成。长线代表正极。它提供电动势(EMF),驱动电子在电路中流动。
Examiner Tip: Many candidates draw the LED symbol incorrectly with only one arrow or forget the diode shape. Always practise sketching symbols so you can reproduce them quickly under timed conditions.
考官提示: 许多考生画 LED 符号时出错,只画一个箭头或忘记二极管形状。务必练习绘制符号,以便在限时条件下快速复现。
2. Simple Circuit Calculations | 简单电路计算
Question: A red LED requires 2.0 V to operate and a current of 20 mA. You have a 9 V battery. Calculate the value of the series resistor needed and its minimum power rating.
中文问题: 一个红色 LED 需要 2.0 V 的工作电压和 20 mA 的电流。你有一个 9 V 电池。计算所需串联电阻的阻值及其最小额定功率。
First, find the voltage across the resistor: VR = Vsupply − VLED = 9 V − 2 V = 7 V. Using Ohm’s Law (V = I × R), rearrange to R = V / I = 7 V / 0.020 A = 350 Ω. The closest standard resistor value is 360 Ω or 390 Ω, but we use 350 Ω in calculation.
首先,计算电阻两端的电压:VR = Vsupply − VLED = 9 V − 2 V = 7 V。使用欧姆定律(V = I × R),重新排列得 R = V / I = 7 V / 0.020 A = 350 Ω。最接近的标准电阻值是 360 Ω 或 390 Ω,但计算中使用 350 Ω。
Ohm’s Law: V = I × R
Next, determine the power dissipated by the resistor: P = I² × R = (0.020 A)² × 350 Ω = 0.14 W. To be safe, choose a resistor with a power rating at least double: 0.25 W or 0.5 W. A common 0.25 W resistor is suitable.
接着,确定电阻消耗的功率:P = I² × R = (0.020 A)² × 350 Ω = 0.14 W。为安全起见,选择额定功率至少为两倍的电阻:0.25 W 或 0.5 W。普通的 0.25 W 电阻即可。
Examiner Tip: Always convert current to amps (20 mA = 0.020 A) before substituting into the formula. A common mistake is using milliamps directly, which gives a resistance 1000 times too small.
考官提示: 代入公式前,务必将电流转换为安培(20 mA = 0.020 A)。常见错误是直接使用毫安,导致计算出的电阻值缩小 1000 倍。
3. Gears and Mechanical Advantage | 齿轮与机械效益
Question: A driving gear has 20 teeth and rotates at 300 rpm. It meshes with a driven gear that has 60 teeth. Calculate the output speed of the driven gear and state whether this is a speed multiplier or torque multiplier system.
中文问题: 一个主动齿轮有 20 齿,转速为 300 rpm。它与一个 60 齿的从动齿轮啮合。计算从动齿轮的输出转速,并说明该系统是增速还是增扭装置。
Use the gear ratio formula: TeethDriver × SpeedDriver = TeethDriven × SpeedDriven. Substituting: 20 × 300 = 60 × SpeedDriven. Thus, SpeedDriven = (20 × 300) / 60 = 100 rpm.
使用齿轮比公式:TeethDriver × SpeedDriver = TeethDriven × SpeedDriven。代入:20 × 300 = 60 × SpeedDriven。因此,SpeedDriven = (20 × 300) / 60 = 100 rpm。
Gear Ratio = TeethDriven / TeethDriver = 60 / 20 = 3 : 1
Since the output speed (100 rpm) is lower than the input speed (300 rpm), the system is a torque multiplier. The driven gear turns at one-third the speed but delivers three times the torque (ignoring friction). This type of arrangement is used in bicycle gears when going uphill.
由于输出转速(100 rpm)低于输入转速(300 rpm),该系统是增扭装置。从动齿轮以三分之一的速度转动,但输出扭矩增加三倍(忽略摩擦)。这种装置常用于自行车爬坡时的齿轮组合。
Examiner Tip: Be careful with units: speed can be in rpm or rad/s, but the relationship remains the same. If the question asks for velocity ratio, it is the reciprocal of speed ratio when teeth are known.
考官提示: 注意单位:转速可以是 rpm 或 rad/s,但关系不变。如果题目要求速度比,当齿数已知时,它是传动比的倒数。
4. Levers and Moments | 杠杆与力矩
Question: A crowbar is used to lift a heavy rock. The fulcrum is placed 0.2 m from the rock. The effort is applied 1.2 m from the fulcrum on the opposite side. If the rock exerts a downward force of 600 N, calculate the minimum effort required to lift it. Identify the class of lever.
中文问题: 用一根撬棍撬起重石。支点距离石头 0.2 m。力施加在支点另一侧 1.2 m 处。若石头产生 600 N 的向下力,计算撬起石头所需的最小力。判断该杠杆属于哪一类。
According to the principle of moments, for equilibrium: clockwise moment = anticlockwise moment. Taking moments about the fulcrum: Effort × effort arm = Load × load arm. So, Effort × 1.2 m = 600 N × 0.2 m. Effort = (600 × 0.2) / 1.2 = 120 / 1.2 = 100 N.
根据力矩原理,平衡时:顺时针力矩 = 逆时针力矩。以支点计算力矩:力 × 力臂 = 载荷 × 载荷臂。因此,Effort × 1.2 m = 600 N × 0.2 m。Effort = (600 × 0.2) / 1.2 = 120 / 1.2 = 100 N。
Moment = Force × Perpendicular distance from pivot
The crowbar is a Class 1 lever because the fulcrum is between the load and the effort. Other examples include seesaws and scissors. Class 1 levers can multiply force or speed depending on the position of the fulcrum.
该撬棍属于第一类杠杆,因为支点在载荷和力之间。其他例子包括跷跷板和剪刀。第一类杠杆根据支点位置可以增力或增速。
Examiner Tip: Many students mix up the load arm and effort arm. Always draw a clear diagram and label distances from the fulcrum. Remember, the effort required decreases as the effort arm becomes longer.
考官提示: 许多学生混淆载荷臂和力臂。务必绘制清晰示意图,标注支点距离。记住,力臂越长,所需力越小。
5. Material Properties and Selection | 材料性质与选择
Question: An engineer must choose a material for a bridge frame that needs to be strong, lightweight, and resistant to corrosion. Compare the use of steel and aluminium for this application, referring to at least two properties for each.
中文问题: 一位工程师需要为桥架选择一种材料,要求坚固、轻质且耐腐蚀。比较钢材和铝材在该应用中的使用,每种至少提及两种特性。
| Property | Steel | Aluminium |
|---|---|---|
| Tensile Strength | High (can support heavy loads) | Moderate (but higher strength-to-weight ratio) |
| Density | ~7.8 g/cm³ (heavy) | ~2.7 g/cm³ (lightweight) |
| Corrosion Resistance | Low (rusts unless protected) | High (forms protective oxide layer) |
| Cost | Relatively low | Higher but decreasing over lifetime |
Steel offers excellent tensile strength and is cheaper, making it suitable for large bridges. However, it is dense and prone to rust, requiring painting or galvanising. Aluminium is much lighter and naturally corrosion-resistant, which reduces maintenance. Its strength-to-weight ratio is advantageous in movable bridges or aerospace, but it is more expensive initially. In a bridge frame design, a composite approach may use steel for main load-bearing members and aluminium for non-structural elements.
钢材提供优异的抗拉强度且成本较低,适合大型桥梁。但它密度大且易生锈,需涂漆或镀锌。铝材轻得多且天然耐腐蚀,减少维护。其强度重量比在可动桥或航空航天中优势明显,但初期成本更高。在桥架设计中,可采用钢制造主要承重构件,铝制造非结构件。
Examiner Tip: Do not simply list properties; link them to why they matter in the context. Using a comparison table in your answer (even in rough) helps organise thoughts and shows deeper understanding.
考官提示: 不要只列出性质;要联系它们在具体场景中的重要性。在答案中使用比较表(即使是草稿)有助于组织思路,展现更深的理解。
6. Structural Shapes and Strengths | 结构形状与强度
Question: A student builds two model bridges from card: one with rectangular cross-section beams and one with triangular trusses. Explain why the triangular design can support more weight before collapsing.
中文问题: 一名学生用卡纸建造了两座模型桥:一座使用矩形截面梁,另一座使用三角形桁架。解释为什么三角形设计在坍塌前能承受更多重量。
Triangles are inherently rigid geometric shapes. Unlike rectangles that can deform into parallelograms under load (a phenomenon called ‘racking’), a triangle’s sides are fixed by the three corners, preventing angular change without material failure. When a load is applied to a triangular truss, the forces are distributed along the members as pure tension or compression, efficiently using the material’s strength.
三角形是本质刚性的几何形状。与矩形在载荷下可变形为平行四边形(称为“歪斜”)不同,三角形的边由三个角点固定,除非材料失效否则不会发生角度变化。当载荷作用于三角形桁架时,力沿杆件以纯拉伸或压缩形式分布,有效利用了材料强度。
In contrast, a rectangular frame relies heavily on the stiffness of its joints. Card corners easily bend, allowing the rectangle to collapse sideways. By adding diagonal braces forming triangles, you convert a weak rectangle into a strong truss. This principle is used in bridges, cranes and roof structures.
相比之下,矩形框架严重依赖节点的刚度。卡纸角落容易弯曲,导致矩形侧向倒塌。通过添加对角撑形成三角形,可将脆弱的矩形转变为坚固的桁架。这一原理应用于桥梁、起重机和屋顶结构。
Examiner Tip: Use sketches if the exam allows. A simple before-and-after drawing shows the difference between a deforming rectangle and a stable triangle. Remember the keyword ‘triangulation’ – it is often worth a mark.
考官提示: 如果考试允许,可使用草图。简单的变形前与变形后绘图可展示变形矩形与稳定三角形的区别。记住关键词“三角化”——往往值一分。
7. Health and Safety Signs | 健康与安全标志
Question: State the meaning of each sign shape and colour in a workshop: a red circle with a diagonal bar, a yellow triangle with a black border, and a blue circle. Give one example of each.
中文问题: 说明车间中每种标志形状和颜色的含义:带有斜杠的红色圆圈、黑色边框的黄色三角形以及蓝色圆形。每种各举一例。
A red circle with a diagonal bar is a prohibition sign. It tells you something you must NOT do. Example: ‘No smoking’ or ‘Do not use mobile phones’. The red colour indicates danger and the cross bar reinforces the forbidden action.
带有斜杠的红色圆圈是禁止标志。它告诉你不得做的事。例如:“禁止吸烟”或“禁止使用手机”。红色表示危险,斜杠强化禁止行为。
A yellow triangle with a black border is a warning sign. It alerts you to a potential hazard that could cause injury. Example: ‘Warning: High voltage’ or ‘Caution: Slippery floor’. The bright yellow background attracts attention.
黑色边框的黄色三角形是警告标志。它提醒你可能导致伤害的潜在危险。例如:“警告:高压电”或“小心地滑”。亮黄色背景引人注目。
A blue circle is a mandatory sign. It tells you something you MUST do to stay safe. Example: ‘Wear safety goggles’ or ‘Wear ear protection’. Blue circles often depict the required personal protective equipment (PPE).
蓝色圆形是指令标志。它告诉你必须做的安全事项。例如:“佩戴护目镜”或“佩戴听力保护器”。蓝色圆形通常描绘所需的个人防护装备(PPE)。
Examiner Tip: Do not confuse warning and mandatory signs. Warning signs are triangular and yellow, while mandatory signs are circular and blue. In the exam, you may be asked to sketch a simple sign; include the correct colour description if you cannot use colours.
考官提示: 不要混淆警告和指令标志。警告标志是黄色三角形,指令标志是蓝色圆形。考试中可能要求画简单标志;若无法使用颜色,要写出正确的颜色描述。
8. Introduction to CAD/CAM | CAD/CAM 入门
Question: Describe what is meant by CAD and CAM, and explain one advantage of using CAD/CAM over traditional drawing and hand-operated machinery in school engineering projects.
中文问题: 描述 CAD 和 CAM 的含义,并解释在学校工程项目中使用 CAD/CAM 相较于传统绘图和手动机床的一个优势。
CAD stands for Computer-Aided Design. It involves using software to create precise 2D or 3D models of components. Designers can easily modify dimensions, simulate motion, and check for interferences before any physical part is made.
CAD 代表计算机辅助设计。它使用软件创建精确的二维或三维部件模型。设计师可以在制造任何实物之前轻松修改尺寸、模拟运动并检查干涉。
CAM stands for Computer-Aided Manufacturing. It takes the CAD model and generates toolpaths for machines like CNC routers, laser cutters, or 3D printers. CAM software controls the speed, feed rate, and path of the tool, automating production.
CAM 代表计算机辅助制造。它采用 CAD 模型,为 CNC 雕刻机、激光切割机或 3D 打印机等设备生成刀具路径。CAM 软件控制刀具的速度、进给率和路径,实现自动化生产。
One major advantage is improved accuracy and repeatability. A laser cutter controlled by CAM can produce identical pieces with tolerances less than 0.1 mm, which is nearly impossible to achieve consistently by hand. This ensures parts fit together correctly and saves material waste.
一个主要优势是提高了精度和可重复性。由 CAM 控制的激光切割机能以小于 0.1 mm 的误差制造相同工件,手工很难持续达到这一水平。这确保零件正确配合,节省材料浪费。
Examiner Tip: Avoid vague statements like ‘it is faster’. Be specific: ‘CAM reduces production time by automating repetitive cuts, and CAD allows rapid prototyping without redrawing.’ Link the advantage to a practical school project, e.g., producing identical gear wheels for a motorised buggy.
考官提示: 避免模糊陈述如“它更快”。要具体:“CAM 通过自动化重复切割缩短生产时间,CAD 无需重绘即可快速原型制作。”将优势联系到实际学校项目,例如为电动小车生产相同齿轮。
9. Sensors and Control Systems | 传感器与控制系统
Question: A night-light circuit uses a light-dependent resistor (LDR) and a fixed resistor in a potential divider to switch on an LED when it gets dark. Explain how the LDR’s resistance changes and how this causes the LED to turn on.
中文问题: 一个夜灯电路使用光敏电阻(LDR)和固定电阻组成分压器,以便在天黑时点亮 LED。解释 LDR 的电阻如何变化,以及这如何导致 LED 点亮。
An LDR is a sensor whose resistance decreases as the light intensity increases. In the dark, the LDR has a very high resistance (e.g., 1 MΩ), while in bright light it drops to about 1 kΩ. In a potential divider with a fixed resistor, the output voltage depends on the ratio of resistances. Suppose the LDR is connected between the positive supply and the output, and the fixed resistor goes to ground (Rtop topology). When dark, the LDR resistance is high, so the output voltage is pulled low; when light, LDR resistance is low, output is high.
LDR 是一种传感器,其电阻随光照强度增加而减小。在黑暗中,LDR 具有很高的电阻(例如 1 MΩ),而在明亮光线下降至约 1 kΩ。在与固定电阻组成的分压器中,输出电压取决于电阻比值。假设 LDR 连接在正电源和输出之间,固定电阻接地(Rtop 拓扑)。黑暗时,LDR 电阻高,输出电压被拉低;明亮时,LDR 电阻低,输出为高。
To make the LED turn on in the dark, you can place the LDR in the upper half and the fixed resistor in the lower half. In darkness, the high LDR resistance means the output voltage is close to 0 V. A transistor or comparator then senses this low voltage and switches the LED on. As ambient light increases, LDR resistance falls, output voltage rises, and the transistor switches the LED off.
要使 LED 在黑暗中点亮,可将 LDR 置于上半部分,固定电阻置于下半部分。黑暗中,LDR 高电阻使得输出电压接近 0 V。然后晶体管或比较器检测到此低电压,接通 LED。当环境光增强,LDR 电阻下降,输出电压升高,晶体管关闭 LED。
Examiner Tip: It is vital to specify whether the LDR resistance is directly or inversely proportional to light. Many candidates mix up thermistor and LDR behaviour. A thermistor’s resistance changes with temperature, not light.
考官提示: 必须说明 LDR 电阻与光照是正比还是反比关系。许多考生混淆热敏电阻和 LDR 的特性。热敏电阻的电阻随温度变化,而非光照。
10. Manufacturing Processes | 制造工艺
Question: You plan to manufacture a mobile phone stand from 3 mm acrylic sheet. Describe the steps you would take using a laser cutter, including any safety precautions. Explain why a laser cutter is suitable for this task.
中文问题: 你计划用 3 mm 亚克力板制造一个手机支架。描述使用激光切割机的步骤,包括任何安全措施。解释为什么激光切割机适合这项任务。
Step-by-step process:
- Design the phone stand in CAD software (e.g., 2D vector drawing), including slots for assembly. Ensure measurements are accurate. 用 CAD 软件(如二维矢量绘图)设计手机支架,包括组装用的插槽。确保尺寸准确。
- Export the design to CAM software, which sets cutting parameters: power, speed, and number of passes for 3 mm acrylic. Typically, a 40 W laser at speed 12 mm/s with 2 passes. 将设计导出到 CAM 软件,设置切割参数:功率、速度以及切割 3 mm 亚克力所需的次数。通常 40 W 激光以 12 mm/s 速度切割 2 次。
- Place the acrylic sheet on the laser cutter bed, make sure it is flat and secured. Close the lid and activate the fume extraction system. 将亚克力板放在激光切割机平台上,确保平整并固定。关闭盖子,启动排烟系统。
- Perform a test cut on a scrap piece to verify settings. Then run the main job while monitoring through the safety window. Never leave the machine unattended. 在废料上进行试切以验证设置。然后运行主作业,同时通过安全窗监控。切勿让机器无人看管。
- After cutting, allow the material to cool. Remove parts and smooth edges with fine sandpaper if necessary. Assemble the stand by slotting pieces together. 切割后,让材料冷却。取出零件,必要时用细砂纸打磨边缘。通过插接组装支架。
Laser cutting is suitable because it produces clean, polished edges on acrylic without additional finishing. It can cut intricate shapes and small slots accurately, which would be difficult with a saw. The process is fast and repeatable, making it ideal for batch production in a school project.
激光切割适合此任务,因为它在亚克力上产生干净抛光的边缘,无需额外处理。它能准确切割复杂形状和小槽,这是锯子难以做到的。工艺快速且可重复,非常适合学校项目中的批量生产。
Examiner Tip: Always mention safety: wearing safety glasses (even with
Published by TutorHao | KS3 工程 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导