Year 13 SQA Engineering: Unit Test Mock Paper Walkthrough | SQA 工程:单元测试模拟卷解析

📚 Year 13 SQA Engineering: Unit Test Mock Paper Walkthrough | SQA 工程:单元测试模拟卷解析

This comprehensive walkthrough dissects a typical SQA Engineering unit test mock paper for Year 13 students. We will examine key worked examples, highlighting common pitfalls, formula applications, and the precise analytical thinking required to secure top marks. The objective is to transform theoretical knowledge into confident, exam-ready problem-solving skills.

这份详尽的解析深入剖析了一份针对 Year 13 学生的典型 SQA 工程单元测试模拟卷。我们将逐一探讨关键例题,指出常见误区、公式应用方法,以及获取高分所需的精准分析思维。其目的在于将理论知识转化为自信满满、能应对考试的解题技能。


1. Stress and Strain Calculation | 应力与应变计算

A steel tie rod with a diameter of 20 mm is subjected to a tensile load of 65 kN. The original length is 1.5 m, and it extends by 1.2 mm. A common mistake is using diameter instead of radius when calculating the cross-sectional area. First, we calculate the direct stress.

一根直径为 20 mm 的钢拉杆承受 65 kN 的拉伸载荷。其原始长度为 1.5 m,延伸量为 1.2 mm。一个常见错误是在计算横截面积时误用直径而非半径。首先,我们计算正应力。

σ = F / A → σ = 65000 / (π × (0.01)²) = 206.9 × 10⁶ Pa or 206.9 MPa

Direct strain is the ratio of extension to original length. It is a dimensionless quantity, but it is good practice to keep units consistent. The calculated value is well within the elastic limit of typical structural steel.

正应变是延伸量与原始长度之比。它是一个无量纲量,但保持单位一致是个好习惯。计算出的值完全在典型结构钢的弹性极限之内。

ε = ΔL / L₀ → ε = 1.2 × 10⁻³ / 1.5 = 8.0 × 10⁻⁴

Finally, we determine Young’s Modulus. The result confirms the material identity. If your stress was off by a factor of 4, you likely used the diameter directly in the area formula, a costly exam-day slip.

最后,我们确定杨氏模量。结果印证了材料的属性。如果你的应力值差了 4 倍,很可能是你在面积公式中直接用了直径,这是考试日代价高昂的失误。

E = σ / ε → E = 206.9 × 10⁶ / 8.0 × 10⁻⁴ = 258.6 GPa


2. Thermal Expansion in Composite Systems | 复合系统中的热膨胀

A stainless steel pipe and a brass rod are rigidly clamped together at 15°C and heated to 95°C. The task is to find the compressive stress induced in the brass due to differential expansion. This requires compatibility of displacement.

一根不锈钢管和一根黄铜棒在 15°C 时被刚性夹紧并加热至 95°C。任务是求出因膨胀差而在黄铜中引起的压缩应力。这需要位移协调条件。

The free expansion of each material is calculated first. We use standard linear expansion coefficients, provided in the data booklet as α_ss = 16 × 10⁻⁶ /K and α_br = 19 × 10⁻⁶ /K. The free thermal strain for brass is computed.

首先计算每种材料的自由膨胀量。我们使用数据手册中提供的标准线膨胀系数,α_ss = 16 × 10⁻⁶ /K,α_br = 19 × 10⁻⁶ /K。计算黄铜的自由热应变。

ε_th(brass) = α_br × ΔT = 19 × 10⁻⁶ × 80 = 1.52 × 10⁻³

Because the steel pipe restricts this movement, a mechanical strain must now compensate for the difference. The sum of mechanical strains, taking compressive stress as negative, must match the geometric constraint. Solving the equilibrium equation yields the internal forces.

由于钢管限制了这一运动,必须由机械应变来补偿差值。将压缩应力取为负值,机械应变之和必须满足几何约束。求解平衡方程可得出内力。

ε_m(ss) + ε_m(br) = ε_th(ss) – ε_th(br)

