chip as the microprocessor, but they are often separate. The external chips contain memory, storage,
and programming instructions.
You might think of the microprocessor as the computer’s conscious mind, which directs the
behavior of the machine by deliberate control. The CPU, controlled by the microprocessor, repre-
sents the PC’s entire mind, conscious and subconscious. All the ancillary circuits, in conjunction
with the CPU, make up the nervous system. Peripherals such as printers, disk drives, mice, speech
recognition/synthesis apparatus, modems, and displays are the hands, ears, eyes, and mouth of the
system. In advanced computer systems there can also be robots, vision systems, various home ap-
pliances, surveillance apparatus, medical devices, and other exotic equipment under the control of
the CPU.
Units of Digital Data
You learned about bits and bytes in Chap. 26. Let’s examine them again in more detail, with em-
phasis on their relevance to computers. Recall that one bit (1 b) is a single binary digit, and one byte
(1 B) is a unit of digital data consisting of a string of eight contiguous bits (8 b) in most systems.
One byte constitutes roughly the same amount of data as one character, such as a letter, numeral,
punctuation mark, or space.
Memory and Storage Capacity
Computer memory and storage involves files that are huge in terms of bytes. Therefore, kilobytes
(units of 2
10
= 1024 bytes), megabytes (units of 2
20
= 1,048,576 bytes), and gigabytes (units of 2
30
=
1,073,741,824 bytes) are used. The abbreviations for these units are KB, MB, and GB, respectively.
Alternatively you might see them abbreviated as K, M, and G.
As computer technology advances, you’ll hear more and more about a unit of data called a ter-
abyte (TB or T). This is equivalent to 2
40
bytes, or 1,048,576 MB. Someday we will commonly use
the terms petabyte (PB or P), which refers to 2
50
bytes or 1,048,576 GB, and exabyte (EB or E),
which refers to 2
60
bytes or 1,048,576 TB.
Here are all these data units listed as a hierarchy:
1 KB = 1024 B
1 MB = 1024 KB
1 GB = 1024 MB
1 TB = 1024 GB
1 PB = 1024 TB
1 EB = 1024 PB
Computer memory is usually specified in megabytes or gigabytes. The same holds true for re-
movable data storage media. The hard drive in a computer generally has capacity measured in giga-
bytes, although a few get into the terabyte range. Some external storage media, used for data
archiving (saving it for long-term reference), have capacity measured in terabytes and petabytes.
Data Speed
The speed at which computers send digital data to and from each other is almost always expressed
in bits per second (bps) and large multiples thereof. Multiples of bits per second involve the same pre-
570 A Computer and Internet Primer