answersLogoWhite

0


Best Answer

Ten.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the decimal number that is the same as binary 1010?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Convert 10.25 decimal into binary?

It's 1010 You round the 10.25 down to 10, so it's the same as it would be for 10.


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


Why are these octal codes used instead of decimal system?

Octal codes are often used to write the numerical value of a binary number because it is easier to convert from binary to octal, instead of binary to decimal. You can convert to octal on sight, and it simply requires grouping the binary bits into groups of three, whereas converting to decimal requires repeated division by 10102 or 1010. Actually, grouping into three bits is the same as dividing by 1002 or 810 so the process is really the same. Divide by 8 to get octal. Divide by 10 to get decimal.


What is the binary number that has the same value as decimal 31?

3110 = 111112


Is Binary Coded Decimal the same as binary or not?

not the same


What is the same thing as 10101010?

The binary number 10101010 is equivalent, in decimal representation, to 128 + 32 + 8 + 2 = 170. But this answer assumes that the given number is binary - an assumption for which there is no real justification. Besides, the relationship is an equivalence, which is not quite "the same thing".


How can I know if a binary number is divisible by another binary number?

The same as in decimal. You divide one number by the other, and if you get a whole number as a result (or if you get no remainder, depending on how you do the division), it is divisible. Note that you might also convert both numbers to decimal, and do the division in decimal.


Why is it easier to convert numbers from binary to hexadecimal than decimal to hexadecimal?

A binary number system has two states '0' '1' for a long word in bits it can be as follows 101010101010101010101011 intimidating RIGHT? it can be represented in groups of 3 bits in octal 10/010/101/010/101/010/101/011= 22525253 digital or in group of 4 bits as 10/1010/1010/1010/1010/1010 = 2AAAAA 111 =7 octal 1111=f F in hexadecimal numbers 1000 =8 1010 =10 or A


The Hex number FF may be represented by?

FF in Hex is the same as 255 in Decimal, 377 in Octal and 11111111 in Binary FF in Hex is the same as 255 in Decimal, 377 in Octal and 11111111 in Binary


What is the binary number for the decimal number 1?

It is the same number: 1. Binary numbers are base-2, with each digit place corresponding to an exponent of 2 rather than 10 in the decimal number system. So that the number 11, which in decimal means 10 + 1, would represent 2 + 1 (3) in the binary system, which can only have the value 0 or 1 in each digit place.


What does hexadecimal base 16 convert binary equal?

16 is the 4th power of 2. So a hexadecimal number is converted to binary by replacing each hex digit by the 4-bit binary number having the same value. Conversely, in converting binary to hexadecimal, we group every 4 bits starting at the decimal (binary?) point and replace it with the equivalent hex digit. For example, the hexadecimal number 3F9 in binary is 1111111001, because 3 in binary is 11, F (decimal 15) is 1111, and 9 is 1001.


In binary form divide 11001by101?

The same as 25/5 in decimal.