Substituting σ/E for each mechanical strain and noting that the force P is the same for both components (Newton’s Third Law), we find the brass stress directly. The solution often involves a bit of algebraic manipulation.

将每个机械应变代入为 σ/E,并注意到两个部件所受的力 P 是相同的(牛顿第三定律),我们可以直接求出黄铜的应力。求解过程通常涉及一点代数运算。


3. Series and Parallel DC Circuit Analysis | 串并联直流电路分析

Consider a network with three resistors: R1=10Ω and R2=20Ω in parallel, with this combination in series with R3=18Ω, all connected to a 12V battery. Students often miscalculate the parallel equivalent resistance at the first step.

考虑一个包含三个电阻的网络:R1=10Ω 和 R2=20Ω 并联,该组合再与 R3=18Ω 串联,全部连接到 12V 电池上。学生们往往在第一步就错误计算了并联等效电阻。

The product-over-sum method is fast but must be applied carefully. For the parallel branch, the correct equivalent resistance is not simply the average. We need the harmonic mean.

“积和法”计算很快,但必须小心应用。对于并联支路,正确的等效电阻并非简单的平均值。我们需要的是调和平均数。

R_AB = (R1 × R2) / (R1 + R2) = (10 × 20) / (30) = 6.67 Ω

Now, the total circuit resistance is the sum of the parallel block and R3. With total resistance known, Ohm’s Law yields the supply current. A common error is forgetting that supply current splits at the parallel junction.

现在,电路总电阻为并联模块与 R3 之和。已知总电阻,可根据欧姆定律求出电源电流。一个常见错误是忘记了电源电流会在并联节点分流。

R_total = R_AB + R3 = 6.67 + 18 = 24.67 Ω → I_total = V / R_total = 12 / 24.67 ≈ 0.486 A

The voltage drop across R3 is I_total × R3 = 8.75 V. The remaining voltage, across the parallel pair, drives current through R1 and R2. Power dissipation questions usually follow, requiring P = I²R or V²/R.

R3 两端的电压降为 I_total × R3 = 8.75 V。剩余的电压加在并联对上,驱动电流流过 R1 和 R2。接下来通常是功率耗散问题,需要用到 P = I²R 或 V²/R。


4. Fluid Statics and Manometer Pressure | 流体静力学与压力计压力

A U-tube manometer uses mercury (density 13600 kg/m³) to measure gas pressure. The limb open to the atmosphere reads 250 mm higher than the gas limb. Atmospheric pressure is noted as 101.3 kPa. You must find the absolute gas pressure.

一个 U 型管压力计使用水银(密度 13600 kg/m³)来测量气体压力。通大气的一侧液柱比通气体的一侧高 250 mm。已知大气压为 101.3 kPa。需求出气体的绝对压力。

The hydrostatic pressure equation ΔP = ρgh is the backbone here. Ensure the height h is converted into metres. The density must be in kg/m³, and g is taken as 9.81 m/s². The difference in pressure is added to atmospheric pressure because the gas side is lower.

流体静力学方程 ΔP = ρgh 是此处的核心。确保高度 h 转换为米。密度必须以 kg/m³ 为单位,g 取 9.81 m/s²。因为气体侧液位较低,压力差应加到大气压上。

P_gauge = ρgh = 13600 × 9.81 × 0.25 = 33354 Pa = 33.35 kPa

Absolute pressure is the sum of gauge pressure and atmospheric pressure. The resulting value is approximately 134.7 kPa. A pitfall here is mixing units; working solely in Pascals prevents metric prefix errors.

绝对压力是表压与大气压之和。结果值约为 134.7 kPa。这里的一个陷阱是单位混用;全程使用帕斯卡可以避免公制单位前缀错误。

P_abs = P_atm + P_gauge = 101.3 + 33.35 = 134.65 kPa


5. Shear Force and Bending Moment Diagrams | 剪力图与弯矩图

A simply supported beam of span 6 m carries a central point load of 10 kN. Drawing the Shear Force Diagram (SFD) and Bending Moment Diagram (BMD) involves determining reactions first. By symmetry, each vertical reaction is 5 kN.

