SQA Engineering: Core Knowledge Summary | Year 12 SQA 工程:核心知识点梳理

📚 SQA Engineering: Core Knowledge Summary | Year 12 SQA 工程:核心知识点梳理

Engineering science at Year 12 (SQA Higher) provides a broad foundation in the principles that underpin modern technology. From mechanical structures to electronic control and microcontroller programming, learners develop the analytical and design skills needed to solve real-world engineering problems. This article distils the core knowledge areas, presenting key concepts and terminology that students must master for success in the course and beyond.

Year 12(SQA Higher)阶段的工程科学为现代技术提供了广泛的基础原理。从机械结构到电子控制以及微控制器编程,学生将培养解决实际工程问题所需的分析与设计能力。本文提炼了核心知识点,呈现为取得优异成绩所必须掌握的关键概念和术语。

1. Engineering Systems: Input-Process-Output | 工程系统:输入-过程-输出

All engineered devices and processes can be modelled as systems comprising inputs, a process block, and outputs. Inputs may be energy, materials, or signals; the process transforms them into useful outputs. Understanding system boundaries and identifying subsystems is a fundamental skill in engineering analysis.

所有工程设备和过程都可以建模为由输入、过程模块和输出组成的系统。输入可以是能量、材料或信号;过程将其转化为有用的输出。理解系统边界并识别子系统是工程分析的基本技能。

Open-loop systems operate without feedback; the output is not monitored or used to adjust the input. In contrast, closed-loop systems use sensors to measure the output and feedback to modify the input, improving accuracy and stability. Common examples include a room thermostat (closed-loop) and an electric toaster (open-loop).

开环系统运行时没有反馈;输出不被监控,也不用于调整输入。相反,闭环系统使用传感器测量输出,并通过反馈来修正输入,从而提高精度和稳定性。常见的例子包括室内恒温器(闭环)和电烤面包机(开环)。

System diagrams use labelled blocks and flow arrows to represent energy, signal, and material paths. Subsystems are often drawn as separate blocks that interconnect at defined interfaces. This top-down approach helps engineers manage complexity.

系统图使用带标签的方框和流向箭头来表示能量、信号和物料的路径。子系统通常被绘制为在定义接口处互连的独立模块。这种自上而下的方法有助于工程师管理复杂性。


2. Basic Circuit Theory and Components | 基础电路理论与元件

Ohm’s Law states that the potential difference V across a conductor is directly proportional to the current I flowing through it, provided the temperature remains constant. The relationship is expressed as V = I × R, where R is the resistance in ohms (Ω). This law is the starting point for analysing all electrical circuits.

欧姆定律指出,在温度保持不变的条件下,导体两端的电势差 V 与流过导体的电流 I 成正比。该关系表示为 V = I × R,其中 R 是以欧姆(Ω)为单位的电阻。该定律是分析所有电路的起点。

Resistors in series share the same current and their total resistance is Rtotal = R₁ + R₂ + … + Rₙ. In parallel, the voltage across each branch is identical and the total resistance is given by 1/Rtotal = 1/R₁ + 1/R₂ + … + 1/Rₙ. These rules are used to reduce complex networks to simpler equivalent circuits.

串联电阻器流过相同的电流,总电阻为 R = R₁ + R₂ + … + Rₙ。并联时,各支路两端电压相同,总电阻由 1/R = 1/R₁ + 1/R₂ + … + 1/Rₙ 给出。这些规则用于将复杂网络简化为更简单的等效电路。

A potential divider is a simple series circuit that produces a fraction of the input voltage. The output voltage Vout from two resistors R₁ and R₂ is Vout = Vin × R₂ / (R₁ + R₂). It is widely used with sensors such as thermistors and light-dependent resistors (LDRs) to create variable signals.

分压器是一种简单的串联电路,能产生输入电压的一部分。由两个电阻 R₁ 和 R₂ 组成的输出电压 Vout = Vin × R₂ / (R₁ + R₂)。它广泛与热敏电阻和光敏电阻(LDR)等传感器配合使用以生成可变信号。


3. Analogue Electronics: Operational Amplifiers | 模拟电子学:运算放大器

The operational amplifier (op-amp) is a high-gain differential amplifier used extensively in signal conditioning. In comparator mode, the op-amp switches its output high or low depending on whether the non-inverting input (+) is greater than the inverting input (–). This is the basis for simple threshold detection circuits.

运算放大器(运放)是一种高增益差分放大器,广泛用于信号调理。在比较器模式下,运放根据同相输入端(+)是否大于反相输入端(–)将输出切换为高电平或低电平。这是简单阈值检测电路的基础。

