Aviation

Learning Point

Aviation

Learning Point

Aviation

Learning Point

Aviation

Learning Point

Aviation

Learning Point

Module 06 Materials and Hardware 100 Important Sentences for Revision

1. Basic Material Properties

  1. Material science studies properties and behavior of engineering materials.
  2. All materials are classified as metals, ceramics, polymers, or composites.
  3. Metals are good conductors of heat and electricity.
  4. Non-metals are poor conductors of heat and electricity.
  5. Density is mass per unit volume.
  6. Elasticity is the ability of a material to return to its original shape after deformation.
  7. Plasticity is the ability to permanently deform without breaking.
  8. Ductility allows a material to be drawn into wires.
  9. Malleability allows a material to be hammered into thin sheets.
  10. Brittleness means a material breaks easily without deformation.

2. Mechanical Properties

  1. Tensile strength is the maximum stress before breaking.
  2. Compressive strength resists squeezing forces.
  3. Shear strength resists sliding forces.
  4. Hardness measures resistance to indentation.
  5. Toughness is the ability to absorb energy before fracture.
  6. Fatigue is failure caused by repeated stress cycles.
  7. Creep is slow deformation under constant stress and temperature.
  8. Stress is force per unit area.
  9. Strain is the deformation caused by stress.
  10. Hooke’s Law states stress is proportional to strain within elastic limit.

3. Ferrous and Non-Ferrous Metals

  1. Ferrous metals contain iron.
  2. Non-ferrous metals do not contain iron.
  3. Steel is an alloy of iron and carbon.
  4. Stainless steel contains chromium for corrosion resistance.
  5. Cast iron is brittle but strong in compression.
  6. Aluminum is lightweight and corrosion resistant.
  7. Copper is a good conductor of electricity.
  8. Brass is an alloy of copper and zinc.
  9. Bronze is an alloy of copper and tin.
  10. Titanium is strong, light, and resistant to corrosion — used in aircraft.

4. Heat Treatment

  1. Heat treatment changes the physical properties of metals.
  2. Annealing softens the metal and relieves stress.
  3. Normalizing refines grain structure and improves toughness.
  4. Hardening increases hardness by rapid cooling.
  5. Quenching is the process of rapid cooling in oil or water.
  6. Tempering reduces brittleness after hardening.
  7. Case hardening hardens only the surface of steel.
  8. Solution heat treatment is used for aluminum alloys.
  9. Precipitation hardening increases strength by forming fine particles.
  10. Age hardening strengthens certain alloys over time.

5. Corrosion and Protection

  1. Corrosion is the deterioration of metal by chemical or electrochemical reaction.
  2. Oxidation is a common form of corrosion.
  3. Galvanic corrosion occurs when two dissimilar metals contact in moisture.
  4. Pitting corrosion causes small, deep holes in metal.
  5. Intergranular corrosion occurs along grain boundaries.
  6. Filiform corrosion appears as thread-like lines under paint.
  7. Stress corrosion cracking occurs under tensile stress and corrosive environment.
  8. Erosion corrosion is caused by high-speed fluid flow.
  9. Fretting corrosion occurs due to vibration and movement.
  10. Protective coatings and paints prevent corrosion.

6. Composite Materials

  1. Composite materials are made of two or more different materials.
  2. Fiber-reinforced plastics are commonly used in aircraft.
  3. Matrix binds the reinforcement together.
  4. Reinforcement provides strength and stiffness.
  5. Glass fibre is cheap but less strong.
  6. Carbon fibre is lightweight and very strong.
  7. Kevlar fibre is strong and resistant to impact.
  8. Honeycomb structures provide high strength with low weight.
  9. Sandwich panels consist of skins and core.
  10. Composites are resistant to corrosion and fatigue.

7. Plastics and Rubber

  1. Thermoplastics soften when heated and harden when cooled.
  2. Thermosetting plastics harden permanently when heated.
  3. Nylon, polyethylene, and PVC are thermoplastics.
  4. Epoxy and phenolic resins are thermosetting plastics.
  5. Rubber is an elastic material used for seals and gaskets.
  6. Natural rubber is made from latex of trees.
  7. Synthetic rubber is made from petroleum products.
  8. O-rings provide tight seals in hydraulic and fuel systems.
  9. Plastic components are lightweight but can deform with heat.
  10. Plasticizers improve flexibility of plastics.

