Parallel programming for makers and artists
Before you start assembly, you should check to see if your kit is complete. Detailed here is the January 2010 version of the kit from NKC Electronics.
"Motherboard" is common language for a PCB, or printed circuit board.

The socket will hold the processor, so we can attach a cheap part (the socket) to the motherboard, and later replace the expensive part (the processor) if we're so inclined.

The processor is, essentially, what you would call the computer. We are using Atmel's Atmega328P. This processor runs at up to 20MHz (we're running it at 16MHz), it has 32KB of space for our programs, and 32KB of RAM for those programs to execute in.
Technically, everything on this page can probably be called "electronic components."

A tiny crystal actually vibrates when electric current is applied, thus giving us electronic pulses that allow us to drive our processor.

When you squeeze a garden hose, you create resistance in the flow of water. Not that current flows exactly like water, but the analogy is good enough for the moment---a resistor is kinda like that squeeze. Poke around the net and figure out what color codes on your resistors mean.

The LED, or light-emitting diode, is a blinkenlight.

An electrolytic capacitor is polarized, and must be integrated into its circuit the correct way. My kit had two of these, with different measures of capacitance.
Ceramic capacitors have no particular polarization, and can be inserted into the circuit in any direction (like resistors). Ours look like little orange pills, but don't eat them. My kit had 10 of these.


A diode is like a sluice gate: it only allows water to flow through in one direction. They are used (for example) in circuits to keep current from flowing backwards and damaging components.

A voltage regulator takes an input voltage that may vary, and outputs a constant voltage at a lower level; the difference in the input and output voltages is lost as heat. Our regulator converts 6-18V input into a steady 5V. It doesn't last very long at 18V, so we'll be using a 9V battery for most of our projects.

The button in our kit is a kind of switch; specifically, a momentary switch. This means that when we push it, it closes the contact, but pops open automatically.

For plugging in a power supply.

Female sockets provide a place to plug in wires and things; male sockets provide a place to plug in female connectors and whatnot. I had four female sockets and two male headers. I also had a jumper, which I didn't list separately: it is a little bit of plastic and metal that can bridge (or jump) two header contacts.
If you've got a question, post it to the appropriate mailing list and we'll help out and point you in the right direction.