Input and Output: How You and the Computer Talk
Here's the plain idea: a computer sealed in a box, with no way to hear you or show you anything, would be useless. So it has doors — parts for taking things in (input) and parts for handing things back out (output). Together they're called I/O, and they're the only place you and the machine actually meet.
The diner's window and counter
Picture our kitchen again. Orders come in through a little window where customers call out what they want — that's input. Finished plates go out across the counter to be served — that's output. The cook never leaves the kitchen; the whole conversation with the outside world happens through that window and that counter.
A computer is the same. Your keyboard, mouse, touchscreen, and microphone are the order window — they carry your wishes in. The screen, the speakers, the printer are the serving counter — they carry the results out. Everything the machine learns about you arrives through input; everything you learn about it arrives through output.
Input: turning your world into bits
When you press a key, the keyboard doesn't send a letter — it sends a tiny number standing for that key, written in bits, just like lesson one. When you speak, the microphone measures the air's vibrations thousands of times a second and writes each measurement down as a number. When you touch a screen, sensors report the spot you touched as a pair of numbers.
Notice the pattern: every input device's real job is to translate something physical — a press, a sound, a touch — into the only language the computer understands, which is bits. Your finger moves; a number arrives.
Output: turning bits back into your world
Output runs the same trip in reverse. The CPU produces a pile of bits describing what should appear, and an output device turns that pile back into something a human can sense.
A screen reads bits describing the color of each pixel and lights those dots up so your eye sees a picture. A speaker reads bits describing a sound wave and pushes the air back and forth so your ear hears it. The computer never hands you raw bits — it always converts them into light or sound or print, something your body can take in.
Some doors swing both ways
A few parts are doors in both directions. A touchscreen shows you a picture (output) and feels your taps (input) on the same pane of glass. A headset holds a speaker (output) and a microphone (input) in one piece. Nothing magic here — it's simply both jobs living in one gadget.
So when you "use" a computer, you never really touch the thinking part. You stand at the doors. Everything you do goes in as bits; everything you notice comes back out as light and sound. The whole conversation happens at that window and counter.
Your turn
Look at the device in front of you and sort its parts into two piles: which carry your world in, and which carry the computer's answers out. Then find one part — a touchscreen or a headset — that belongs in both piles at once, and say what it turns into bits and what it turns bits back into.
🔦 We've now met every major part of the machine. Next we ask the question everyone really wants answered: what does "fast" actually mean?
Stuck or curious?
Ask Pip about this lesson — tap the porthole bottom-right.