8. Aircraft Hardware

  1. Aircraft hardware includes bolts, nuts, screws, rivets, and washers.
  2. AN and MS standards are used for aircraft fasteners.
  3. Bolts are used where high strength is required.
  4. Screws are used for light loads and soft materials.
  5. Self-locking nuts prevent loosening from vibration.
  6. Cotter pins secure castle nuts.
  7. Washers distribute load and protect surfaces.
  8. Rivets are permanent fasteners for joining metal sheets.
  9. Solid rivets require access to both sides of the joint.
  10. Blind rivets are used where only one side is accessible.

9. Bearings, Pipes, and Control Cables

  1. Bearings reduce friction between moving parts.
  2. Ball bearings use spherical balls between races.
  3. Roller bearings use cylindrical rollers for higher load capacity.
  4. Plain bearings rely on lubrication between surfaces.
  5. Bushings are sleeve-type plain bearings.
  6. Flexible hoses are used for fluid systems.
  7. Rigid pipes are made from aluminium or stainless steel.
  8. Pipe fittings include flared, flareless, and beaded types.
  9. Safety wiring prevents loosening of critical fittings.
  10. Aircraft control cables are made of stainless steel.

10. Inspection, Testing, and Safety

  1. Visual inspection detects surface defects.
  2. Dye penetrant testing reveals surface cracks.
  3. Magnetic particle testing detects surface cracks in ferrous metals.
  4. Eddy current testing detects cracks without removing paint.
  5. Ultrasonic testing detects internal flaws using sound waves.
  6. Radiographic testing uses X-rays for internal inspection.
  7. Hardness testing determines resistance to indentation.
  8. Impact testing measures material toughness.
  9. Always wear PPE during material handling and testing.
  10. Proper storage prevents corrosion and contamination of materials.

 

Module 05 Digital Techniques 100 Important Sentences for Revision

1. Basics of Digital Systems

  1. Digital systems work with discrete values, usually 0 and 1.
  2. Analog systems work with continuous values.
  3. Binary number system is used in all digital circuits.
  4. A bit is a binary digit, either 0 or 1.
  5. A byte consists of 8 bits.
  6. Nibble is a group of 4 bits.
  7. Binary numbers are converted to decimal for interpretation.
  8. The octal number system uses base 8.
  9. The hexadecimal system uses base 16.
  10. Hexadecimal is often used in computer memory addressing.

2. Logic Gates

  1. Logic gates perform basic logic operations.
  2. AND gate output is 1 only if all inputs are 1.
  3. OR gate output is 1 if any input is 1.
  4. NOT gate inverts the input signal.
  5. NAND gate output is opposite of AND gate.
  6. NOR gate output is opposite of OR gate.
  7. XOR gate output is 1 when inputs are different.
  8. XNOR gate output is 1 when inputs are the same.
  9. Truth tables show input-output logic relationships.
  10. Boolean algebra simplifies digital circuits.

3. Number Systems and Codes

  1. Binary addition follows 1+1 = 10 rule.
  2. Binary subtraction follows 10−1 = 1 rule.
  3. BCD stands for Binary-Coded Decimal.
  4. ASCII code represents letters and numbers in computers.
  5. Parity bits are used for error detection.
  6. Even parity means total number of 1s is even.
  7. Odd parity means total number of 1s is odd.
  8. Gray code changes only one bit between adjacent numbers.
  9. Excess-3 code is used in digital counters.
  10. Codes help reduce data transmission errors.

4. Logic Circuits

  1. Combinational logic depends only on current inputs.
  2. Sequential logic depends on current and past inputs.
  3. Flip-flops store one bit of data.
  4. SR flip-flop has Set and Reset inputs.
  5. JK flip-flop eliminates invalid states.
  6. D flip-flop transfers input at clock edge.
  7. T flip-flop toggles its state when triggered.
  8. Latches are used for temporary data storage.
  9. Counters count pulses in digital circuits.
  10. Shift registers move data in serial or parallel form.

5. Microprocessors and Computers

  1. A microprocessor is the brain of a digital system.
  2. Microprocessor performs arithmetic and logic operations.
  3. CPU stands for Central Processing Unit.
  4. CPU includes ALU, control unit, and registers.
  5. ALU stands for Arithmetic Logic Unit.
  6. Memory stores data and instructions.
  7. RAM is volatile memory that loses data when power is off.
  8. ROM is non-volatile memory that retains data permanently.
  9. EEPROM can be electrically erased and reprogrammed.
  10. Cache memory speeds up processor operations.

