Topic 01

What Happens When You Press Power

Concept

You press one button, wait a few seconds, and the screen comes alive. It feels instant, almost magical — but the same fixed sequence runs every single time, always in the same order. This topic is the map of that sequence, and the rest of Part 1 zooms into each step.

Knowing the order is worth more than it sounds. Almost every big idea coming up — the operating system, programs, files in memory — is really just one step in this startup story. Once you can see the sequence, you have somewhere to hang everything else.

From button to desktop, the same four steps every time
Power buttonyou press it
Firmwarebuilt-in check
Operating systemtakes over
Desktopwhat you see

From Button to Desktop

When you press power, electricity reaches the chips inside and they wake up. The very first thing to run is not Windows or macOS — it's a tiny program built into the machine itself, called firmware. Its only job is a quick roll call: is there memory, is there a keyboard, is there a disk to start from?

Once the parts check out, the firmware hands control to the big program that will run everything from then on — the operating system. The operating system loads itself into the computer's memory, takes charge of the screen, keyboard, and storage, and finally shows you the login screen or desktop. That desktop is the last step in the sequence, not the first.

Why the Desktop Comes Last

It's natural to feel that the desktop is the computer starting up, because it's the first thing you see. But by the time those icons appear, a long list of invisible steps has already finished. The wallpaper and menus are simply the operating system showing its face — the visible surface of a machine that has been busy for several seconds already.

This is also why a computer can seem "on" but not yet ready. The screen lights up early in the sequence, while the operating system is still loading behind it. That wait isn't wasted time; it's the startup steps working through in order before the machine is handed over to you.

Why Restarting Fixes So Much

This sequence is the reason "have you tried turning it off and on again" is genuine advice, not just a joke. Restarting runs the whole thing fresh: memory is wiped clean, half-finished programs are cleared out, and the operating system loads again neatly from storage. A surprising number of glitches are just a tangled memory state that a clean restart sweeps away.

Common Confusions
  • "Windows or macOS is the first thing to run." Not quite — a tiny built-in program (firmware) runs first and checks the machine, then hands off to the operating system.
  • "The power button turns on the screen." It starts the whole computer; the screen is just one part that happens to light up along the way.
  • "When the desktop appears, everything has finished loading." Often it hasn't — background programs and services can still be starting up after the desktop shows.
  • "Restarting will delete my files." A restart only clears memory, the temporary workspace. Your saved files live on storage and are left untouched.
Why It Matters
  • This startup sequence is the skeleton the rest of Part 1 hangs on — the operating system, memory, storage, and programs are each one step inside it.
  • Knowing the desktop loads last explains the wait, and why a computer can look on without being ready to use.
  • Understanding that a restart reloads the operating system from scratch is one of the single most useful troubleshooting ideas you will ever learn.
  • The same idea scales up: the servers that run websites, later in this course, go through their own version of this sequence every time they start.

Knowledge Check

When you press the power button, what actually runs first?

  • A small built-in program that checks the parts, then hands off to the operating system
  • The operating system, such as Windows or macOS, which loads and takes over immediately
  • The desktop and its icons, which appear first while the rest starts up behind them
  • The apps you used last time, which reopen before the operating system loads

Why does the desktop appear last in the startup sequence?

  • It's the operating system showing its face, after the invisible steps have finished
  • It is the very first part of the computer to switch on when power arrives
  • The screen can only show anything at all once every one of your apps has fully loaded
  • The firmware draws the desktop before the operating system has started

What does restarting a computer actually clear?

  • Memory and any running programs — saved files on storage are left untouched
  • Everything, including your saved files, so a restart should be avoided
  • Only the screen, while memory and open programs carry straight over
  • The firmware, which then has to be fully reinstalled again before the computer starts

You got correct