Encarta Search
Search Encarta about Binary

Windows Live® Search Results

  • binary from FOLDOC

    binary. 1. < mathematics > Base two. A number representation consisting of zeros and ones used by practically all computers because of its ease of implementation using digital ...

  • binary tree from FOLDOC

    binary tree (btree) A tree in which each node has at most two successors or child nodes. In Haskell this could be represented as data BTree a = NilTree | Node a (BTree a ...

  • Binary Star

    Binary Star is a trading name used occasionally by me, Merlyn Kline. I am a consultant software engineer. I have a special interest in the Internet but my skills are broad based ...

See all search results in
Windows Live® Search Results

Binary

Encyclopedia Article

Binary, term used to describe a place-value number system, or a number belonging to it, that uses 2 rather than the more common decimal system that uses 10 as its base. Each digit in a binary number represents a power of 2 and so can only hold a 0 or a 1. The number 2 functions in binary the way 10 functions in decimal numbers: each power of 2 reached—2 (21), 4 (22), 8 (23), …—requires an additional digit in binary just as each power of 10 reached—10 (101), 100 (102), 1000 (103), …—requires an additional digit in the decimal system. The binary numbers 1 to 8 are therefore written:

Decimal          Binary

(Base 10)       (Base 2)

1                    1

2                    10

3                    11

4                    100

5                    101

6                    110

7                    111

8                    1000

Most digital information, such as that stored on a computer’s hard drive, is in binary form.

Find in this article
View printer-friendly page
E-mail




© 2008 Microsoft