一根跨度为 6 m 的简支梁在中点承受 10 kN 的集中载荷。绘制剪力图(SFD)和弯矩图(BMD)首先要确定支反力。由对称性可知,每个垂直支反力为 5 kN。

The SFD starts at +5 kN at the left support, remains constant until the midpoint, then drops vertically by the magnitude of the applied load (10 kN) to -5 kN. It then stays constant to the right support. The area under the SFD gives the change in bending moment.

剪力图从左支座的 +5 kN 开始,保持恒定直至中点,然后垂直下降所施加的载荷大小(10 kN)至 -5 kN,之后保持恒定直至右支座。剪力图下的面积代表了弯矩的变化量。

The Bending Moment at any section is calculated by summing moments of forces to one side. The maximum bending moment occurs directly under the load. Be careful to consistently use the standard sign convention.

任意截面处的弯矩通过计算其一侧所有力的力矩总和得到。最大弯矩直接发生在载荷正下方。务必始终使用标准的符号约定。

M_max = Reaction × distance = 5 kN × 3 m = 15 kN·m

For a uniformly distributed load (UDL), the SFD would be sloping instead of rectangular, and the BMD would be a parabolic curve. The relationship dM/dx = V is a crucial check for diagram accuracy.

对于均布载荷(UDL),剪力图会是倾斜的而非矩形,弯矩图则会是一条抛物线。dM/dx = V 这一关系是检验图表准确性的关键标准。


6. First Law of Thermodynamics for Closed Systems | 封闭系统热力学第一定律

A rigid tank contains a fluid that receives 50 kJ of paddle work and loses 30 kJ of heat. Using the non-flow energy equation (NFEE), we find the change in internal energy. For a rigid tank, there is no boundary work (W_boundary = 0).

一个刚性容器内的流体接受 50 kJ 的搅拌功并损失 30 kJ 的热量。利用非流动能量方程(NFEE),我们可求得内能的变化。对于刚性容器,没有边界功(W_boundary = 0)。

The sign convention is vital: heat added is positive (+Q), heat rejected is negative (-Q); work done ON the system is negative (-W). In this case, paddle work is work input, so its sign is negative in the equation ‘Q – W’.

符号约定至关重要:加热为正(+Q),排热为负(-Q);对系统做功为负(-W)。在此例中,搅拌功是输入的功,因此在方程 ‘Q – W’ 中其符号为负。

Q – W = ΔU → (-30) – (-50) = ΔU → ΔU = +20 kJ

The internal energy has increased by 20 kJ. This implies a temperature rise if the specific heat is known. If the fluid were an ideal gas and the tank volume fixed, the final pressure could then be found via the ideal gas law.

内能增加了 20 kJ。这意味着若已知比热,温度将会上升。如果流体是理想气体且容器体积固定,则可进一步通过理想气体状态方程求出最终压力。


7. Material Properties and Selection Matrix | 材料属性与选择矩阵

Engineers often use a weighted property index to select materials. A mock question provides three candidate materials (Aluminium, Titanium, Steel) scored 1-5 for density, cost, and strength. Aluminium might score high on density but low on absolute strength.

工程师常使用加权性能指数来选择材料。一道模拟题提供了三种候选材料(铝、钛、钢),并对其密度、成本和强度进行了 1-5 分的评分。铝的密度可能得分高,但绝对强度得分低。

Material Density Score Cost Score Strength Score
Aluminium 5 3 2
Titanium 3 1 5
Steel 2 5 4

If the weighting factors are 40% strength, 35% density, and 25% cost, we calculate a Performance Index. The highest index wins, but never forget to consider manufacturing constraints like weldability, which might immediately disqualify a candidate.

若加权因子为 40% 强度、35% 密度和 25% 成本,我们可以计算出一个性能指数。最高分者获胜,但切勿忘记考虑制造约束条件,例如可焊性,这可能会立即取消某种材料的资格。


8. Manufacturing Processes: Identifying Defects | 制造工艺:缺陷识别

