|
|
 |
|
|
|
 |
|
|
Bandwidth |
|
|
|
1- A range
within a band of frequencies or wavelengths. |
|
|
|
2- The amount
of data that can be transmitted in a fixed amount of time. For digital
devices, the bandwidth is usually expressed in bits per second (bps) or
bytes per second. For analog devices, the bandwidth is expressed in cycles
per second, or Hertz (Hz). |
|
|
|
The bandwidth is particularly important for I/O devices. For example, a fast disk drive can be hampered by a bus with a low bandwidth. This is the main reason that new buses, such as AGP, have been developed for the PC. |
|
|
|
|
 |
|
|
Bit |
|
|
|
Short for
binary digit, the smallest unit of information on a machine. The term was
first used in 1946 by John Tukey, a leading statistician and adviser to
five presidents. A single bit can hold only one of two values: 0 or 1.
More meaningful information is obtained by combining consecutive bits into
larger units. For example, a byte is composed of 8 consecutive bits. |
|
|
|
Computers are
sometimes classified by the number of bits they can process at one time or
by the number of bits they use to represent addresses. These two values
are not always the same, which leads to confusion. For example,
classifying a computer as a 32-bit machine might mean that its data
registers are 32 bits wide or that it uses 32 bits to identify each
address in memory. Whereas larger registers make a computer faster, using
more bits for addresses enables a machine to support larger programs. |
|
|
|
addresses
enables a machine to support larger programs.
Graphics are also often described by the number of bits used to represent
each dot. A 1-bit image is monochrome; an 8-bit image supports 256 colors
or grayscales; and a 24- or 32-bit graphic supports true color. |
|
|
PSTN |
|
|
|
Short for
Public Switched Telephone Network, which refers to the international
telephone system based on copper wires carrying analog voice data. This is
in contrast to newer telephone networks base on digital technologies, such
as ISDN and FDDI. |
|
|
|
Telephone
service carried by the PSTN is often called plain old telephone service
(POTS). |
|
|
Potentiometer |
|
|
|
An electronic
component that is used to vary, or control, the amount of current that
flows through an electronic circuit. |
|
|
|
A
potentiometer is also referred to as a pot. |
|
|
|
Data |
|
|
|
1- Distinct
pieces of information usually formatted in a special way. All software is
divided into two general categories: data and programs. Programs are
collections of instructions for manipulating data. |
|
|
|
Data can
exist in a variety of forms -- as numbers or text on pieces of paper, as
bits and bytes stored in electronic memory, or as facts stored in a
person's mind. |
|
|
|
Strictly
speaking, data is the plural of datum, a single piece of information. In
practice, however, people use data as both the singular and plural form of
the word. |
|
|
|
2- The term
data is often used to distinguish binary machine-readable information from
textual human-readable information. For example, some applications make a
distinction between data files (files that contain binary data) and text
files (files that contain ASCII data). |
|
|
|
3- In
database management systems, data files are the files that store the
database information, whereas other files, such as index files and data
dictionaries, store administrative information, known as metadata. |
|
|
|
Device |
|
|
|
Any machine
or component that attaches to a computer. Examples of devices include disk
drives, printers, mice, and modems. These particular devices fall into the
category of peripheral devices because they are separate from the main
computer. |
|
|
|
Most devices,
whether peripheral or not, require a program called a device drives that
acts as a translator, converting general commands from an application into
specific commands that the device understands. |
|
|
|
Megabit |
|
|
|
1- When used to
describe data storage, 1,024 kilobits. |
|
|
|
2- When used to describe data transfer rates, it refers to one million
bits. Networks are often measured in megabits per second, abbreviated as
Mbps. |
|
|
|
|