~10 min
The simplest possible circuit is a direct one: a lever or button placed on or next to a door, redstone lamp, or piston, powering it straight through contact with no dust at all. A redstone lamp is a solid light source that only glows while it's receiving power, which makes it a useful visible indicator for whether a circuit is currently on — wire one to a pressure plate on the floor and it lights up the instant something steps on the plate, then goes dark again once it steps off.
A redstone torch turns any circuit into a NOT gate for free: attach it to a block, and it stays lit, outputting power, exactly when that block is unpowered, then switches off the moment the block gets powered from somewhere else. Wiring a lever to power the block a torch sits on, then running the torch's output to a lamp, builds a circuit that's backwards from the intuitive one — the lamp is lit when the lever is off, and goes dark when you flip the lever on. Stacking two of these inverters in a row cancels the flip out and returns you to ordinary, non-inverted behavior.
A repeater set to its longest delay, 4 redstone ticks or 0.4 seconds, is the easiest way to add a deliberate pause to a circuit, useful for something like a door that should stay open a beat longer than an instant pulse would allow. For anything that needs to compare two separate signals, or read a container's contents, reach for a comparator instead of a repeater, since a repeater can only boost or lock a signal, never compare or subtract one. Start every new build small and testable: wire one lever to one lamp first and confirm it works, then extend the circuit outward, rather than building an entire multi-block contraption before testing any of it.
No — the torch is a NOT gate, so it goes dark exactly when its block is powered, meaning the lamp is lit only while the lever is off.