When negative feedback is applied via a resistor network, the op-amp operates as a linear amplifier. The inverting amplifier configuration gives a voltage gain Av = –Rf / Rin, while the non-inverting amplifier yields Av = 1 + Rf / R₁. Both are fundamental building blocks in active filters and measurement instruments.

当通过电阻网络施加负反馈时,运放作为线性放大器工作。反相放大器配置的电压增益 Av = –Rf / Rin,而同相放大器则得到 Av = 1 + Rf / R₁。两者都是构成有源滤波器和测量仪器的基本模块。

Summing amplifiers combine several input signals with independent weights. The output is the inverted sum of the weighted inputs: Vout = –Rf (V₁/R₁ + V₂/R₂ + …). This circuit is essential for mixing signals in electronic instrumentation.

求和放大器以独立的权重组合多个输入信号。其输出为加权输入的倒相总和:Vout = –Rf (V₁/R₁ + V₂/R₂ + …)。该电路对于电子仪器中的信号混合至关重要。


4. Digital Logic and Boolean Algebra | 数字逻辑与布尔代数

Digital systems use binary signals (0 and 1) to represent information. Basic logic gates—AND, OR, NOT, NAND, NOR, XOR—perform Boolean operations on these signals. Truth tables define the output for every possible input combination, providing a precise specification of gate behaviour.

数字系统使用二进制信号(0 和 1)来表示信息。基本逻辑门——与、或、非、与非、或非、异或——对这些信号执行布尔运算。真值表定义了每种可能输入组合下的输出,为逻辑门行为提供了精确的规范。

Boolean algebra allows engineers to simplify logic expressions. Theorems such as De Morgan’s laws—(A·B)⁻ = A⁻ + B⁻ and (A+B)⁻ = A⁻·B⁻—enable the manipulation and minimisation of digital circuits, often reducing the number of gates required.

布尔代数使工程师能够简化逻辑表达式。诸如德·摩根定律——(A·B)⁻ = A⁻ + B⁻ 和 (A+B)⁻ = A⁻·B⁻——这样的定理能够对数字电路进行变换和最小化,往往能减少所需逻辑门的数量。

Combinational logic circuits have outputs that depend only on the current inputs. A typical design process involves deriving a Boolean expression from a truth table, simplifying it using Karnaugh maps or algebraic methods, and then implementing it with standard gates.

组合逻辑电路的输出仅取决于当前的输入。典型的设计过程包括从真值表导出布尔表达式,使用卡诺图或代数方法进行化简,然后用标准门电路实现。


5. Microcontrollers and Programmable Control | 微控制器与可编程控制

Modern engineering systems often embed a microcontroller—a compact integrated circuit containing a processor, memory, and input/output peripherals. Programming such devices enables flexible, software-defined control. Students commonly use flowcharts to plan the sequence of operations before writing code.

现代工程系统通常嵌入微控制器——一种包含处理器、存储器和输入/输出外设的紧凑集成电路。对此类设备进行编程可实现灵活的软件定义控制。学生在编写代码之前通常使用流程图来规划操作顺序。

Inputs can be digital (switches) or analogue (sensors), which are read via dedicated pins. Outputs include LEDs, motors, and servos. A typical program loop reads sensors, makes decisions based on thresholds, and activates outputs accordingly. This mimics many industrial automation processes.

输入可以是数字量(开关)或模拟量(传感器),通过专用引脚读取。输出包括 LED、电机和伺服器。典型的程序循环读取传感器,根据阈值做出判断,并相应地激活输出。这模仿了许多工业自动化过程。

Timing and counting operations are fundamental. Software delays, pulse-width modulation (PWM) for motor speed control, and counting events using internal timers are common tasks. Students must understand how high-level commands translate into precise hardware control.

定时和计数操作是基础。软件延时、用于电机转速控制的脉宽调制(PWM)以及使用内部定时器进行事件计数的常见任务。学生必须理解高级命令如何转化为精确的硬件控制。


6. Mechanisms: Levers, Gears and Pulleys | 机构:杠杆、齿轮与滑轮

Simple machines provide mechanical advantage, allowing a small effort to move a larger load. For a first-order lever, the mechanical advantage (MA) is the ratio of effort arm to load arm. This principle underpins tools like crowbars and seesaws, and enables analysis of more complex linkages.

简单机械提供机械增益,使较小的作用力能够移动较大的负载。对于第一类杠杆,机械增益(MA)是力臂与载荷臂之比。该原理是撬棍和跷跷板等工具的基础,并可分析更复杂的连杆机构。

