answersLogoWhite

0


Best Answer

BAD16:

Binary = 10111010110100010110

Decimal = 765206

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: BAD 16 to Binary to Decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 16 in binary sequence?

16 (decimal) = 10000 (binary).


How is 16 in decimal represented in binary?

16 = 10000


What is the answer to convert decimal 57 to binary?

Oh honey, converting decimal 57 to binary is as easy as stealing candy from a baby. You just divide 57 by 2, write down the remainder, and keep dividing until you reach 0. So, the binary representation of 57 is 111001. Easy peasy lemon squeezy!


What is decimal 17 in binary notation?

no its not it 10001 (16+1)


What is the octal equivalent of decimal number 16?

The octal equivalent of decimal number 16 is 20. In octal, each digit represents three binary digits, so converting decimal 16 (which is 10000 in binary) into octal gives 20.


What is decimal binary ocfal and hexadecimal systems?

Decimal is base 10. Binary is base 2. Octal is base 8. Hexadecimal is base 16.


What is the decimal equivalent of the binary number 10101?

16 + 4 + 1 =21


What is the largest integer that can be stored in 16 bits?

65,535 in decimal = 1111111111111111 in binary.


What decimal number is 110 squared in binary?

If 110 is binary, and you want the answer in decimal form,110 in binary = 6 in decimal, so binary 1102 = decimal 62 = 36If 110 is decimal, and you want the answer in binary form,Decimal 1102 = 12100; decimal 12100 in binary is 10111101000100


What is the largest decimal equivalent of the binary integer that can obtained with 16 bits?

Your website is useless


What is the decimal equivalent of 11101 in binary?

16 + 8 + 4 + 1 ie 29


What is the significance of 26 complement in binary arithmetic?

26 decimal is 11010 binary. Its ones complement (in 5 bits) is 00101, which is 5 decimal. In 16 bits, its ones complement is 1111111111100101 which is -27 when interpreted as a signed decimal, and 65509 as an unsigned decimal.