A diagram of a sand casting shows evidence of ‘blowholes’ and ‘misruns’. Blowholes are smooth, rounded cavities caused by trapped gases. The root cause analysis in a Unit Test often links back to mould permeability or pouring temperature.

一张砂型铸造的示意图显示了“气孔”和“浇不足”的迹象。气孔是因被困气体而产生的光滑圆形孔洞。单元测试中的根本原因分析通常会追溯到铸型透气性或浇注温度。

Misruns occur when the molten metal solidifies before filling the mould entirely. This defect suggests the metal temperature was too low, or the fluidity was insufficient. The remedy involves adjusting the pour rate and superheat.

当熔融金属在完全充满型腔前就凝固时,便会发生浇不足。这种缺陷表明金属温度过低,或流动性不足。补救措施包括调整浇注速率和过热度。

Powder metallurgy sintering defects might appear in another question. A low sintering temperature leads to poor diffusion bonding and low ductility. The examiner expects you to confidently link the process parameter (temp) to its mechanical consequence (strength).

粉末冶金烧结缺陷可能出现在另一题中。烧结温度过低会导致扩散结合不良和延展性低。考官期望你能自信地将工艺参数(温度)与其力学后果(强度)联系起来。


9. Sinusoidal AC Circuit and Phasors | 正弦交流电路与相量

A coil with an inductance of 0.15 H and a resistance of 12 Ω is connected to a 230V, 50 Hz supply. The inductive reactance must be computed first, which is the imaginary part of the impedance. Reactance increases linearly with frequency.

一个电感为 0.15 H、电阻为 12 Ω 的线圈连接到 230V、50 Hz 的电源上。首先必须计算感抗,它是阻抗的虚部。感抗随频率线性增加。

X_L = 2π f L = 2π × 50 × 0.15 ≈ 47.12 Ω

Impedance Z is the vector sum of resistance and reactance. The magnitude is calculated using Pythagoras’ theorem. Students often forget to take the square root of the sum of the squares, leaving the answer as a nonsensical squared unit.

阻抗 Z 是电阻和电抗的矢量和。其大小使用勾股定理计算。学生们常常忘记对平方和开方,导致答案带有无意义的平方单位。

|Z| = √(R² + X_L²) = √(12² + 47.12²) ≈ 48.62 Ω

The supply current magnitude is V/|Z|. The phase angle φ = arctan(X_L/R) indicates the current lags the voltage. If a capacitor is added to correct the power factor, the total reactance becomes X_L – X_C.

电源电流的大小为 V/|Z|。相位角 φ = arctan(X_L/R) 表示电流滞后电压。如果加入电容器来修正功率因数,总电抗将变为 X_L – X_C。


10. Digital Electronics and Boolean Simplification | 数字电子学与布尔化简

Given the logic expression Y = (A · B̄) + (A · B), a mock test asks for a simplified equivalent gate. Failure to apply Boolean algebra rules correctly often leads to cumbersome, expensive implementations in practical engineering.

给定逻辑表达式 Y = (A · B̄) + (A · B),一道模拟题要求求出其等效简化门电路。未能正确应用布尔代数规则,在实际工程中往往会导致繁琐且成本高昂的实现方案。

Factorising the term ‘A’ from both minterms, we get A · (B̄ + B). According to the complement law, (B̄ + B) = 1. The entire expression therefore reduces to A · 1 = A. This redundancy is often missed by visual inspection alone.

从两个最小项中提取公因式 ‘A’,我们得到 A · (B̄ + B)。根据互补律,(B̄ + B) = 1。因此整个表达式简化为 A · 1 = A。这种冗余单凭肉眼观察往往会被忽略。

Y = A · (B̄ + B) = A · 1 = A

This implies that B is a redundant input; a simple wire performs the same logic as the complex gate arrangement. A related question might involve NAND-only implementation, testing DeMorgan’s Theorem application.

这意味着 B 是一个冗余输入;一根简单的导线就能实现与该复杂门电路相同的逻辑。相关的问题可能涉及仅用与非门的实现方式,这需要测试德摩根定理的应用。


Published by TutorHao | SQA Engineering Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading