KEY CONCEPTS
BIOS (basic input/output system) A collection of software codes built into a PC that handle some
of the fundamental tasks of sending data from one part of the computer to another.
boot or boot-up The process that takes place when a PC is turned on and it performs the routines
necessary to get all the components functioning properly and then to load the operating system. The
term comes from the concept of lifting yourself by your bootstraps.
clock A microchip that regulates the timing and speed of all the computer’s functions. The chip in-
cludes a crystal that vibrates at a certain frequency when electricity is applied to it. The shortest
length of time in which a computer can perform some operation is one clock, that is, one vibration of
the clock chip. The speed of clocks—and therefore computers—is expressed in megahertz (MHz).
One megahertz is 1 million cycles, or vibrations, per second. Thus a PC may be described as having a
200 or 300MHz processor, which means that the processor has been designed to work with a clock
chip running at that speed.
CMOS An abbreviation for complementary metal-oxide semiconductor—a term that describes how
a CMOS microchip is manufactured. Powered by a small battery, the CMOS chip retains crucial infor-
mation about what hardware a PC comprises even when power is turned off.
CPU An abbreviation for central processing unit, it means the microprocessor—also, processor—
which is a microchip that processes the information and the code (instructions) used by a computer.
The “brains” of a computer.
POST An acronym for Power-On Self-Test, a procedure the computer goes through when booting
to verify that the basic components of a PC are functioning.
ROM and RAM Acronyms for read-only memory and random access memory. ROM is memory
chips or data stored on disks that can be read by the computer’s processor. The PC cannot write new
data to those chips or disk drives. RAM is memory or disks that can be both read and written to.
(Random access memory is really a misnomer because even ROM can be accessed randomly. The
term originally was used to distinguish RAM from data and software that was stored on magnetic
tape, and which could be accessed only sequentially. That is, to get to the last chunk of data or code
on a tape, a computer must read through all the information contained on the tape until it finds the
location where it stored the data or code it is looking for. In contrast, a computer can jump directly to
any information stored in random locations in RAM chips or on disk.)
system files Small disk files containing software code that are the first files a computer reads from
disk when it is booted. On DOS and Windows systems, the files are named IO.SYS and MSDOS.SYS
and are hidden so that ordinarily you cannot see them in a listing of files on a disk. The system files
contain the information needed, following the initial hardware boot, to load the rest of an operating
system. In DOS, one other system file is COMMAND.COM, which contains the operating system’s
basic functions, such as displaying a list of files (directory). A boot disk must contain all three files for
a PC to start up. System files may also include CONFIG.SYS, which makes some initial settings of
hardware, and AUTOEXEC.BAT, a collection of commands that are executed when all other boot
functions are through. In Windows 95 and 98, the Registry—consisting of the two hidden files,
USER.DAT and SYSTEM.DAT—is also necessary for Windows to run and may be considered a sys-
tem file.