Binarycse

Computing For Everyone

Sun05202012

Last update09:47:49 AM

Hot Articles

What is a Web Search Engine?

A program that searches documents for specified keywords and returns a list of the documents where...

Computers

Throughout the late 1970s and into the 1980s, computers were developed for household use, o...

NVRAM

NVRAM is a type of Random Access Memory (RAM) that retains its information when power is turned off....

What is SAS Hard Disk?

Serial Attached SCSI (SAS) is a computer bus used to move data to and from computer storage device...

Keyboard

Keyboard is an input device, partially modeled after the typewriter keyboard, which uses an arrangem...

  • What is a Web Search Engine?

    Saturday, 20 March 2010 23:42
  • Computers

    Friday, 19 December 2008 10:57
  • NVRAM

    Monday, 01 March 2010 12:38
  • What is SAS Hard Disk?

    Monday, 02 August 2010 19:48
  • Keyboard

    Sunday, 04 April 2010 17:00

Latest Updates

Computers

Keyboard

Keyboard

K eyboard is an input device, partially modeled after the typewriter keyboard, whi...

Information Security

Phishing

Phishing

Phishing is the crimi n ally fraudulent process of attempting to acquire sensitive in...

What is Bit ?

A bit is the basic unit of information  in computing  and telecommunications; it is the amount of information that can be stored by a device or other physical system that can normally exist in only two distinct states. These may be the two stable positions of an electrical switch, two distinct voltage or current levels allowed by a circuit, two distinct levels of light intensity, two directions of magnetization  or polarization, etc.In computing, a bit can also be defined as a variable or computed quantity that can have only two possible values. These two values are often interpreted as binary digits and are usually denoted by the Arabic numerical digits 0 and 1. Indeed, the term "bit" is a contraction of binary digit. The two values can also be interpreted as logical values (true/false, yes/no). algebraic signs (+/−), activation states (on/off), or any other two-valued attribute.In several popular programming languages, numeric 0 is equivalent (or convertible) to logical false, and 1 to true. The correspondence between these values and the physical states of the underlying storage or device is a matter of convention, and different assignments may be used even within the same device or program.

 


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).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.Although computers usually provide instructions that can test and manipulate bits, they generally are designed to store data and execute instructions in bit multiples called bytes. In most computer systems, there are eight bits in a byte. The value of a bit is usually stored as either above or below a designated level of electrical charge in a single capacitor a memory device.

Half a byte (four bits) is called a nibble. In some systems, the term octet is used for an eight-bit unit instead of byte. In many systems, four eight-bit bytes or octets form a 32-bit word. In such systems, instruction lengths are sometimes expressed as full-word (32 bits in length) or half-word (16 bits in length).
In telecommunication, the bit rate is the number of bits that are transmitted in a given time period, usually a second. Computers use binary numbers, and therefore use binary digits  in place of decimal digits. The word bit is a shortening of the words "Binary digIT." Whereas decimal digits have 10 possible values ranging from 0 to 9, bits
have only two possible values: 0 and 1. Therefore, a binary number is composed of only 0s and 1s.

 

Gadgets Bulletin