📚 Year 12 SQA Engineering: Unit Test Mock Paper Analysis | SQA工程Year 12:单元测试模拟卷解析
Mock unit tests are a vital part of your Engineering Science revision for the SQA Higher qualification. This analysis walks you through representative questions, common pitfalls, and the step-by-step reasoning needed to secure top marks in topics ranging from mechanics and electronics to structures and control systems.
模拟单元测试是SQA Higher工程科学复习中至关重要的一环。本文将通过典型试题、常见错误和逐步解析,带你掌握力学、电子学、结构分析及控制系统等模块的解题思路,从而在正式考试中稳拿高分。
1. Forces and Moments Mastery | 力与力矩专项突破
In a typical beam equilibrium problem, you are given a uniform beam of length 4 m, pivoted at one end and supported by a vertical cable 1.5 m from the free end. A 200 N load hangs at the free end. Start by drawing a free-body diagram showing all forces: the weight of the beam (acting at centre, magnitude given or to be calculated), cable tension, pivot reaction, and applied load.
在典型的梁平衡问题中,一根长4 m的均质梁一端铰支,自由端1.5 m处由竖向钢索支撑,自由端悬挂200 N载荷。首先绘制自由体图,标出所有力:梁自重(作用于中点,给出或需计算)、钢索张力、铰链反力及外加载荷。
Take moments about the pivot. If the beam’s weight is 120 N, the clockwise moments are (200 N × 4 m) + (120 N × 2 m), while the anticlockwise moment is cable tension T × (4 m – 1.5 m). Set ΣM_pivot = 0: T × 2.5 = 200 × 4 + 120 × 2, giving T = 416 N. Then use ΣF_vertical = 0 to find pivot vertical reaction.
对铰链取矩。若梁自重120 N,顺时针力矩为 (200 N × 4 m) + (120 N × 2 m),逆时针力矩为钢索张力T × (4 m – 1.5 m)。由 ΣM_铰 = 0:T × 2.5 = 200 × 4 + 120 × 2,得T = 416 N。再用 ΣF_竖直 = 0 求铰链竖直反力。
Common mistake: forgetting to include the beam’s own weight or placing it at the wrong distance. Always label distances from the pivot clearly, and check your units.
常见错误:遗漏梁自重或把力臂取错。务必从铰链出发清晰地标注力臂,并检查单位。
2. Energy, Work and Power Calculations | 能量、功与功率计算
The mock paper often includes a vehicle climbing an incline. A 1200 kg car travels up a slope of 8° at a steady speed of 12 m·s⁻¹. The resistive force (air + rolling) totals 500 N. To find the engine power output, first calculate the component of weight along the slope: mg sinθ = 1200 × 9.81 × sin 8° ≈ 1638 N.
模拟卷中常出现车辆爬坡问题。一辆1200 kg的汽车以12 m·s⁻¹的恒定速度驶上8°斜坡,总阻力(空气+滚动)为500 N。求发动机输出功率,先计算重力沿坡分量:mg sinθ = 1200 × 9.81 × sin 8° ≈ 1638 N。
Total required tractive force = resistive force + downhill weight component = 500 N + 1638 N = 2138 N. Power = force × velocity = 2138 N × 12 m·s⁻¹ = 25 656 W, about 25.7 kW. Remember that power is work done per unit time, and at constant speed the net force is zero, so the driving force equals total resistance.
所需总牵引力 = 阻力 + 下滑分力 = 500 N + 1638 N = 2138 N。功率 = 力 × 速度 = 2138 N × 12 m·s⁻¹ = 25 656 W,约25.7 kW。记住,功率是单位时间内做的功,匀速时合力为零,因此驱动力等于总阻力。
Pitfall: using cosine instead of sine for the slope component. Draw the right-angled triangle with angle θ at the base; weight component parallel to the slope is mg sinθ.
易错点:坡面分量误用余弦。画出直角三角形,坡底角为θ,则沿坡向下的重量分量为mg sinθ。
3. Circuit Analysis with Kirchhoff’s Laws | 基尔霍夫定律电路分析
A typical question provides a loop with two batteries and three resistors. Apply Kirchhoff’s voltage law (ΣV = 0 in a closed loop). Label currents in branches I₁, I₂, I₃. For the left loop containing a 9 V battery, a 10 Ω resistor and a 20 Ω resistor, the equation is: 9 – 10I₁ – 20I₃ = 0. For the right loop: 6 – 15I₂ – 20I₃ = 0. And current junction: I₁ + I₂ = I₃.
典型题目给出包含两个电池和三个电阻的回路。应用基尔霍夫电压定律(闭合回路中ΣV = 0)。标出支路电流I₁、I₂、I₃。对左侧回路(9 V电池、10 Ω和20 Ω电阻)有:9 – 10I₁ – 20I₃ = 0。右侧回路:6 – 15I₂ – 20I₃ = 0。节点电流:I₁ + I₂ = I₃。
Solve simultaneously: from first, 10I₁ = 9 – 20I₃; from second, 15I₂ = 6 – 20I₃. Substitute into I₁ + I₂ = I₃, multiply through to clear denominators, and obtain I₃ ≈ 0.26 A. Always state the direction of current: positive value means assumed direction is correct.
联立求解:由第一式得10I₁ = 9 – 20I₃;由第二式得15I₂ = 6 – 20I₃。代入I₁ + I₂ = I₃,通分后解得I₃ ≈ 0.26 A。务必标明电流方向:正值表示假设方向正确。
Use a table to organise parameters before writing equations.
| Loop / 回路 | Equation / 方程 |
|---|---|
| Left (ABEFA) | 9 – 10I₁ – 20I₃ = 0 |
| Right (BCDEB) | 6 – 15I₂ – 20I₃ = 0 |
| Junction B | I₁ + I₂ = I₃ |
4. Digital Logic and Boolean Simplification | 数字逻辑与布尔化简
Given a logic circuit with AND, OR and NOT gates, the first task is to write the Boolean expression for the output Q. A common configuration: Q = (A AND B) OR (NOT C). From a truth table, you might need to simplify using Boolean algebra or Karnaugh maps. For instance, the expression A·B + A·B’ simplifies to A, as A·B + A·B’ = A·(B + B’) = A·1 = A.
给出由与门、或门和非门构成的逻辑电路,首先要写出输出Q的布尔表达式。常见结构:Q = (A AND B) OR (NOT C)。根据真值表,可能需要使用布尔代数或卡诺图化简。例如,表达式A·B + A·B’ 可化简为A,因为A·B + A·B’ = A·(B + B’) = A·1 = A。
When drawing a truth table for two inputs, list all 4 combinations. For NAND gate output, remember it is the inverse of AND. In the exam, you may be asked to build a circuit using only NAND gates. A NOT gate can be made by joining NAND inputs; an AND is NAND followed by NOT NAND.
绘制双输入真值表时,需列出全部四种组合。与非门输出是与门的反相。考试中可能要求仅用与非门构建电路:非门可将与非门输入端并接实现;与门为与非门输出再接非门。
Common error: confusing XOR with OR. X ⊕ Y = X·Y’ + X’·Y. Always double-check the columns of the truth table to avoid a single mistaken row.
常见错误:混淆异或门与或门。X ⊕ Y = X·Y’ + X’·Y。务必逐行核对真值表,避免某一行的误判。
5. Stress, Strain and Factor of Safety | 应力、应变与安全系数
A lifting cable 8 mm in diameter carries a maximum load of 16 kN. Compute tensile stress: σ = F / A, where A = πd²/4 = π × (0.008 m)² / 4 = 5.027 × 10⁻⁵ m². σ = 16 000 N / 5.027 × 10⁻⁵ m² = 318.3 × 10⁶ Pa = 318 MPa. Always convert units to metres and Newtons.
起吊钢缆直径8 mm,最大载荷16 kN,计算拉应力:σ = F / A,面积A = πd²/4 = π × (0.008 m)² / 4 = 5.027 × 10⁻⁵ m²,σ = 16 000 N / 5.027 × 10⁻⁵ m² = 318.3 × 10⁶ Pa = 318 MPa。务必统一换算为米和牛顿。
If the yield stress of the cable material is 500 MPa, the factor of safety = yield stress / working stress = 500 / 318.3 ≈ 1.57. In many applications a safety factor of at least 2 is required, so this cable is under-designed. You may be asked to suggest a suitable diameter: rearrange σ = F / (πd²/4) with allowable stress 250 MPa, solve for d ≈ 0.0101 m → 10.1 mm.
若材料屈服应力为500 MPa,安全系数 = 屈服应力 / 工作应力 = 500 / 318.3 ≈ 1.57。许多场合要求安全系数至少为2,因此该缆绳存在设计不足。可能要求建议合适直径:用允许应力250 MPa反算,σ = F / (πd²/4),解得d ≈ 0.0101 m → 10.1 mm。
Calculating strain: ε = σ / E (Young’s modulus). If E = 200 GPa, ε = 318 MPa / 200 000 MPa = 0.00159 (0.159%). A common mistake is using GPa and MPa inconsistently; always use same prefix or base units.
计算应变:ε = σ / E(弹性模量)。若E = 200 GPa,ε = 318 MPa / 200 000 MPa = 0.00159 (0.159%)。常见错误是GPa与MPa混用,务必统一单位。
6. Gear Trains and Velocity Ratio | 齿轮系与速度比
A driver gear has 25 teeth and meshes with a driven gear of 75 teeth. Velocity ratio (VR) = number of teeth on driven / number of teeth on driver = 75/25 = 3. This means the driven gear rotates at one-third of the driver’s speed. If the driver rotates at 900 rev·min⁻¹, the driven speed = 900 / 3 = 300 rev·min⁻¹.
主动齿轮25齿,与75齿的从动齿轮啮合。速度比(VR) = 从动轮齿数 / 主动轮齿数 = 75/25 = 3,即从动轮转速为主动轮的1/3。若主动轮转速900 rev·min⁻¹,从动轮转速 = 900 / 3 = 300 rev·min⁻¹。
Torque transmission: neglecting friction, power is constant. Torque ratio = 1 / VR, so output torque = input torque × VR. If input torque is 10 N·m, output torque = 10 × 3 = 30 N·m. Always check the direction of rotation for compound gears; an idler gear reverses direction but does not change the velocity ratio.
转矩传递:忽略摩擦,功率恒定。转矩比 = 1 / VR,因此输出转矩 = 输入转矩 × VR。若输入转矩10 N·m,输出转矩 = 10 × 3 = 30 N·m。复合轮系注意旋转方向;惰轮会反转方向但不改变速度比。
Mock question: a two-stage reduction gearbox. First gear pair VR₁ = 4, second pair VR₂ = 3. Overall velocity ratio = 4 × 3 = 12. Draw and calculate intermediate shaft speeds.
模拟题:一个两级减速齿轮箱,第一级VR₁ = 4,第二级VR₂ = 3,总速度比 = 4 × 3 = 12。画出简图并计算中间轴转速。
7. Truss Analysis by Method of Joints | 桁架节点分析法
A simple triangular truss supports a 5 kN load at the apex. Members are pin-jointed. Start at a joint with at most two unknowns. At the apex, vertical equilibrium: 5 kN downwards, so the two inclined members provide upward components. Assuming 45° angles, if each member force is F, 2F sin45° = 5 kN, hence F = 5 / (2 × 0.707) ≈ 3.54 kN (tension or compression depends on direction).
简单三角桁架顶端承受5 kN载荷,节点均为铰接。从未知力不超过两个的节点开始。在顶点,竖直平衡:向下5 kN,两斜杆提供竖直向上的分量。若角度均为45°,每根杆力为F,则2F sin45° = 5 kN,得到F = 5 / (2 × 0.707) ≈ 3.54 kN(拉压取决于方向)。
After determining forces at first joint, move to adjacent joints and repeat ΣF_x = 0, ΣF_y = 0. Use the sign convention: tension positive, compression negative. Always state whether a member is in tension (being pulled) or compression (being squashed). A common mistake is forgetting to resolve forces correctly when angles are not standard.
解出第一个节点后,移至相邻节点,重复ΣF_x = 0、ΣF_y = 0。使用正负号约定:受拉为正,受压为负。务必说明杆件承受拉力还是压力。常见错误是角度非特殊值时力分解不当。
Draw a table: Member, Force (kN), Nature. For the bottom chord, analysis often reveals compression. Check that the overall structure is in equilibrium by taking moments about a support.
绘制表格:杆件、力值(kN)、受力性质。下弦杆通常受压。最后对支点取矩,验证整体平衡。
8. Control System Block Diagrams | 控制系统框图解析
A temperature control system uses a thermistor as sensor, a microcontroller, and a heater as actuator. In a closed-loop system, the actual temperature is fed back and compared with the setpoint to generate an error signal. The block diagram has summing junction, controller, actuator, process, and feedback path.
温度控制系统使用热敏电阻作为传感器、微控制器为控制器、加热器为执行器。在闭环系统中,实际温度被反馈并与设定值比较,产生偏差信号。框图包含比较点、控制器、执行器、被控对象和反馈通道。
Explain the transfer function: The output depends on controller gain K_p, integrator to eliminate steady-state error. A mock question might ask: “If the setpoint is 100 °C and the feedback reads 95 °C, what is the error?” Answer: 5 °C. The controller then increases heater duty cycle.
解释传递函数:输出取决于控制器增益K_p,积分环节可消除稳态误差。模拟题可能问:“若设定值为100 °C,反馈读数为95 °C,偏差是多少?”答案:5 °C。随后控制器增大加热器占空比。
Open-loop vs closed-loop: open-loop has no feedback and cannot correct for disturbances. A toaster is open-loop (timer-based). A refrigerator is closed-loop. Be prepared to sketch both and label elements.
开环与闭环:开环无反馈,无法纠正干扰。烤面包机是开环(基于定时),冰箱是闭环。需准备绘制二者并标注元件。
9. Programming and Flowchart Design | 编程与流程图设计
A mock scenario: a microcontroller reads a temperature sensor and turns on a fan when temperature exceeds 30 °C. The flowchart begins with ‘Start’, then ‘Read temperature T’. A decision diamond: ‘Is T > 30?’ If Yes, ‘Turn on fan’; if No, ‘Turn off fan’. Then loop back.
模拟场景:微控制器读取温度传感器,超过30 °C时开启风扇。流程图始于“开始”,随后“读取温度T”。菱形判断框:“T > 30?”,是则“开启风扇”,否则“关闭风扇”,然后返回循环。
Write pseudocode: WHILE TRUE DO T = READ_SENSOR; IF T > 30 THEN SETFAN(ON); ELSE SETFAN(OFF); ENDIF; WAIT(1 second); ENDWHILE. Always initialise variables and include a delay to avoid rapid cycling.
编写伪代码:WHILE TRUE DO T = READ_SENSOR; IF T > 30 THEN SETFAN(ON); ELSE SETFAN(OFF); ENDIF; WAIT(1秒); ENDWHILE。务必初始化变量并加入延时,防止继电器频繁切换。
Common terms: ADC (analogue-to-digital converter), PWM (pulse width modulation) for fan speed control. The question might ask you to modify the flowchart to include hysteresis so the fan stays on until the temperature drops below 28 °C.
常见术语:ADC(模数转换器),PWM(脉宽调制)用于风扇调速。可能要求修改流程图引入滞回,使温度降至28 °C以下才关风扇。
10. Common Mistakes and Winning Exam Strategies | 常见失分点与高分策略
Many candidates lose marks by omitting units or writing them incorrectly. In all calculations, include SI units in every step. For force, use N; for stress, Pa or MPa. When a question provides data in mm or cm, convert to m immediately unless it is a ratio.
许多考生因遗漏单位或单位写错而失分。所有计算步骤均需带SI单位:力用N,应力用Pa或MPa。题目提供mm或cm数据时,若非比值,应立即换算为m。
Always read the question carefully: identify what is given, what is asked, and draw a diagram where appropriate. In mechanisms, mark arrows for forces, velocities, and torques. In electronics, label current directions before applying laws.
认真审题:明确已知量和求解目标,适当画图。机构题中标注力、速度、转矩箭头,电子学中先标出电流方向再列定律方程。
Practice time management. For a 60‑mark paper in 60 minutes, allocate one minute per mark. If stuck on a tricky part, move on and return later. Show all working because method marks are awarded even if the final answer is wrong.
管理好时间。60分试卷60分钟,约1分1分钟。遇到难题先跳过,后续再回看。展示全部计算过程,因为即使最终答案错误,过程正确也能获得步骤分。
Finally, use the supplied data booklet for formulae, but ensure you understand when each formula applies. Memorising the format of common answers (e.g., stating “The member is in tension” alongside a positive force) will help you structure solutions neatly.
最后,合理使用公式手册,但要理解各公式的适用条件。熟记答题格式(如杆力为正值时写明“受拉”),有助于条理清晰地作答。
Published by TutorHao | Engineering Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply