answersLogoWhite

0


Best Answer

300 = 256 + 32 + 8 + 4 = Binary 0000 0001 0010 1100

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Convert decimal 300 to binary notation for 16-bit integer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does binary number 1111000 convert to in decimal numbers?

111100002 equals 24010 using unsigned notation. It equals -1610 using signed notation.


What is 11001100 in binary?

11001100 in binary is 204 in decimal notation.


Convert binary number 110111 to decimal?

Binary 110111 is equivalent to decimal 55.


Convert hexadecimal 4F7B in to binary and decimal?

4F7B: Binary = 100111101111011 Decimal = 20347


How to Convert 11.1 binary to decimal?

The binary number 11.1 in decimal would be 3.5


Convert 186 decimal numbers to its binary equivalent?

Convert 189 to binary number


How do you convert 000010 in binary?

000010 in binary is 2 in decimal.


How does 11.25 convert binary into decimal?

11.25 is not a valid binary.


Convert binary 10011 to decimal?


What is the binary notation of the decimal number 12?

1100


What is 011010 in binary code?

Written in binary notation, it's 011010.Written in decimal notation, it's 26.


How do you convert -10.5 into binary?

This has a very simples solution. You have to treat the integer part separately from the decimal part. Therefore, you simply convert the integer part (10) to binary, which becomes 1010. Let's work with the decimal part of the number (0.5): We get the decimal part and multiply it by our number system base, which is 2, the amount of times correspondent to our desire of decimal places for the number. 0.5 x 2 = 1.0 Since we only want one decimal place, we stop right now. We obtained the number 1.0, which is the same as 1, the number for the decimal binary. 10.5 = 1010.1 in binary. In byte representation: 1010.1000