Certify66
← Back to Digital Techniques / Electronic Instrument Systems
Section 5.5

Logic Circuits

Identification of common logic gate symbols, tables and equivalent circuits; applications used in aircraft systems and schematic diagrams; Boolean algebra, De Morgan's theorems and combinational arithmetic circuits.

Notes

Logic circuits — summary notes

Free
Main ideas
  • The seven standard gates are AND (all inputs high), OR (any input high), NOT/inverter, NAND (AND then invert), NOR (OR then invert), XOR (output high when inputs DIFFER) and XNOR (output high when inputs are the SAME).
  • A truth table lists every input combination and the resulting output — n inputs give 2ⁿ rows.
  • NAND and NOR are the universal gates: either one alone can be wired to produce any other function, which is why real ICs and gate arrays are built predominantly from them.
  • De Morgan's theorems convert between AND and OR forms: break the bar and change the sign. (A·B)‾ = A‾ + B‾ and (A + B)‾ = A‾ · B‾.
  • Boolean identities that simplify circuits: A·0 = 0, A·1 = A, A+0 = A, A+1 = 1, A·A‾ = 0, A+A‾ = 1, A·A = A, A+A = A.
  • Combinational logic (gates, adders, encoders, decoders, comparators) has an output that depends only on the present inputs; sequential logic (flip-flops, counters, registers) also depends on previous state and needs a clock.
  • A half adder sums two bits and produces SUM (XOR) and CARRY (AND). A full adder adds a carry-in as well, so full adders cascade to add multi-bit words.
  • ⚠ Exam trap: XOR is not OR — with both inputs high, OR gives 1 but XOR gives 0. And a bubble on a symbol always means inversion at that point.
Key formulas
De Morgan (NAND)
(A·B)‾ = A‾ + B‾
De Morgan (NOR)
(A + B)‾ = A‾ · B‾
Boolean identities
A·0 = 0 · A·1 = A · A+0 = A · A+1 = 1 · A·A‾ = 0 · A+A‾ = 1
Truth-table size
rows = 2ⁿ for n inputs
Half adder
SUM = A ⊕ B · CARRY = A · B
Solved examples
  1. Simplify (A·B)‾ and state the practical meaning.

    By De Morgan, (A·B)‾ = A‾ + B‾. A NAND gate therefore behaves exactly like an OR gate fed with both inputs inverted — the standard "bubbled OR" equivalent symbol on schematics.

  2. A landing-gear warning must sound when the gear is NOT down AND the throttle is closed. Which single gate implements this from a "gear down" signal and a "throttle closed" signal?

    Invert "gear down" and AND it with "throttle closed" — an AND gate with one inverted (bubbled) input, which is the same as a NOR of "gear down" and "throttle not closed". The output is high only when the gear is up and the throttle is closed.

Simulation

Logic gate playground

Free
Logic Gate PlaygroundFull screen ↗
Loading simulation…
Simulation

Half adder & full adder

Pro

This simulation is part of Engineer

Upgrade to unlock every quiz, mock exam and advanced simulation across all modules. Notes and mind maps stay free.

Unlock with Engineer
Mind map

Logic circuits concept map

Free

Logic Circuits

Quiz

Logic circuits quiz

Pro

This quiz is part of Engineer

Upgrade to unlock every quiz, mock exam and advanced simulation across all modules. Notes and mind maps stay free.

Unlock with Engineer