A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

big endian

[hardware] A computer hardware architecture in which, within a multibyte numeric representation, the most significant byte has the lowest address and the remaining bytes are encoded in decreasing order of … Read more

billboarding

[graphics map display] A method for displaying graphics associated with features in a three-dimensional map display by posting them vertically as two-dimensional symbols and orienting them to always face the … Read more

binary

[computing] In computing, having only two states, such as yes or no, on or off, true or false, or 0 or 1.

binary file

[computing] A file that contains data encoded as a sequence of bits (ones and zeros) instead of plain text. A binary file, such as a DLL or an executable file, … Read more

binding

[programming] In computer programming, the process by which a program discovers an object’s methods and properties.

binomial distribution

[statistics] A distribution describing the probability of obtaining exactly K successes in N independent trials, where each trial results in either a success or a failure.

biogeography

The study of the geographical distribution of living things.

biomass

The total amount of organic matter in a defined area; usually refers to vegetation.

bit

[computing] The smallest unit of information within a computer. A bit can have one of two values, 1 and 0, that can represent on and off, yes and no, or … Read more

bit depth

[data structures] The range of values that a particular raster format can store, based on the formula 2n. An 8-bit depth dataset can store 256 unique values.

bitmap

An image format in which one or more bits represent each pixel on the screen. The number of bits per pixel determines the shades of gray or number of colors … Read more