6. Computer Systems

  1. Hardware includes physical components like CPU, keyboard, and monitor.
  2. Software is a set of instructions for hardware.
  3. Operating system manages computer resources.
  4. BIOS stands for Basic Input Output System.
  5. Input devices include keyboard, mouse, and scanner.
  6. Output devices include monitor and printer.
  7. Storage devices include hard drive, SSD, and USB.
  8. Data bus carries data between components.
  9. Address bus carries memory addresses.
  10. Control bus manages operation timing and control signals.

7. Digital Data Transmission

  1. Data transmission can be serial or parallel.
  2. In serial transmission, bits are sent one after another.
  3. In parallel transmission, multiple bits are sent simultaneously.
  4. Synchronous transmission uses a clock signal.
  5. Asynchronous transmission uses start and stop bits.
  6. Baud rate defines number of signal changes per second.
  7. Modulation converts digital data to analog signals.
  8. Demodulation converts analog signal back to digital.
  9. Multiplexing allows multiple signals on one channel.
  10. Demultiplexing separates combined signals.

8. Aircraft Digital Systems

  1. Modern aircraft use digital avionics for precision and reliability.
  2. ADC converts analog signals to digital form.
  3. DAC converts digital signals to analog form.
  4. ARINC 429 is a common digital data bus in aircraft.
  5. ARINC 429 uses one-way transmission and two wires.
  6. ARINC 629 allows multiple transmitters on one bus.
  7. MIL-STD-1553 is used in military aircraft.
  8. Digital data buses reduce wiring complexity.
  9. Redundancy ensures system reliability in avionics.
  10. EFIS displays flight data on LCD or CRT screens.

9. Instrument Systems

  1. Digital instruments replace traditional mechanical gauges.
  2. ADCs are used in digital flight data systems.
  3. Flight Data Recorder (FDR) stores aircraft data continuously.
  4. Cockpit Voice Recorder (CVR) stores crew communications.
  5. Digital Air Data Computer (ADC) calculates altitude and airspeed.
  6. Attitude and Heading Reference System (AHRS) provides aircraft attitude.
  7. Inertial Reference System (IRS) uses accelerometers and gyros.
  8. Gyros sense angular rotation.
  9. Accelerometers sense linear acceleration.
  10. Glass cockpit integrates multiple displays into one system.

10. Safety, Maintenance, and Testing

  1. Static electricity can damage electronic circuits.
  2. Always use anti-static wrist straps when handling components.
  3. Grounding prevents electrostatic discharge (ESD) damage.
  4. Continuity testing checks complete electrical paths.
  5. Insulation testing ensures isolation between circuits.
  6. Logic probes test digital high or low states.
  7. Oscilloscopes display voltage over time.
  8. Multi meters measure voltage, current, and resistance.
  9. Built-in Test Equipment (BITE) detects faults automatically.
  10. Regular calibration ensures accurate electronic readings.

Module 04 Electronic 100 Important Sentences for Revision

1. Basics of Electronics

  1. Electronics deals with the flow of electrons in vacuum, gas, or semiconductor.
  2. Current flow in electronics is controlled using components.
  3. Electric current is the movement of free electrons in a circuit.
  4. Voltage is the potential difference that drives current.
  5. Resistance limits the amount of current in a circuit.
  6. Conductors allow easy flow of electrons.
  7. Insulators resist the flow of electrons.
  8. Semiconductors have conductivity between conductors and insulators.
  9. Silicon and germanium are common semiconductor materials.
  10. Doping adds impurities to semiconductor to change its properties.

2. Types of Current

  1. Direct current (DC) flows in one direction only.
  2. Alternating current (AC) changes direction periodically.
  3. DC voltage is constant over time.
  4. AC voltage varies sinusoidally with time.
  5. Frequency is the number of AC cycles per second.
  6. Frequency is measured in hertz (Hz).
  7. Period is the time taken for one complete AC cycle.
  8. The RMS value of AC gives equivalent DC value.
  9. Peak value is the maximum value of an AC waveform.
  10. Average value of AC equals 0.637 × peak value.

3. Conductors, Resistors, and Materials

  1. Ohm’s law states V = I × R.
  2. Resistance increases with temperature in most metals.
  3. Resistivity depends on material type and temperature.
  4. Conductivity is the reciprocal of resistivity.
  5. Colour codes identify resistor values.
  6. Fixed resistors have constant resistance.
  7. Variable resistors allow resistance adjustment.
  8. Potentiometers act as voltage dividers.
  9. Thermistors change resistance with temperature.
  10. LDRs (Light Dependent Resistors) change resistance with light intensity.

4. Capacitors

  1. Capacitor stores electrical energy in an electric field.
  2. Capacitance is the ability to store charge.
  3. Unit of capacitance is the farad (F).
  4. Capacitance increases with plate area and decreases with plate distance.
  5. Dielectric material increases capacitor’s efficiency.
  6. Energy stored in a capacitor = ½ C × V².
  7. Capacitor blocks DC and allows AC to pass.
  8. Electrolytic capacitors are polarized.
  9. Ceramic capacitors are non-polarized.
  10. Capacitors are used for filtering, timing, and coupling circuits.

5. Inductors

  1. Inductor stores energy in a magnetic field.
  2. Inductance opposes change in current flow.
  3. Unit of inductance is the henry (H).
  4. Inductance increases with more coil turns.
  5. Inductance increases with iron or ferrite core.
  6. Inductive reactance increases with frequency.
  7. Formula for inductive reactance: XL = 2πfL.
  8. Inductors are used in filters and tuned circuits.
  9. Mutual inductance occurs between two nearby coils.
  10. Energy stored in inductor = ½ L × I².

6. AC Circuits

  1. In resistive circuit, voltage and current are in phase.
  2. In inductive circuit, current lags voltage by 90 degrees.
  3. In capacitive circuit, current leads voltage by 90 degrees.
  4. Impedance (Z) is total opposition to AC current.
  5. Impedance combines resistance and reactance.
  6. Formula: Z = √(R² + (XL − XC)²).
  7. Power factor = cos φ, where φ is phase angle.
  8. True power = V × I × cos φ.
  9. Apparent power = V × I.
  10. Reactive power = V × I × sin φ.

7. Diodes

  1. A diode allows current to flow in one direction only.
  2. It has an anode and a cathode terminal.
  3. P-N junction forms when p-type and n-type materials join.
  4. Forward bias allows current to pass through diode.
  5. Reverse bias blocks current flow.
  6. Silicon diode forward voltage drop is about 0.7 V.
  7. Germanium diode forward voltage drop is about 0.3 V.
  8. Zener diode operates in reverse breakdown region for voltage regulation.
  9. LED emits light when forward biased.
  10. Photodiode generates current when exposed to light.

8. Rectifiers and Power Supplies

  1. Rectifiers convert AC voltage into DC voltage.
  2. Half-wave rectifier uses one diode.
  3. Full-wave rectifier uses two or four diodes.
  4. Bridge rectifier uses four diodes in bridge configuration.
  5. Filter capacitor smooths pulsating DC output.
  6. Ripple voltage is unwanted AC variation in DC output.
  7. Voltage regulators maintain constant DC output.
  8. Linear regulator dissipates excess voltage as heat.
  9. Switching regulator uses high-frequency switching for efficiency.
  10. Power supply converts and stabilizes electrical power for circuits.

9. Transistors

  1. Transistor is a three-terminal semiconductor device.
  2. Terminals are emitter, base, and collector.
  3. NPN and PNP are two transistor types.
  4. Small base current controls large collector current.
  5. Transistor acts as amplifier or switch.
  6. Current gain (β) = collector current / base current.
  7. In common emitter configuration, output is inverted.
  8. Biasing sets correct operating point of transistor.
  9. Saturation means transistor fully conducts.
  10. Cut-off means transistor completely off.

10. Digital Electronics and Logic Gates

  1. Digital signals have two states: ON (1) and OFF (0).
  2. Analog signals vary continuously.
  3. Logic gates perform basic digital operations.
  4. AND gate output is 1 only if all inputs are 1.
  5. OR gate output is 1 if any input is 1.
  6. NOT gate output is opposite of input.
  7. NAND gate output is opposite of AND output.
  8. NOR gate output is opposite of OR output.
  9. XOR gate output is 1 when inputs are different.
  10. Digital electronics form the basis of computer and avionics systems.

Module 01 Mathematics 100 important sentences for Revision

1. Basic Arithmetic

  1. Mathematics is the science of numbers and quantities.
  2. Addition combines two or more quantities into one.
  3. Subtraction finds the difference between two numbers.
  4. Multiplication is repeated addition of the same number.
  5. Division splits a number into equal parts.
  6. The order of operations follows BODMAS rule.
  7. BODMAS means Brackets, Orders, Division, Multiplication, Addition, Subtraction.
  8. A fraction shows a part of a whole.
  9. The numerator is the number above the fraction line.
  10. Below the fraction line the number is called denominator.

