Share on Facebook Share on Twitter Email
Answers.com

binary digit

 
Dictionary: binary digit
 

n.

Either of the digits 0 or 1, used in the binary number system.


Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
 

A specific layout of binary digits.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

 
Hacker Slang: bit
Top

[from the mainstream meaning and “Binary digIT”]

1. [techspeak] The unit of information; the amount of information obtained from knowing the answer to a yes-or-no question for which the two outcomes are equally probable.

2. [techspeak] A computational quantity that can take on one of two values, such as true and false or 0 and 1.

3. A mental flag: a reminder that something should be done eventually. “I have a bit set for you.” (I haven't seen you for a while, and I'm supposed to tell or ask you something.)

4. More generally, a (possibly incorrect) mental state of belief. “I have a bit set that says that you were the last guy to hack on EMACS.” (Meaning “I think you were the last guy to hack on EMACS, and what I am about to say is predicated on this, so please stop me if this isn't true.”) “I just need one bit from you” is a polite way of indicating that you intend only a short interruption for a question that can presumably be answered yes or no.

A bit is said to be set if its value is true or 1, and reset or clear if its value is false or 0. One speaks of setting and clearing bits. To toggle or invert a bit is to change it, either from 0 to 1 or from 1 to 0. See also flag, trit, mode bit.

The term bit first appeared in print in the computer-science sense in a 1948 paper by information theorist Claude Shannon, and was there credited to the early computer scientist John Tukey (who also seems to have coined the term software). Tukey records that bit evolved over a lunch table as a handier alternative to bigit or binit, at a conference in the winter of 1943-44.


 

Abbreviation of ‘binary digit’. The amount of information obtained by asking a yes-or-no question; a computational quantity that can take on one of two values, such as false and true or 0 and 1.

 

1. the detachable piercing piece of a drill.
2. the metal part of the bridle that goes into the horse's mouth and over the tongue; used to restrain and direct the horse by exerting pressure on the attached reins. There are many patented designs, each with its devotees. The simplest is a plain bar but the common ones are jointed in the middle. The variations include side bars and curb chains which allow greater pressure to be put on the animal's jaw

  • circular b. — encircles the lower jaw and is connected by a standing martingale to the girth. It prevents the horse throwing up its head and rearing. Used also in a head harness for leading an active stallion.
  • snaffle b. — any bit jointed in the middle.
 
Wikipedia: Bit
Top

In computing and telecommunications a bit is a basic unit of information storage and communication; it is the maximum amount of information that can be stored by a device or other physical system that can normally exist in only two distinct states. These states are often interpreted (especially in the storage of numerical data) as the binary digits 0 and 1. They may be interpreted also as logical values, either "true" or "false"; or two settings of a flag or switch, either "on" or "off".

In information theory, "one bit" is typically defined as the uncertainty of a binary random variable that is 0 or 1 with equal probability,[1] or the information that is gained when the value of such a variable becomes known.[2]

In quantum computing, a quantum bit or qubit is a quantum system that can exist in superposition of two bit values, "true" and "false".

The symbol for bit, as a unit of information, is "bit" or (lowercase) "b"; the latter being recommended by the IEEE 1541 Standard (2002).

Contents

History

The encoding of data by discrete bits was used in the punched cards invented by Basile Bouchon and Jean-Baptiste Falcon (1725), developed by Joseph Marie Jacquard (1804), and later adopted by Semen Korsakov, Charles Babbage, Hermann Hollerith, and early computer manufacturers like IBM. Another variant of that idea was the perforated paper tape. In all those systems, the medium (card or tape) conceptually carried an array of hole positions; each position could be either punched through or not, thus potentially carrying one bit of information. The encoding of text by bits was also used in Morse code (1844) and early digital communications machines such as teletypes and stock ticker machines (1870).

Ralph Hartley suggested the use of a logarithmic measure of information in 1928.[3] Claude E. Shannon first used the word bit in his seminal 1948 paper A Mathematical Theory of Communication. He attributed its origin to John W. Tukey, who had written a Bell Labs memo on 9 January 1947 in which he contracted "binary digit" to simply "bit". Interestingly, Vannevar Bush had written in 1936 of "bits of information" that could be stored on the punch cards used in the mechanical computers of that time. [4] The first programmable computer built by Konrad Zuse used binary notation for numbers, whose bits were realized as electrical relays which could be either "open" or "closed".

Representation

Transmission and processing

Bits can be implemented in many forms. In most modern computing devices, a bit is usually represented by an electrical voltage or current pulse, or by the electrical state of a flip-flop circuit. For devices using positive logic, a digit value of 1 (true value or high) is represented by a positive voltage relative to the electrical ground voltage (up to 5 volts in the case of TTL designs), while a digit value of 0 (false value or low) is represented by 0 volts.

Storage

In semiconductor memory, such as dynamic random-access memory or flash memory, the two values of a bit may be represented by two levels of electrical charge stored in a capacitor. In programmable logic arrays and certain types of read-only memory, a bit may be respresented by the presence or absence of a conducting path at a certain point of a circuit. In magnetic storage devices such as magnetic tape, magnetic disc, or magnetic bubble memory, it may be represented by the polarity of magnetization of a certain area of a ferromagnetic film. In optical discs, a bit is encoded as the presence or absence of a microscopic pit on a reflective surface.

Information capacity and information content

Information capacity of a storage system is only an upper bound to the actual quantity of information stored therein. If the two possible values of one bit of storage are not equally likely, that bit of storage will contain less than one bit of information. Indeed, if the value is completely predictable, then the reading of that value will provide no information at all (zero bits). If a computer file that uses n bits of storage contains only m < n bits of information, then that information can in principle be encoded in about m bits, at least on the average. This principle is the basis of data compression technology. Sometimes the name bit is used when discussing data storage while shannon is used for the statistical bit.[citation needed]

Multiple bits

There are several units of information which are defined as multiples of bits, such as byte (8 bits), kilobit (either 1000 or 210 = 1024 bits), megabyte (either 8,000,000 or 8×220 = 8,388,608 bits), etc.

Computers usually manipulate bits in groups of a fixed size, conventinally named "words". The number of bits in a word varies with the computer model; typically between 8 to 80 bits; or even more in some specialized machines.

The International Electrotechnical Commission's standard IEC 60027 specifies that the symbol for bit should be "bit", and this should used in all multiples, such as "kbit" (for kilobit).[5] However, the letter "b" (in lower case) is widely used too. The letter "B" (upper case) is both the standard and customary symbol for byte.

In telecommunications (including computer networks), data transfer rates are usually measured in bits per second (bit/s) or its multiples, such as kbit/s. (This unit is not to be confused with baud.)

Bit processing

When a bit within a group of bits such as a byte or word is to be referred to, it is usually specified by a number from 0 (not 1) upwards corresponding to its position within the byte or word. However, 0 can refer to either the most significant bit or to the least significant bit depending on the context, so the convention of use must be known.

Certain bitwise computer processor instructions (such as bit set) operate at the level of manipulating bits rather than manipulating data interpreted as an aggregate of bits.

Other information units

Other units of information, sometimes used in information theory, include the natural digit also called a nat or nit and defined as log2 e (≈ 1.443) bits, where e is the base of the natural logarithms; and the decit, ban or Hartley, defined as log210 (≈ 3.322) bits.[3]. Conversely, one bit of information corresponds to about ln 2 (≈ 0.693) nats, or log10 2 (≈ 0.301) Hartleys. Some authors also define a binit as an arbitrary information unit equivalent to some fixed but unspecified number of bits.)[6]

See also

References

  1. ^ John B. Anderson, Rolf Johnnesson (2006) Understanding Information Transmission.
  2. ^ Simon Haykin (2006), Digital Communications
  3. ^ a b Norman Abramson (1963), Information theory and coding. McGraw-Hill.
  4. ^ Darwin among the machines: the evolution of global intelligence, George Dyson, 1997. ISBN 0-201-40649-7
  5. ^ National Institute of Standards and Technology (2008), Guide for the Use of the International System of Units. Online version.
  6. ^ Amitabha Bhattacharya, Digital Communication

External links


 
 

 

Copyrights:

Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2007. Published by Houghton Mifflin Company. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Hacker Slang. The Jargon File. Copyright © 2007.  Read more
Philosophy Dictionary. The Oxford Dictionary of Philosophy. Copyright © 1994, 1996, 2005 by Oxford University Press. All rights reserved.  Read more
Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved.  Read more
Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Bit" Read more

 

Mentioned in