| There are certain usage patterns that you will find all over the place, e.g.: - Current-limiting resistors - The resistor divider (two resistors between e.g. 3.3V and GND. The point between the two resistors will be between 3.3V and 0V, depending on the resistor values. Sometimes you need a certain voltage. For example to bias transistors. - Delays, using a resistor and a capacitor. The values will determine the delay. - Capacitors next to oscillators - Filters, using a resistor and a capacitor. The order and the values will determine the cutoff frequency. - Most capacitors on a PCB probably sit right next to a chip. Often, at least one per chip. They get rid of noise already on the line, and act as short-term energy storage for the chip next to it. - Decoupling capacitors to get rid of the DC component of a signal (i.e. if there is a signal fluctuating between 4.5V and 5.5V before the cap, it'll be -0.5V and 0.5V behind the cap. Often, you need to add a DC component and later remove it, so that's two capacitors already. |