4 Glossary
bit
Binary digit. The s mallest unit of c omputer da t a. A single digit al piece of
information, generally represented by the numeral 0 or 1. Usually the transition
between the states of +5V and -5V within a computer, the charge of a transistor in
an integrated circuit, or the change in polarity of a magnetic region on a disk. See
byte. Data compression schemes can enable the transmission of more than one bit
per voltage transition.
bit block transfer
Moving part of a screen image as a single block rather than moving a pixel at a
time. Bit block transfers are much faster than moving the same pixels individually,
and it is common i n accelerat ed video cards .
bitBLT
Bit Block Tr a nsfer.
bitmap
Any occurrence where a single location in memory and a single pixel correspond.
Usually applies to screen or printer output. .BMP files are bitmapped graphics files.
bits per second
(bps) A unit of transmission. Also called baud rate.
block
A contiguous section of bits considered as a whole, especially in memory. On a
disk, the data in one sector; in modem data transfer, the bits between checksums.
board
Printed circuit board. Board onto which computer components are soldered and thin
wires are printed to connect the components.
boot
To start up a computer. The computer is generally booted in one of three ways: by
turning on the power switch (cold boot), by pressing the reset switch, or by
simultaneously pressing the Ctrl, Alt, and Del keys (warm boot). Booting the
system after it has already b een powered u p and booted is r eferred to as r ebooting.
Also the process of booting itself. Boot is from “bootstrap,” a reference to a
computer’s a b ility to set itself u p, or pull itself u p by its own ‘boot s traps.’ See col d
boot and warm boot.
bootable device
Any type of hardware that carries the information (software) required by the
computer to start properly. This device must also have the capacity to be
recognized by the computer in the first stages of the boot process.
boot block
The part of a dis k that conta i ns the softwa r e (such as t he op erating sys tem loader )
that enables the computer to start.