A gear train changes speed, torque and direction of rotation. The velocity ratio (VR) between two meshing gears is inversely proportional to the number of teeth: VR = Ndriven / Ndriver. Compound gear systems allow much higher ratios by cascading stages.

齿轮系改变转速、转矩和旋转方向。两个啮合齿轮之间的速度比(VR)与齿数成反比:VR = N从动 / N主动。复式齿轮系统通过级联各段可获得高得多的传动比。

Pulley systems lift loads using ropes and wheels. The velocity ratio is equal to the number of rope sections supporting the moving block. In practice, friction and rope stiffness reduce the efficiency, making the actual mechanical advantage less than the VR.

滑轮系统利用绳索和轮子提升负载。速度比等于支撑动滑轮的绳段数。在实际中,摩擦和绳索刚度会降低效率,使实际机械增益低于速度比。


7. Motion: Linear and Angular Kinematics | 运动学:直线与角运动

Kinematics describes motion without considering its causes. For uniform acceleration, the suvat equations link initial velocity u, final velocity v, acceleration a, displacement s, and time t. The core equations are v = u + at, s = ut + ½at², and v² = u² + 2as. These are vital for analysing vehicle motion and falling bodies.

运动学在未考虑诱因的情况下描述运动。对于匀加速运动,suvat 方程将初速度 u、末速度 v、加速度 a、位移 s 和时间 t 关联起来。核心方程为 v = u + at、s = ut + ½at² 和 v² = u² + 2as。它们对于分析车辆运动和自由落体至关重要。

Rotational systems use analogous quantities: angular displacement θ, angular velocity ω, and angular acceleration α. The same suvat structure applies when the motion involves constant angular acceleration. Converting between linear and rotational motion requires s = rθ, v = rω, and a = rα, where r is the radius.

旋转系统使用类似的物理量:角位移 θ、角速度 ω 和角加速度 α。当运动涉及恒定角加速度时,同样的 suvat 结构也适用。在线性运动与旋转运动之间转换时需用到 s = rθ、v = rω 和 a = rα,其中 r 为半径。

Graphical interpretation of motion is a key skill. The gradient of a displacement–time graph gives velocity; the area under a velocity–time graph represents displacement. These relationships allow kinematic variables to be determined from experimental data without calculus.

运动图形的解析是一项关键技能。位移–时间图的斜率给出速度;速度–时间图下的面积代表位移。这些关系使得无需微积分也能从实验数据中确定运动学变量。


8. Statics: Forces, Moments and Equilibrium | 静力学:力、力矩与平衡

A structure is in static equilibrium when the resultant force in any direction is zero and the sum of moments about any point is zero. Free-body diagrams isolate a body and show all external forces and moments acting on it, ensuring these conditions can be systematically checked.

当任意方向的合外力为零且对任意点的合力矩为零时,结构处于静力平衡状态。自由体图将物体隔离并标出所有作用其上的外力和外力矩,以确保能系统性地检验这些条件。

The moment of a force about a point is the product of the force F and the perpendicular distance d from the point to the line of action: M = F × d. Calculating moments accurately is essential for designing beams, bridges, and crane jibs to avoid tipping or excessive bending.

力对某一点的力矩是力 F 与该点到力作用线的垂直距离 d 的乘积:M = F × d。精确计算力矩对于设计梁、桥梁和起重机吊臂以避免倾覆或过度弯曲至关重要。

Simply supported beams carry loads that create shear forces and bending moments. The point of maximum bending moment is often where shear force passes through zero. Understanding these internal effects is fundamental for selecting appropriate beam size and material.

简支梁承受的载荷会产生剪力和弯矩。最大弯矩点通常出现在剪力过零的位置。理解这些内部效应对选择合适的梁截面和材料至关重要。


9. Material Properties and Stress Analysis | 材料性能与应力分析

Stress σ is defined as force per unit area: σ = F / A, with units N m⁻² or pascals (Pa). Strain ε is the fractional change in length: ε = ΔL / L₀, a dimensionless ratio. The stress–strain relationship characterises how a material deforms under load.

应力 σ 定义为单位面积的力:σ = F / A,单位为 N m⁻² 或帕斯卡(Pa)。应变 ε 是长度的相对变化量:ε = ΔL / L₀,是一个无量纲比值。应力–应变关系描述了材料在载荷下的变形特性。

Young’s modulus E is the gradient of the linear-elastic portion of the stress–strain curve: E = σ / ε. It measures material stiffness. A high modulus (e.g. steel) indicates little deformation under stress; a low modulus (e.g. polymer) indicates a more flexible material.

