Difference between revisions of "Binary number"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
Line 22: Line 22:
  
 
* [https://en.wikipedia.org/wiki/Binary_number Binary number] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Binary_number Binary number] @ Wikipedia
 +
 +
[[Category:Computer programming]]
 +
[[Category:Computer science]]
 +
[[Category:Computing]]
 +
[[Category:Mathematics]]
 +
[[Category:Numbers]]

Latest revision as of 09:24, 21 April 2016

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system, or base-2 numeral system, which represents numeric values using two different symbols: typically 0 (zero) and 1 (one).

Description

The base-2 system is a positional notation with a radix of 2.

Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices.

Each digit is referred to as a bit.

See also

External links