2. Fractions and Decimals

  1. Like fractions have the same denominator.
  2. Unlike fractions have different denominators.
  3. To add fractions, make denominators the same.
  4. Improper fractions have numerators larger than denominators.
  5. Mixed fractions combine whole numbers and fractions.
  6. Decimal numbers are fractions with denominators as powers of ten.
  7. To convert a fraction to a decimal, divide numerator by denominator.
  8. To convert a decimal to percentage, multiply by 100.
  9. 0.75 equals ¾ or 75%.
  10. 1/5 equals 0.2 or 20%.

3. Ratios and Proportions

  1. A ratio compares two quantities by division.
  2. A proportion shows two ratios are equal.
  3. Ratios can be simplified like fractions.
  4. Direct proportion means both quantities increase together.
  5. Inverse proportion means one quantity increases, the other decreases.
  6. Example: speed and time are inversely proportional.
  7. Example: distance and time are directly proportional.
  8. Cross multiplication is used to solve proportions.
  9. Percentage = (part ÷ whole) × 100.
  10. Ratio 2:3 means for every 2 of one, there are 3 of another.

4. Powers and Roots

  1. A power or index shows repeated multiplication.
  2. .
  3. Any number to power zero equals one.
  4. A square is a number multiplied by itself.
  5. A number multiplied by itself twice is called cube.
  6. Square root is the number that produces a given number when multiplied by itself.
  7. Cube root gives a number whose cube equals the original number.
  8. .
  9. .
  10. Indices follow rules of addition and subtraction in powers.

5. Algebra Basics

  1. Algebra uses symbols to represent unknown quantities.
  2. A variable is a letter that represents a number.
  3. A term is a combination of numbers and variables.
  4. A coefficient is the number multiplied by a variable.
  5. Like terms have the same variable and power.
  6. Unlike terms have different variables or powers.
  7. Equation is a statement showing two expressions are equal.
  8. To solve an equation, isolate the variable.
  9. Linear equations have variables raised to power one.
  10. Simultaneous equations have two or more unknowns solved together.

 6. Algebraic Operations

  1. To expand brackets, multiply each term inside by the outside term.
  2. To factorize, take out common terms or use identities.
  3. .
  4. .
  5. .
  6. Substitution means replacing variables with actual numbers.
  7. Formula rearrangement changes the subject of formula.
  8. Transposition moves terms across the equal sign by changing signs.
  9. Check solutions by substituting values back in the equation.
  10. Quadratic equations have variables squared (power of 2).

7. Geometry – Angles and Triangles

  1. knowledge of shapes, sizes, and properties of space is geometry.
  2. A line is straight with no thickness.
  3. An angle is formed when two lines meet.
  4. Angles are measured in degrees (°).
  5. Right angle equals 90 degrees.
  6. Straight line equals 180 degrees.
  7. Full circle equals 360 degrees.
  8. Acute angle is less than 90 degrees.
  9. The Obtuse angle is greater than 90 but less than 180 degrees.
  10. Complementary angles add up to 90 degrees.

8. Triangles and Circles

  1. The sum of angles in a triangle is always 180 degrees.
  2. An equilateral triangle has all sides equal.
  3. An isosceles triangle has two sides equal.
  4. A scalene triangle has all sides unequal.
  5. Pythagoras theorem: .
  6. It applies only to right-angled triangles.
  7. Hypotenuse is the side opposite the right angle.
  8. Circumference of circle = .
  9. Area of circle = .
  10. Diameter equals twice the radius.

9. Areas and Volumes

  1. The Area of rectangle = length × width.
  2. The Area of triangle = ½ × base × height.
  3. The Area of parallelogram = base × height.
  4. Formula of The Area of trapezium = ½ × (sum of parallel sides) × height.
  5. The Volume of cube = side³.
  6. The Volume of cuboid = length × width × height.
  7. The Volume of cylinder = πr²h.
  8. The Volume of cone = ⅓πr²h.
  9. The Volume of sphere = 4/3πr³.
  10. The Surface area of sphere = 4πr².

10. Trigonometry and Statistics

  1. Trigonometry relates angles to sides in a triangle.
  2. Sine = opposite ÷ hypotenuse.
  3. Cosine = adjacent ÷ hypotenuse.
  4. Tangent = opposite ÷ adjacent.
  5. .
  6. The inverse of sine gives angle from ratio.
  7. Graphs visually represent data or equations.
  8. Formula of Mean = sum of all values ÷ number of values.
  9. Median is the middle value in ordered data.
  10. Mode is the value that appears most often.