Bit-length

From Wikipedia, the free encyclopedia

Bit-length or bit width is the number of binary digits, called bits, necessary to represent an integer[1] as a binary number. Formally, the bit-length of a natural number is a function, bitLength(n), of the binary logarithm of n:

Thus the bit-length of the number 0 is 1, and the bit-length of 100 is 7.

At their most fundamental level, digital computers and telecommunications devices (as opposed to analog devices) process data that is encoded in binary format. The binary format expresses data as an arbitrary length series of values with one of two choices: Yes/No, 1/0, True/False, etc., all of which can be expressed electronically as On/Off. For information technology applications, the amount of information being processed is an important design consideration. The term bit-length is technical shorthand for this measure.

For example, computer processors are often designed to process data grouped into words of a given length of bits (8 bit, 16 bit, 32 bit, 64 bit, etc.). The bit-length of each word defines, for one thing, how many memory locations can be independently addressed by the processor. In public-key cryptography, keys are defined by their length expressed in binary digits - their bit length.

References[]

  1. ^ "Wolfram Mathematica 8 Documentation". Retrieved 10 Jan 2012.
Retrieved from ""