The binary numeral system, or base-2 number system represents numeric values using two symbols, 0 and 1. More specifically, the usual base-2 system has a radix of 2. The binary system is used internally by all modern computers. The chart at the right shows how a computer stores some numbers using only two symbols, 0 and 1.Counting in binary is similar to counting in any other number system. Beginning with a single digit, counting proceeds through each symbol, in increasing order. Decimal counting uses the symbols 0 through 9, while binary only uses the symbols 0 and 1.
So, to write 2010 in the Binary Numeral System, it is
10, 00, 01, 00
as 2 is = 10 in the Binary Numeral System,
1 is = 01
and 0 is = 00
10=2 , 00=0, 01= 1 , 00=0
Decimal | Binary |
---|---|
0 | 0 |
1 | 1 |
2 | 10 |
3 | 11 |
4 | 100 |
5 | 101 |
6 | 110 |
7 | 111 |
8 | 1000 |
9 | 1001 |
10 | 1010 |
11 | 1011 |
12 | 1100 |
13 | 1101 |
14 | 1110 |
15 | 1111 |
16 | 10000 |
Sources:
ReplyDelete-Wikipedia.com