|
|
|
Internet Categories
|
| Definition Of: |
Binary
Binary is a two-digit (Base-2) numerical system, which computers use to store data and compute functions. The reason computers use the binary system is because digital switches inside the computer can only be set to either on or off, which can be easily represented by a 1 or 0. Though the binary system consists of only 0's and 1's, the two digits can be used to represent any number. For example, 0 in binary represents 0, 1 represents 1 (2^0), 10 represents 2 (2^1), 11 represents 3 (2^1 + 2^0), 100 represents 4 (2^2), 101 represents 5 (2^2 + 2^0), 110 represents 6 (2^2 + 2^1), 111 represents 7 (2^2 + 2^1 + 2^0), 1000 represents 8 (2^3), etc.
|
| |
Dictionary of Computer & Internet Terms INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
Page Number:
1 A: Page 1 of 1.
|
|
|
| Copyright © 2008 Internet-Dictionary.org. All rights reserved. |
|
|
|