answersLogoWhite

0


Best Answer

Like base ten, the base two places increase by exponent. The first place is two to the zero power, the second place is two to the first power, the third place is two to the second power and so on. The number you have printed has one 2, one 4, one 8, one 64, one 256 and one 2048

100101001110 base 2 = 2382 base 10

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

For a number of any base, the digit farthest to the right (if it is a whole number) is worth its value multiplied by the base to the zero power, the next digit to the left is worth the value times the base to the first power, the next digit is worth the value times the base to the second power, and so on. So for binary, which is base 2, the rightmost bit (short for binary digit), which is sometimes called the LSB for Least Significant Bit, is worth 1 x 2^0 if it's a 1 and 0 if it's a zero. Anything raised to the power of zero equals 1. The next bit is worth 2^1 (2) if it's a 1. The next bit is worth 2^2 (4) if it's a 1, and so on. So the number given is

0 x 2^0 +
1 x 2^1 +
1 x 2^2 +
1 x 2^3 +
0 x 2^4 +
0 x 2^5 +
1 x 2^6 +
0 x 2^7 +
1 x 2^8 +
0 x 2^9 +
0 x 2^10 +
1 x 2^11
= 2 + 4 + 8 + 64 + 256 + 2048 = 2382

It helps to have a list of all of the powers of 2 you think you'll need.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

100101001110 = 2 + 0 + 0 + 16 + 0 + 64 + 128 + 256 + 0 = 466

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you read binary numbers like 100101001110?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is a way to describe the world with numbers called?

If you are talking about the binary code then confusing unless you know how to read it properly.


Why prefer hex numbers using in microcontroller?

Internally, computers work in binary, but presenting those in hexadecimal makes for more compact numbers (one hex digit for every four binary digits), and is therefore easier to read.


How are binary numbers read?

Binary numbers follow a place-value rule just like ordinary decimal numbers. The difference is that instead of each digit indicating a power of 10 ("base 10"), binary numbers use powers of 2 ("base 2"). Also, because the digits used can't go any higher than one less than the base, 0 and 1 are the only digits in a binary number just like 0 ... 9 (=10-1) are the only digits in a base 10 number.To convert a binary number to an ordinary base-10 number, start reading from the right. Multiply each digit by the power of two corresponding to that position, starting with the zero power. For example, if you had the binary number 100011 you would convert it like this. Remember, conversion starts from the right side so the digits are read and multiplied in the order 1-1-0-0-0-11 x 20 + 1 x 21 + 0 x 22 + 0 x 23 + 0 x 24 + 1 x 25 which translates to1x1 + 1x2 + 0x4 + 0x8 + 0x16 + 1x32So, 100011 in binary is the same as 35 in ordinary decimal numbers.


Why should one study octal and Hexadecimal systems when the digital machine understands only binary system?

Octal and hexadecimal numbers are useful for humans as they compactly represent binary numbers:each octal digit represents exactly 3 binary digitseach hexadecimal number represents exactly 4 binary digitsFor example, instead of trying to read (and remember) the binary number 100111001001 it can be represented as hexadecimal 0x09c9 or octal 04711 which are easier to read (and remember) for humans.


What are the only two binary digits of a binary system which a computer can read?

0 and 1.

Related questions

Why is it important to properly subscript our numbers on the Binary numeral system?

To ensure they are read as binary numbers and not decimal numbers.


Pseudocode for subtraction of two binary numbers?

start read a read b c=a-b print c end


What is a way to describe the world with numbers called?

If you are talking about the binary code then confusing unless you know how to read it properly.


Why prefer hex numbers using in microcontroller?

Internally, computers work in binary, but presenting those in hexadecimal makes for more compact numbers (one hex digit for every four binary digits), and is therefore easier to read.


What are the two numbers that a computer can read?

A computer works in binary, meaning that a computer interprets everything as simply 'on' or 'off', and recognizes two numbers: zero and one.


What is a shorthand way that the computer displays long binary numbers making them easier for human beings to read and understand?

Hexidecimal


Can C plus plus read binary?

yes it can very much so read binary.


What does there are only 10 kinds of people in the world Those that know binary and those that don't mean?

It is a joke about binary numbers. Binary 10 (read as "one zero") is decimal 2. So the joke reads: "There are only 2 kinds of people in the world: Those that know binary and those that don't."


How are binary numbers read?

Binary numbers follow a place-value rule just like ordinary decimal numbers. The difference is that instead of each digit indicating a power of 10 ("base 10"), binary numbers use powers of 2 ("base 2"). Also, because the digits used can't go any higher than one less than the base, 0 and 1 are the only digits in a binary number just like 0 ... 9 (=10-1) are the only digits in a base 10 number.To convert a binary number to an ordinary base-10 number, start reading from the right. Multiply each digit by the power of two corresponding to that position, starting with the zero power. For example, if you had the binary number 100011 you would convert it like this. Remember, conversion starts from the right side so the digits are read and multiplied in the order 1-1-0-0-0-11 x 20 + 1 x 21 + 0 x 22 + 0 x 23 + 0 x 24 + 1 x 25 which translates to1x1 + 1x2 + 0x4 + 0x8 + 0x16 + 1x32So, 100011 in binary is the same as 35 in ordinary decimal numbers.


Why should one study octal and Hexadecimal systems when the digital machine understands only binary system?

Octal and hexadecimal numbers are useful for humans as they compactly represent binary numbers:each octal digit represents exactly 3 binary digitseach hexadecimal number represents exactly 4 binary digitsFor example, instead of trying to read (and remember) the binary number 100111001001 it can be represented as hexadecimal 0x09c9 or octal 04711 which are easier to read (and remember) for humans.


What are the only two binary digits of a binary system which a computer can read?

0 and 1.


What Palindrome numbers?

Palindrome numbers are numbers that read the same backwards and forwards, like 32923