answersLogoWhite

0


Best Answer

To convert this to decimal, from right to left add the following:

1 x 1

1 x 2

0 x 4

1 x 8

... since each place has twice the value of the place to the right of it.

See the related link, Binary Numbers, below this answer.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does 1011 mean in binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sum of the binary numbers of 1001 plus 10 in both binary and decimal?

easy, 1011. in binary of course. convert 1011 binary to decimal you get 11.


What is binary for 11?

1011


What is the binary code for eleven?

The binary code for eleven is 1011. 1011 = 23 + 21 + 20 = 8 + 2 + 1


What is 10111010 in hexidecimal?

I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).


What is binary for11?

11 = 1011


How would the binary number 1011 be depicted in decimal notation?

1011 = 11


What is the decimal number 11 in binary?

Decimal 11 = binary 1011


How is 11 written in binary number?

The number 11 in binary is 1011


How do you divide the binary number 101101011 by the binary number 1011?

110


Binary equivalent of B3?

1011 0011


When you add 1011 1101 in the binary system you obtain?

When you add 1011 and 1101 in the binary system, you get 11000. To calculate this, start by adding the rightmost digits, which are 1+1=10 in binary (0 carry 1). Then, move to the left, adding the next digits along with any carries until you reach the leftmost digit. The result is 11000 in binary.


What is binary equivalent of B3?

The binary equivalent of Hexidecimal B3 = 1011 0011