Scherz & Monk, Chapter 1

Introduction to Electronics

Before any equation, a map. Electronics is learned in a deliberate stack — theory, then passive parts, then active devices, then circuits, then chips, then brains. This chapter draws that map by cracking open one sealed gadget and asking: what must be inside, and in what order would an inventor learn to build it?

Prerequisites: basic algebra + reading a block diagram. No prior electronics — "electricity flows" is enough.
17
Chapters
5
Simulations
0
Assumed Knowledge

Chapter 0: The Mystery Gadget

On the table in front of you sits a small plastic wand. You touch its tip to your forehead, press a button, and one second later a glowing number appears: 98.6. It is an in-the-ear digital thermometer, and it is completely sealed. No screws, no seams, no way in. Yet somehow this lump of plastic felt the heat of your skin, decided what that heat meant, and showed you an answer.

Ask the obvious question: what is inside? Not the brand or the price — the kinds of parts. There must be something that turns warmth into electricity, because the thing has no thermometer fluid and no moving needle. There must be something that turns that raw electrical signal into a meaningful temperature, because heat does not arrive pre-labeled "98.6". And there must be something that lights up the screen. Three distinct jobs: sense, think, show.

Now ask the harder question, the one this whole book exists to answer: if you wanted to build this from scratch, knowing nothing, where would you start? You cannot begin with the screen — you would have nothing to display. You cannot begin with the "brain" — a brain with no sensor has nothing to think about. There is a correct order to learn the pieces, and that order is not arbitrary. Each layer of electronics rests on the one beneath it the way arithmetic rests under algebra.

This chapter is a map, not a method. You will not learn to calculate anything here. Scherz & Monk open their 1000-page book this way on purpose: electronics has so many parts that, without a map, every new component feels random. The map (their Fig. 1.1) is a flowchart from a raw battery up to a "smart" gadget with a brain. Knowing where a part sits in the stack tells you what it depends on and what it enables — which is half of understanding it.
Inside the Thermometer: Sense → Think → Show

Press the button to send a pulse of "skin heat" through the gadget. Watch it travel through the three blocks every smart device shares. This is the same skeleton hiding inside a phone, a smoke alarm, and a self-driving car.

The three blocks have proper names. The "sense" block is an input transducer — a part that converts some physical quantity (heat, light, sound, pressure) into an electrical signal. The "show" block is an output transducer — it runs the conversion backwards, turning electricity into something you can see, hear, or feel. The "think" block in the middle is where the real magic lives: a brain made of circuits, possibly a programmable chip, that interprets the input and commands the output.

Between the input and the brain there is one more quiet step the diagram hides. The thermistor produces a smooth, continuous voltage — an analog signal that can take any value. But the brain inside a modern thermometer is digital: it only understands numbers, built from wires that are either "high" or "low". Somewhere a converter bridges the two worlds. That bridge — analog reality on one side, digital logic on the other — is one of the deepest ideas in the whole book, and we will meet it again in Tab 6.

A sealed digital thermometer must contain at least three distinct kinds of parts. Which set names them correctly?

Chapter 1: The Theory Layer

Every layer of the gadget — the sensor, the brain, the display — runs on the same invisible commodity: electric charge in motion. So the bottom of the map, the bedrock everything else stands on, is not a component at all. It is a handful of ideas about how charge behaves. Scherz & Monk spend their entire Chapter 2 here; we only need the names so the rest of the map makes sense.

Three quantities describe almost everything. Voltage (V) is electrical "pressure" — how hard the charge is being pushed, measured in volts. Current (I) is the flow — how much charge passes a point each second, measured in amperes. Resistance (R) is how much a material fights that flow, measured in ohms. The classic analogy, which the book leans on heavily, is water in a pipe: voltage is the pressure, current is the gallons-per-second flowing, and resistance is the narrowness of the pipe.

Two more quantities round out the basics and will matter when we reach passive circuits. Capacitance (C) is the ability to store charge, like a tiny rechargeable bucket. Inductance (L) is the tendency of a coil to resist changes in current, like the inertia of water already moving in a pipe. Voltage, current, resistance, capacitance, inductance — V, I, R, C, L — are the five letters from which the entire alphabet of electronics is spelled.

Current is charge per second

The one piece of arithmetic worth seeing now is the definition of current, because it makes "flow" concrete. Charge is measured in coulombs (C). Current is simply how many coulombs flow past a point each second:

