ece-1109 ECE-1109 Introduction to ECE

1. Basic Logic Gates

The following table summarizes the fundamental logic gates, their algebraic expressions, and truth table behavior.

NameAlgebraic ExpressionOutput () Behavior (Truth Table Summary)
NOTOutput is 1 if Input is 0; Output is 0 if Input is 1.
ANDOutput is 1 only if both and are 1.
NANDOutput is 0 only if both and are 1.
OROutput is 1 if either or (or both) are 1.
NOROutput is 1 only if both and are 0.
XOROutput is 1 if and are different.
XNOROutput is 1 if and are the same.

Universal Gates

  • NAND as a Universal Gate: NAND gates can be arranged to function as NOT (Inverter), AND, OR, NOR, Exclusive-OR (XOR), and Exclusive-NOR (XNOR) gates.
  • NOR as a Universal Gate: Similarly, NOR gates can be configured to function as NOT (Inverter), OR, AND, NAND, Exclusive-OR, and Exclusive-NOR gates.

2. Boolean Algebra

Summary

  • Boolean Variable: A variable whose value can be either 1 or 0.
  • Basic Operations: AND, OR, and NOT.
  • Expression to Circuit: Every Boolean expression can be converted into a circuit.
  • Notation:
    • AND: Denoted by a dot ().
    • OR: Denoted by a plus ().
    • NOT: Denoted by an overbar (), a single quote mark (), or a tilde ().

Postulates

  • Commutative Law:
  • Identity Element:
  • Complement:

Theorems

  1. Theorem 1: and .
  2. Theorem 2: and .
  3. Theorem 3 (Involution): or .
  4. Theorem 4:
    • Associative: and .
    • Distributive: and .
  5. Theorem 5 (DeMorgan):
    • or .
    • or .
  6. Theorem 6 (Absorption): and .

3. Field Effect Transistor (FET)

Comparison to BJT

  • FET: A voltage-controlled three-terminal device.
  • BJT: A current-controlled three-terminal device.

Types of FET

  1. JFET: Junction Field Effect Transistor.
  2. MOSFET: Metal Oxide Semiconductor Field Effect Transistor.

4. JFET (Junction Field Effect Transistor)

Construction and Terminals

  • Terminals: Drain (D), Source (S), and Gate (G).
  • Types: -Channel JFET and -Channel JFET.

Working Principle

  • JFET operates as a voltage-controlled device when a reverse bias voltage () is applied.
  • Changing the magnitude of the Gate-Source voltage () varies the width of the conducting channel, thereby changing its resistance and controlling the Drain current (),.

Characteristics

  • Output Characteristics: The curve plotting Drain Current () versus Drain-Source Voltage () at a constant .
  • Pinch-off Voltage (): The minimum drain-source voltage at which the current levels off (or the that cuts off current).
  • Shockley’s Equation: The relationship between and is defined by: .
    • At , .
    • At , .

Calculation Example Given a JFET with , , and , find :

  1. Solving yields .

5. MOSFET (Metal Oxide Semiconductor FET)

Types

  1. Depletion-type (D-MOSFET):

    • Sub-types: -channel and -channel,.
    • Working Principle: A negative potential at the gate repels electrons from the channel toward the substrate and attracts holes, causing recombination. This reduces the number of free electrons, lowering the drain current,. The more negative the bias, the higher the recombination rate.
    • Transfer Characteristics Example: For an n-channel D-MOSFET with and :
      • At , .
      • At , .
      • At positive bias , increases to ,.
  2. Enhancement-type (E-MOSFET):

    • Sub-types: -channel and -channel.
    • Structure: It has no physical channel initially. A channel is induced by applying voltage to the gate.
    • Output Characteristics: Current () increases as increases until saturation, controlled by above a threshold voltage (). The source provides diagrams for biasing and output characteristics for both n-channel and p-channel E-MOSFETs.