It boots. Or if your computer crashes, then it reboots. Why is it called that? Where did such a strange word come from? There is an idiom about lifting oneself by one's own bootstraps that has the idea of being able to get going without any external help. That is precisely what a computer must do when you turn it on.
Inside the computer is a silicon chip that is the permanent storage place of what is called the boot program. (This chip is called an EPROM, for Erasable, Programmable, Read-Only Memory.) The computer is wired in such a way that when it is first turned on, the boot program begins executing automatically. It has two primary functions: first it verifies that all the hardware components of the computer are working properly, and then it loads the operating system. The OS is stored on the hard disk (or sometimes on a floppy) and must be copied into the computer's RAM (Random Access Memory). Then the CPU needs to be informed of its location in RAM and instructed to begin executing it rather than the boot program. At this point the baton has been handed off to the OS and the boot program terminates. From this point on all software applications are run by making requests of the OS through its user interface.
Let's examine the hardware of a personal computer. A computer consists of a system unit (usually either a desktop unit or a tower model) along with all the peripheral devices such as monitor, keyboard, mouse, speakers, printers, etc. The system unit contains a variety of components in addition to the CPU. The power supply is usually the largest of these and regulates power flowing into all of the other components. There are usually several bays in the front of the unit which house the various disk drives (floppy, hard, CD-ROM, DVD, etc.). The CPU, RAM, and internal drives are all plugged into a motherboard which also houses other supporting circuitry. Also plugged into the motherboard are expansion cards which provide an interface and circuitry for peripherals (e.g., fax/modems, sound cards, video adapters, network cards, etc.). The photograph below is of a motherboard with nothing plugged into it. Some of the ports have been labeled to indicate where things go.


In first phase of the fetch/execute (F/E) cycle the control unit uses the address stored in the PC to fetch the next instruction to be executed from RAM and copy it into the IR register. This instruction is a sequence of bits that serve as a code for which ALU circuit should be activated. So in the second phase, the control unit decodes this instruction. This is followed by the execute phase, where the appropriate ALU circuit is activated, along with the appropriate data or information stored in registers. Finally, the ALU may have produced some result while executing the instruction that needs to be saved for later use. This is done in the final store phase. This cycle is performed continuously from the first moment the computer is powered up until it is shut down. Modern PCs are capable of executing literally hundreds of millions of instructions per second (MIPS).
To see a simulation of this process, look at the CD-ROM that came with your text. There are two simulations of the fetch/execute cycle, as well as simulations that describe how various disk media work.
I have an assortment of hardware devices, from disk drives, to mother boards, to RAM, that we will pass around the class and discuss. The topics we may touch on along the way include: