answersLogoWhite

0


Best Answer

In binary this would be written as 1011. This is because in binary (from right to left) the digits in this number mean:

(1 * 20) + (1 * 21) + (0 * 22) + (1 * 23).

This, of course, is equal to (1 * 1) + (1 * 2) + (0 * 4) + (1 * 8), which equals 1 + 2 + 0 + 8, which equals 11 (in decimal).

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What binary number is represented by the decimal number 11?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What biinary number represented by the decimal number 11?

11 (decimal) would be written in binary as 1011


What is the decimal number 11 in binary?

Decimal 11 = binary 1011


The binay number 11 have a decimal equivalent of?

11 in binary notation is equivalent to the decimal number 3


Which decimal number is equal to the binary number 1011?

11


Which is the binary number of 11 decimal number?

1110 = 10112


What is the binary number 11 in the decimal number system?

11b = 3d


Convert binary number 11 to a decimal?

The binary number 11 represents (1 x 2) + ( 1 x 1) which equals 3.


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

1011 = 11


What is the decimal binary code for 30?

Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.


What is the value of binary number 1011 1011?

Converted to decimal, the binary number 10111011 would be expressed as 187. If the space in the question indicates a separation between two numbers, then "1011 1011" would be expressed in decimal notation as "11 11".


What is the MSB of a positive binary number?

The most significant byte (MSB) of a positive binary number is the decimal value of the left-most bit.For example, the binary number 10111001011 is 11 bits, meaning it's 11 digits long. Thus, the decimal value of the left-most bit, the MSB, is 1 X 210 = 1024. The reason why it's not 1 X 211 is that the decimal value of the right-most bit is represented by raising 2 to the 0th power, not the first power. In this case, the right-most bit has a decimal value of 1 X 20 = 1.


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.