杨氏模量 E 是应力–应变曲线线弹性部分的斜率:E = σ / ε。它衡量材料的刚度。高模量(如钢)表明受应力时变形小;低模量(如聚合物)表明材料更柔韧。

Safety factors are applied to ensure structures remain well below the yield strength or ultimate tensile strength. A factor of safety of 2, for instance, means the design stress is half the material’s yield stress, providing a margin for unexpected loads or material flaws.

安全系数用于确保结构远低于屈服强度或极限抗拉强度。例如,安全系数为 2 意味着设计应力是材料屈服应力的一半,从而为意外载荷或材料缺陷留出裕度。


10. Energy, Work and Power | 能量、功与功率

Work done is the product of force and the distance moved in the direction of the force: W = F s. When a force causes an object to rise, the work done is transferred to gravitational potential energy: Ep = mgh. These principles allow the calculation of energy requirements for lifting and transport systems.

做功是力与沿力方向移动距离的乘积:W = F s。当力使物体升高时,所做的功转化为重力势能:Ep = mgh。这些原理可用来计算提升和运输系统所需的能量。

Kinetic energy of a moving body is Ek = ½ m v², where m is mass and v is speed. In a mechanical system, work input is converted into a combination of potential, kinetic, and dissipated energy as heat due to friction. The principle of conservation of energy underpins efficiency analysis.

运动物体的动能为 Ek = ½ m v²,其中 m 为质量,v 为速度。在机械系统中,输入功被转化为势能、动能以及由摩擦引起的耗散热能。能量守恒原理是效率分析的基础。

Power is the rate of doing work: P = W / t or P = F v for constant force and velocity. Efficiency is the ratio of useful output power to input power, often expressed as a percentage. No machine is 100% efficient; identifying energy losses is a central theme of engineering design.

功率是做功的速率:P = W / t,或在恒力和恒速下 P = F v。效率是有用输出功率与输入功率之比,通常以百分比表示。没有机器能达到 100% 的效率;识别能量损耗是工程设计的核心主题。


11. Control Systems and Feedback | 控制系统与反馈

Automatic control relies on feedback to maintain desired output conditions. In a heating system, a sensor continuously monitors temperature; the controller compares it with a set point and switches the heater on or off. This bang-bang control is simple but can cause oscillations.

自动控制依赖反馈来维持期望的输出状态。在供暖系统中,传感器持续监测温度;控制器将其与设定值进行比较,并打开或关闭加热器。这种开关控制虽然简单,但可能引起振荡。

Proportional control varies the output in proportion to the error signal—the difference between set point and measured value. This allows a smoother response and is used in motor speed regulation, liquid level control, and electronic voltage regulation.

比例控制根据误差信号(设定值与测量值的差值)按比例调整输出。这可使响应更平滑,应用于电机调速、液位控制和电子电压调节等场合。

Block diagrams of control loops include summing junctions, transfer functions, and feedback paths. Analysing these diagrams helps predict stability, response time, and steady-state error. Even at Higher level, a qualitative understanding of such diagrams builds a bridge to advanced control theory.

控制回路的方框图包括求积点、传递函数和反馈路径。分析这些框图有助于预测稳定性、响应时间和稳态误差。即便在 Higher 阶段,对此类框图的定性理解也为更高级的控制理论搭建了桥梁。


12. Engineering Design and Communication | 工程设计制图与交流

Engineers must communicate ideas clearly using standardised drawings and symbols. Orthographic projection provides multiple 2D views (front, top, side) that fully define a 3D object. Annotations with dimensions and tolerances ensure components can be manufactured precisely.

工程师必须使用标准化的图纸和符号清晰地传递想法。正交投影提供多个二维视图(前、顶、侧),以完全定义一个三维物体。带有尺寸和公差的注释确保部件可以精确制造。

Circuit diagrams and pneumatic/hydraulic schematics use internationally recognised symbols. A correctly drawn schematic is an unambiguous record of a system’s structure, enabling fault-finding and modification by other engineers.

电路图和气动/液压原理图使用国际公认的符号。正确绘制的原理图是对系统结构的明确记录,使其他工程师能够进行故障查找和修改。

The design process is iterative: it begins with a brief, moves through research and specification, generates multiple solutions, selects and develops a final design, and concludes with prototyping and evaluation. Documenting each stage with clear notes and diagrams is essential for project success.

设计过程是迭代的:从设计概要开始,经过调研和规格制定,生成多种方案,选择并细化最终设计,并以原型制作和评估收尾。每个阶段用清晰的笔记和图表进行记录对项目成功至关重要。


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