Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Binary Numbering: 1s, 2s, 4s, 8s (and so on) Digits

Nov 26,2008 by alperen

image

Binary Numbering: 1s, 2s, 4s, 8s (and so on) Digits

Value Associated with That Digit or Column

128

64

32

16

8

4

2

1

The number itself

1

1

1

0

1

0

0

1


With decimal, the digits in a multidigit decimal number represent various powers of 10. The same kind of thing happens in binary, with the rightmost binary digit meaning the number of 1s (20), the second from the right representing the number of 2s (21), the third from the right representing the number of 4s (22), and so on.

Table B-2 shows the value associated with each digit (or column), with each being a consecutive power of 2, increasing from left to right. So, what does this really mean? Well, just like the decimal number 235 means (2*100) + (3*10) + (5*1) = 235, the binary number 11101011 means the following:

(1*128) + (1*64) + (1*32) + (0*16) + (1*8) + (0*4) + (1*2) + (1*1) = 235 decimal

If you add up the numbers, you actually get the number 235 in decimal. The numbers 235 (decimal) and 11101011 (binary) both represent the same number; they're just written in different formats.


157 times read

Related news

» Binary Numbering System
by alperen posted on Nov 26,2008
» Using a Conversion Chart
by alperen posted on Nov 26,2008
» Converting Decimal IP Addresses to Binary IP Addresses
by alperen posted on Nov 26,2008
» Converting from Decimal to Binary
by alperen posted on Nov 26,2008
» Decimal Numbering: 1s, 10s, and 100s Digits
by alperen posted on Nov 26,2008
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author