Generally, when a CPU chip first receives power, it must be reset by receiving a pulse on its RESET (or RST) pin. This is because when the power supply is first powering up, even if it only takes a second or two, the CPU has already received "dirty" power, because the power supply was building up a steady stream of electricity. Digital logic chips like CPUs require precise voltages, and they get confused if they receive something outside their intended voltage range. Thus, as soon as the chip has powered up, it is reset to bring it to a known starting condition. This is done automatically by circuitry on the motherboard that performs a reset upon power-up. The RESET pin (which is usually active-low) must be activated for a certain number of clock cycles to reset the CPU. The reset circuit keeps the RESET signal active for a moment, then disables it, at which point the CPU begins its act.