CompTIA A_ Certification All-In-One Exam Guide, Seventh Edition - Michael Meyers [486]
basic disks Hard drive partitioned in the “classic” way with a master boot record (MBR) and partition table. (See also dynamic disks.)
baud One analog cycle on a telephone line. In the early days of telephone data transmission, the baud rate was often analogous to bits per second. Due to advanced modulation of baud cycles as well as data compression, this is no longer true.
BD-RE (Blu-ray Disc-REwritable) Blu-ray Disc equivalent of the rewritable DVD, allows writing and rewriting several times on the same BD. (See Blu-ray Disc.)
BD-ROM Blu-ray Disc equivalent of a DVD-ROM or CD-ROM. (See Blu-ray Disc.)
beaming Term used to describe transferring data from one PDA to another by means of IrDA.
beep codes Series of audible tones produced by a motherboard during the POST. These tones identify whether the POST has completed successfully or whether some piece of system hardware is not working properly. Consult the manual for your particular motherboard for a specific list of beep codes.
binary numbers Number system with a base of 2, unlike the number systems most of us use that have bases of 10 (decimal numbers), 12 (measurement in feet and inches), and 60 (time). Binary numbers are preferred for computers for precision and economy. An electronic circuit that can detect the difference between two states (on–off, 0–1) is easier and more inexpensive to build than one that could detect the differences among ten states (0–9).
biometric device Hardware device used to support authentication; works by scanning and remembering unique aspects of a user’s various body parts (e.g., retina, iris, face, or fingerprint) by using some form of sensing device such as a retinal scanner.
BIOS (basic input/output system) Classically, software routines burned onto the system ROM of a PC. More commonly seen as any software that directly controls a particular piece of hardware. A set of programs encoded in read-only memory (ROM) on computers. These programs handle startup operations and low-level control of hardware such as disk drives, the keyboard, and monitor.
bit Single binary digit. Also, any device that can be in an on or off state.
bit depth Number of colors a video card is capable of producing. Common bit depths are 16-bit and 32-bit, representing 65,536 colors and 16.7 million colors, respectively.
BitLocker Drive Encryption Drive encryption software offered in Windows Vista/7 Ultimate and Enterprise editions. BitLocker requires a special chip to validate hardware status and to ensure that the computer hasn’t been hacked.
Bluetooth Wireless technology designed to create small wireless networks precon-figured to do specific jobs, but not meant to replace full-function networks or Wi-Fi.
Blu-ray Disc (BD) Optical disc format that stores 25 or 50 GB of data, designed to be the replacement media for DVD. Competed with HD DVD.
boot To initiate an automatic routine that clears the memory, loads the operating system, and prepares the computer for use. Term is derived from “pull yourself up by your bootstraps.” PCs must do that because RAM doesn’t retain program instructions when power is turned off. A cold boot occurs when the PC is physically switched on. A warm boot loads a fresh OS without turning off the computer, lessening the strain on the electronic circuitry. To do a warm boot, press the CTRL-ALT-DELETE keys twice in rapid succession (the three-fingered salute).
boot sector First sector on a PC hard drive or floppy disk, track 0. The boot-up software in ROM tells the computer to load whatever program is found there. If a system disk is read, the program in the boot record directs the computer to the root directory to load the operating system.
BOOT.INI Text file used during the boot process that provides a list of all OSs currently installed and available for NTLDR. Also tells where each OS is located on the system. Used in Windows XP and earlier Microsoft operating systems.
bootable disk Disk that contains a functional operating system; can also be a floppy disk, USB thumb drive, or optical disc.
bootstrap loader Segment