Transistors and Logic Gates

Context: FIT1047_MOC Β· from electronic switch to computing β€” triode β†’ transistor β†’ gate β†’ chip Β· the hardware floor under Week 2’s Boolean algebra

Quick Revision

  • 🎯 Objective: a transistor is a switch triggered by a small current βž” gates are circuits of switches computing simple functions on 0/1 βž” chips are billions of gates.
  • ⚑ Key Constraint: gate behaviour = truth table; NOT/OR/AND are the primitive vocabulary for every Week 2 circuit.

πŸ“ Core

  • Digital = two states βž” high/low voltage ⟹ 1/0; all digital electronics builds on the electronic switch.
  • Vacuum tube (triode) βž” charge on the Grid blocks Anodeβ†’Cathode current β€” a switch, hence tube computers (1st gen); but large, hot, burn out.
  • Transistor βž” solid-state triode made of semiconductor (silicon/germanium); same switching job, tiny and reliable (1956 Nobel for its inventors β€” physics out of scope).
  • Gate βž” an electronic circuit built FROM transistors that computes a simple function on high/low inputs β†’ outputs.
  • Scaling story βž” individual transistors β†’ integrated circuits (multiple gates per chip) β†’ whole CPU on a chip β†’ billion transistors today.
  • Moore’s β€œlaw” βž” transistor count on a chip doubles roughly every two years β€” an observation, not a law of physics.

βš–οΈ Core Decision Matrix β€” primitive gates + NAND

Inputs NOT OR AND NAND
  • In words βž” NOT inverts; OR high if either input high; AND high only if both high; NAND = NOT-AND (gate symbol: AND with a β€œnot” circle on the output).

Universality (Week 2, Simple Circuits)

  • Gates β†’ functions βž” combining gates implements any Boolean function; a chip with multiple gates = integrated circuit.
  • Minimal sets βž” any Boolean function needs only NOT, AND or NOT, OR β€” since (De Morgan, Boolean Algebra Laws).
  • NAND alone suffices βž” NAND is a universal gate: AND NAND NAND NAND ; NOT and OR follow β€” one gate type builds a whole computer.

⚠️ Common Mistakes

  • πŸ’‘ Moore’s law is empirical βž” calling it a physical law in prose costs precision marks; it’s a trend observation about integration density.
  • πŸ’‘ Gate β‰  transistor βž” a gate is a small circuit of transistors; the transistor alone is just the switch.

🧠 Active Recall