I = ΔQ / Δt     (1 ampere = 1 coulomb per second)
Worked example — reading the definition as a rate. Suppose 6 coulombs of charge drift through a wire in 2 seconds. Then the current is I = 6 C ÷ 2 s = 3 A. Push harder so that 0.5 C flows in just 0.25 s, and the current is I = 0.5 ÷ 0.25 = 2 A — less total charge, but a higher rate because it moved in less time. Current is never "how much charge" — it is always "how much charge per second." Keep that and half of Chapter 2 is already intuitive.
Current Meter: Charge per Second

Set how much charge moves and how long it takes. The meter computes the current I = ΔQ / Δt live. Notice that 6 C in 2 s and 3 C in 1 s give the same current — it is a rate, not a total.

Charge ΔQ (coulombs) 6.0
Time Δt (seconds) 2.0

Why start here at all? Because the sensor in our thermometer outputs a voltage, the brain switches currents through resistances, and the display draws current to light up. Skip the theory layer and every later part is a black box with magic labels. Learn it once, and resistors, capacitors, transistors, and chips all become variations on "what does this do to V, I, and the flow of charge?"

Which quantity comes first in the learning sequence — the bedrock everything else is built on?

Chapter 2: Passive Components & Circuits

Stand on the theory bedrock and the first real parts appear: the passive components. A component is "passive" if it cannot add energy to a signal — it can only resist, store, release, or reshape what is already there. There are essentially four of them, and almost every circuit you will ever build is made mostly of these.

The resistor simply opposes current, setting how much flows for a given voltage. The capacitor stores charge on two plates and releases it later, smoothing or timing a signal. The inductor stores energy in a magnetic field and resists sudden changes in current. The transformer — two coupled coils — steps voltage up or down. Resistors, capacitors, inductors, transformers: these are the "Lego bricks" of analog electronics.

The leap from components to circuits happens when you wire several together to do a job. A handful of resistors becomes a voltage divider that produces a smaller, precise fraction of the input voltage. A resistor plus a capacitor becomes a filter that passes some frequencies and blocks others — the reason a radio can pick one station out of the air. The same parts become attenuators that turn a signal down. Notice the pattern of the whole book in miniature: passive components combine into passive circuits, just as letters combine into words.

Worked example: a voltage divider

Our thermistor sits in a voltage divider so the brain can read it. Suppose a 9 V battery feeds two resistors in series, R1 = 6 kΩ on top and R2 = 3 kΩ on the bottom, with the output tapped between them. The output is the input scaled by R2 / (R1 + R2):

Vout = Vin × R2 / (R1 + R2) = 9 V × 3 / (6 + 3) = 9 × (1/3) = 3 V
Why this is the workhorse of analog design. A divider turns a fixed reference into any smaller voltage you choose — just by picking the ratio of two resistors. Replace R2 with our thermistor (whose resistance changes with temperature) and the output voltage now tracks the temperature. That single trick is how most sensors talk to a brain: convert the physical change into a resistance change, drop it into a divider, and read the resulting voltage. Tab 5 returns to exactly this.
Voltage Divider Sandbox

Slide the two resistor values. The output voltage is always Vin × R2/(R1+R2). Make R2 large to keep most of the voltage; make it small to throw most away. The ratio — not the absolute sizes — sets the output.

R1 (top, kΩ) 6
R2 (bottom, kΩ) 3
Vin (volts) 9

Passive circuits are powerful but limited: they can shape and divide a signal, but they can never make it bigger. A divider only ever throws voltage away. To amplify — to take a tiny sensor whisper and make it loud enough for a brain to read — we need parts that can control a large flow with a small one. That demands a new and stranger class of component, which is exactly the next rung up the map.

A voltage divider with R1 = 6 kΩ and R2 = 3 kΩ on a 9 V input produces what output voltage?

Chapter 3: Discrete Active Devices

Passive parts can only spend the energy already in a circuit. Active devices break that ceiling: a small signal can control a much larger one. This is the rung where electronics stops being plumbing and starts being able to switch, amplify, and decide. All of it grows out of one strange material: the semiconductor — usually silicon — which conducts electricity only sometimes, and can be coaxed into conducting on command.

