Jump to content

DDK Glossary - B

From EDM2
Revision as of 18:22, 26 April 2025 by Martini (talk | contribs)
background color
The color assigned to a background image.
background mix
An attribute that determines how the background of a graphic primitive is combined with the existing color of the graphics presentation space.
base device driver
An OS/2 device driver that performs I/O during the OS/2 kernel boot sequence to provide IPL support. Base device drivers are loaded by way of the CONFIG.SYS BASEDEV keyword, rather than the DEVICE keyword. See BASEDEV keyword, adapter device driver, and device manager.
BASEDEV keyword
New CONFIG.SYS keyword; loads a base device driver into the operating system.
Basic Input/Output System (BIOS)
Code that controls basic hardware operations, such as interactions with diskette drives, hard disk drives, and the keyboard.
Bezier curve
A mathematical technique of specifying a smooth, continuous line or surface, requiring a starting point and an ending point, with several intermediate points that influence or control the path of the linking curve.
Bidi
Bidirectional; term used to describe support for national languages such as Arabic and Hebrew, which use bidirectional character sets.
BIOS
Basic Input/Output System.
bit
A binary digit, which may be either zero or one. Bits are represented within a computing device by the presence or absence of an electrical or magnetic pulse at a particular point, indicating a one or a zero respectively.
bit-block transfer (bitblt)
Transfer of a rectangular array of bit-map data.
bitblt
Bit-block transfer.
bit map
A representation of an image by an array of bits.
block
  1. In programming languages, a compound statement that coincides with the scope of at least one of the declarations contained within it. A block may also specify storage allocation or segment programs for other purposes. (I)
  2. A string of data elements recorded or transmitted as a unit. The elements may be characters, words or physical records. (T)
  3. A collection of contiguous records recorded as a unit. Blocks are separated by interblock gaps and each block may contain one or more records. (A)
Bit block transfer (bitblt)
The process of transferring one or more blocks of data.
Boot Manager
Feature of OS/2 Version 2.0 which allows multiple partitions to exist on fixed disks in the same machine, with a separate operating system on each partition. At boot time, the user may select the desired operating system with which to start the machine.
boot name
A name used to refer to a selectable logical drive under Boot Manager, from which an operating system may be started.
border
A visual indicator of a window's boundaries.
BPB
BIOS Parameter Block.
breakpoint
  1. A point in a computer program where execution may be halted. A breakpoint is usually at the beginning of an instruction where halts, caused by external intervention, are convenient for resuming execution. (T)
  2. An instruction in a program for halting execution. Breakpoints are usually established at positions in a program where halts, caused by external intervention, are convenient for restarting. (T)
  3. A place in a program, specified by a command or a condition, where the system halts execution and gives control to the workstation user or to a specified program.
Bus Master adapter
An adapter capable of performing Reads and Writes to physical storage by communicating directly with the storage subsystem (memory) rather than depending on a host DMA channel or host CPU. Synonymous with first-party DMA adapter.