Difference between revisions of "Bit"

From WLCS
(New page: A bit is a single instance of information, and the simplest possible denomination in a computer. A bit holds either a 1 or a 0 value, depending on whether the corresponding transistor is o...)
 
Line 1: Line 1:
 +
==Definition==
 
A bit is a single instance of information, and the simplest possible denomination in a computer. A bit holds either a 1 or a 0 value, depending on whether the corresponding transistor is on or off.
 
A bit is a single instance of information, and the simplest possible denomination in a computer. A bit holds either a 1 or a 0 value, depending on whether the corresponding transistor is on or off.
  
 
In laymans terms, a computer uses ones and zeroes to store information, and a bit is a single one or zero.
 
In laymans terms, a computer uses ones and zeroes to store information, and a bit is a single one or zero.
  
 +
==Examples==
 
Each one of the letters I am typing takes a certain amount of bits to display it to your monitor.
 
Each one of the letters I am typing takes a certain amount of bits to display it to your monitor.
  
 
Another example would be that the entire website here contains millions of bits, and together they make the page, telling the computer what to put where.
 
Another example would be that the entire website here contains millions of bits, and together they make the page, telling the computer what to put where.

Revision as of 13:45, 6 March 2009

Definition

A bit is a single instance of information, and the simplest possible denomination in a computer. A bit holds either a 1 or a 0 value, depending on whether the corresponding transistor is on or off.

In laymans terms, a computer uses ones and zeroes to store information, and a bit is a single one or zero.

Examples

Each one of the letters I am typing takes a certain amount of bits to display it to your monitor.

Another example would be that the entire website here contains millions of bits, and together they make the page, telling the computer what to put where.