The simplest active device is the diode: a one-way gate for current. It lets charge flow freely in one direction and blocks it almost completely in the other, like a turnstile or a backflow valve in a pipe. That single behavior, simple as it sounds, is enough to convert alternating current into direct current, protect circuits from reversed batteries, and (in the form of an LED) emit light. Whenever you need current to go one way only, a diode is the answer.

The crown jewel is the transistor. It has three terminals, and the key idea is that the voltage or current at one terminal controls the much larger current allowed to flow between the other two. In one mode it acts as a switch — a tiny control signal turns a big load fully on or fully off, with no moving parts, millions of times per second. In another mode it acts as an amplifier — a small wiggle at the control terminal becomes a large, faithful wiggle in the output current. Switching and amplifying from one device: that is why the transistor is the most important invention in electronics.

The diode is best understood as a gate, not a resistor. A resistor treats both directions of current the same. A diode is wildly asymmetric: near-zero resistance one way, near-infinite the other. Picture a stadium turnstile — people stream out the exit, but nobody gets back in. That asymmetry is the whole point. Stack four diodes cleverly (a "bridge") and you can force a wobbling AC signal to only ever push current one direction, which is the first step in turning wall power into the steady DC a chip needs. We will build exactly that in Tab 4.
Diode: The One-Way Gate

Drag the applied voltage from negative to positive. When the voltage points the "forward" way (and clears the small turn-on threshold), the gate opens and current flows. Point it backward and the gate slams shut — current stays near zero.

Applied voltage (V) 0.90

Diodes and transistors are called discrete active devices because each one is a separate physical part with leads you can hold. Later in the map we will see thousands of these crammed onto a single silicon chip — but the behavior of each is exactly what you learn here. Master the one-way gate and the controllable valve, and the rest of electronics is combinations of just these two ideas.

A diode is best described as…

Chapter 4: Active Circuits

Once you can amplify and switch, you can wire active devices together with passives into active circuits that perform whole functions. This is the rung where the gadget grows real organs. A few archetypes recur so often that they have names, and you will meet every one of them later in the book.

A rectifier uses diodes to turn alternating current into pulsing direct current — the first step of nearly every power supply, the reason your laptop charger can take 120 V AC from the wall and feed clean DC to the chip. An amplifier uses a transistor to make a small signal large, so a microphone's whisper can drive a loudspeaker. An oscillator feeds a circuit's output back into its own input to generate a steady, repeating signal from nothing but DC power — the heartbeat that clocks every digital chip.

The list continues: modulators and mixers combine signals to carry information (how a radio transmitter rides voice on top of a carrier wave); regulators hold an output voltage rock-steady even as the load or the battery changes, so a microcontroller sees a clean 3.3 V no matter what. Rectifier, amplifier, oscillator, modulator, mixer, regulator — six workhorses, each a small assembly of the parts from the layers below.

Worked example: ripple after rectification

A rectifier alone gives lumpy, pulsing DC. Add a capacitor and it smooths between the pulses, but a little wobble — the ripple — remains. Suppose after rectifying we have an average of 5 V with a ripple that swings 0.4 V peak-to-peak. The relative ripple is 0.4 / 5 = 0.08, or 8%. Double the smoothing capacitor and the ripple roughly halves to 0.2 V, or 4%. The brain wants ripple well under a percent, which is why a regulator follows the rectifier to finish the job.

Feedback is the idea that makes circuits "active" in the deepest sense. An oscillator works by sending a piece of its output back to its input, in phase, so the signal sustains itself forever. A regulator works the same way in reverse: it measures its own output, compares it to a target, and corrects the difference — negative feedback that fights disturbances. The same loop, used one way, generates; used the other way, stabilizes. You will see this exact pattern again in op-amps, in oscillators, and in the build loop that closes this very chapter.
Rectifier + Smoothing: Watch the Ripple Shrink

The wobbly line is incoming AC. Toggle the rectifier to flip its negative halves up, then add a smoothing capacitor and grow it. The output flattens toward clean DC — the remaining wobble is the ripple, printed live as a percentage.

Smoothing capacitor 0

Active circuits are organs, but scattered organs are not yet a creature. A rectifier here, an amplifier there — the gadget still needs a way to connect to the physical world at one end and a brain at the other to tie it all together. Those are the final two layers of the map.

Which active circuit turns alternating current (like wall power) into the direct current a chip needs?

Chapter 5: I/O Devices — Transducers

A circuit alone is sealed inside its own electrical world. To be useful, the gadget must touch reality — feel heat, hear sound, see light — and push back on it — glow, beep, spin, move. The parts that cross that boundary are transducers: devices that convert between a physical quantity and an electrical signal. They are the gadget's senses and limbs.

Input transducers turn the physical into the electrical. A thermistor changes its resistance with temperature (our thermometer's sensor). A microphone turns sound pressure into a wiggling voltage. A phototransistor turns light into current. Switches, strain gauges, and antennas sense touch, force, and radio waves. Each one answers the same question differently: how do I make some fact about the world show up as a voltage or a current the brain can read?

Output transducers run the conversion backwards. A lamp or LED turns current into light; an LCD display turns voltage into a readable number. A speaker or buzzer turns an electrical signal into sound. Motors (DC, servo, stepper) and solenoids turn electricity into motion. Input transducers sense; output transducers act; the brain between them decides. That sense–decide–act loop is the architecture of every robot and every smart device ever built.

The whole gadget is a chain of conversions. Heat → (thermistor) → resistance → (voltage divider) → voltage → (converter) → number → (brain) → decision → (display driver) → lit segments → (your eye) → "98.6". Energy and information change form at every arrow, but never vanish. Once you see a device as a chain of transducers and circuits, you can read any gadget's block diagram — and reading the diagram is the first thing an inventor does before touching a single part.
Build the Pipeline: Sensor → Brain → Output

Pick an input transducer and an output transducer. The pipeline shows what physical quantity gets converted into electricity, what the brain does with it, and what comes out the far end. Mix and match — mic-to-speaker is an intercom; thermistor-to-display is our thermometer.

Now look back at the map so far. Theory feeds passives, passives feed active devices, active devices feed active circuits, and transducers bolt the whole assembly to the physical world. There is one rung left, and it is the one that earns the gadget the adjective smart: the brain itself, built on silicon.

Which of these is an input (sensing) transducer rather than an output device?

Chapter 6: ICs, Analog vs Digital & Microcontrollers

The active circuits of Tab 4 work, but building a brain from hundreds of separate transistors soldered by hand is hopeless. The fix was one of the great leaps of the twentieth century: the integrated circuit (IC) — an entire circuit of thousands or millions of transistors, resistors, and connections fabricated together on a single sliver of silicon smaller than a fingernail. The IC takes everything from the lower rungs and shrinks it into a single part you drop onto a board.

But there are two philosophies for what an IC computes with. Analog electronics works with continuous signals — a voltage that can be 2.0 V, 2.001 V, or anything between, faithfully tracking a real quantity like a sound wave. Digital electronics is brutally simpler: every wire is allowed only two states, "high" (say, about 5 V) meaning 1, and "low" (about 0 V) meaning 0. No in-between is permitted. A digital signal is a staircase; an analog signal is a smooth ramp.

Why throw away all those intermediate values? Because two states are cheap to make perfect. Noise that would corrupt an analog value — nudging 2.0 V to 2.05 V — is shrugged off by a digital circuit, which only has to decide "closer to 5 or closer to 0?" That ruthless simplicity is why digital logic is reliable, repeatable, and stackable into the staggering complexity of a processor. The cost is that the real world is analog, so we need A/D (analog-to-digital) and D/A converters to cross the border — the very bridge the thermometer used in Tab 0.

Worked example — how many "words" can a bundle of wires spell? Each digital wire carries one bit: a 0 or a 1. With 1 wire you have 2¹ = 2 possible words (0 or 1). With 4 wires, 2⁴ = 16 distinct words. With 8 wires — one byte — 2⁸ = 256 distinct words, enough to label every value from 0 to 255. Add wires and the count doubles each time: 10 wires give 1024, 16 wires give 65,536. This exponential growth is why a handful of two-state wires can represent a temperature, a letter, a pixel, or an entire instruction to the processor.
Bit-Word Builder: Flip the Wires

Eight wires, each forced to high (5 V = 1) or low (0 V = 0). Click a wire to flip it and watch the binary word and its decimal value update. All eight high is 255; all low is 0; every value in between is one unique pattern.

Analog vs digital, side by side

The cleanest way to feel the difference is to watch one signal forced into both forms. An analog line follows a smooth curve; the digital version of the same curve is only allowed to sit at fixed levels, snapping to the nearest rung of a staircase. The more levels (bits) the staircase has, the closer it hugs the smooth curve — which is precisely what "higher resolution" means in an A/D converter.

Analog vs Digital: The Same Signal, Two Worlds

The teal curve is a smooth analog voltage. Flip the switch to digital and it snaps to a staircase of allowed levels. Add resolution bits to make the staircase finer — more bits, closer to the truth, at the cost of more wires.

Resolution (bits) 2

The pinnacle of the IC rung is the microcontroller: a programmable digital IC that bundles a processor, memory, and input/output pins into one chip. Through its I/O pins it reads sensors (via A/D converters) and drives outputs, and because it runs software, the same physical chip can be a thermometer today and a thermostat tomorrow. Digital ICs — gates, flip-flops, counters, memories, and finally processors — are literally what "give gadgets brains."

How many distinct voltage states does a single digital wire use, and why?
What is the main purpose of an integrated circuit (IC)?

Chapter 7: Connections & The Build Loop

We can now answer the question from Tab 0. Crack open the thermometer and you find every layer of the map stacked inside it: theory (charge flowing under a battery's push), passive components (resistors forming the divider, capacitors smoothing power), active devices (transistors switching the display), active circuits (a regulator holding a clean voltage), transducers (the thermistor feeling heat, the LCD showing the number), and an IC brain (a microcontroller reading the sensor and computing the answer). The gadget is the map made physical.

And the learning order was not arbitrary — it was forced. You cannot understand a voltage divider without voltage and resistance. You cannot understand a transistor without semiconductors. You cannot understand a microcontroller without digital logic, and you cannot understand digital logic without the transistors that switch it. Each rung is the foundation of the next. That is why this book marches theory → passives → active devices → circuits → I/O → ICs → digital → microcontrollers, and why skipping ahead always backfires.

The inventor's build loop

Knowing the parts is half the job. The other half is the process of turning an idea into a working device, and it is a loop, not a straight line. You draw a schematic (the circuit on paper), wire it on a breadboard (a solderless prototyping board), test it, and almost always find a bug. So you revise — back to the schematic — and go around again. Only once it works do you commit it to a permanent PCB (printed circuit board). Design, build, test, revise; the loop is the real method of electronics.

The bug is not failure — it is the point of the loop. Beginners expect their first breadboard to work and quit when it does not. Experienced inventors expect it to fail, and treat the test stage as a question-asking machine: where did the voltage go wrong, which stage of the pipeline broke? Each loop around schematic–breadboard–test–revise teaches you something the datasheet never could. This is negative feedback applied to your own design — the same self-correcting loop you met in regulators, now running in your hands.
The Build Loop: Schematic → Breadboard → Test → Revise → PCB

Step through the inventor's cycle. Hit "Inject a bug" before testing to watch the loop send you back to Revise — the normal, healthy path. Only a clean test unlocks the final PCB.

The whole map on one screen

Here is the eight-rung ladder of the book, with what each layer contributes and where it is covered. This is the cheat-sheet for "where am I, and what depends on what."

LayerWhat it addsKey idea / exampleWhere it lives
TheoryThe rules of chargeV, I, R, C, L; I = ΔQ/ΔtCh 2 — Theory
Passive componentsParts that shape signalsResistor, capacitor, inductor, transformerCh 3 — Components
Passive circuitsComponents wired to do a jobDivider, filter, attenuatorCh 2–3
Active devicesSmall signal controls a large oneDiode (one-way gate), transistor (switch/amp)Ch 4 — Semiconductors
Active circuitsWhole functions via feedbackRectifier, amplifier, oscillator, regulatorCh 8–11
I/O transducersBridge to the physical worldThermistor, mic, LED, speaker, motorCh 5–6, 15–16
ICs & digitalCircuits on silicon; two-state logicGates, flip-flops; 8 wires → 2⁸ = 256 wordsCh 12 — Digital
MicrocontrollersA programmable brainReads sensors, drives outputs, runs softwareCh 13 — Microcontrollers

Where each layer goes in this book

"You build a gadget the way you learn electronics: one layer at a time, from the charge up."
— The Parminces reading of Scherz & Monk, Ch 1

You now have the map. Every later chapter is a guided tour of one rung. Next, we descend to the bedrock and make the theory layer concrete: what voltage, current, and resistance really are, and the laws that bind them.

In the inventor's build loop, a circuit fails its test. What is the normal next step?
← Chapter Index Chapter 2: Theory →