answersLogoWhite

0


Best Answer

If you mean 10 + 6 that's 16 which is 10000 in binary

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many bits of binary code do you need to represent the answer to the sum 10 6?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How many binary bits are needed to represent decimal number 21?

5


How many digits does 5 bit have?

5 bits are 5 binary digits. If they represent a decimal number, then that number can be anything from zero to 31, and can have either 1 or 2 digits.


Bits in a integer?

The number of bits required to represent an integer number depends on the size of the integer, there is no absolute answer. Generally speaking, a binary number made up of some number of bits can be considered to directly represent an integer number according to the rules of binary arithmetic. If you specify the question a little differently you can come up with a question that does have an absolute answer. For example, if you ask what range of integers can be represented by a binary number with N bits, the answer is exactly 0 to 2^N (ignoring alternate ways to characterize binary numbers such as signed two's complement). More specifically, an 8 bit binary number can represent the integers from 0 to 255. There is also another way to restate your original question. That would be to assume that you are asking how many bits (at a minimum) does it take to represent a particular integer. In that case, again assuming unsigned binary arithmetic, the answer would be found by determining the next higher power of two than the number in question and finding log base 2 of that number. For example, the minimum number of bits required to represent the integer 60 would be 6, where the next higher power of two than 60 is 64, and the log base 2 (simply the power to which 2 must be raised to arrive at the number) is 6. In theory, an infinite number of bits could represent an infinity of integers, but that is probably not really what you are asking.


How many bits represent the days of the week?

In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.


How many seconds can be represented in a binary number 32 bits long?

My initial guess is as follows: binary code will render 2 possible digits, either 0 or 1. If there are 32 digits with two possible outcomes per digit then you will find the answer by calculating 2 to the 32nd power. The answer I got was 4294967296 seconds. Edit: The maximum number which can be represented by a binary string is always 2^n where n is the number of bits in the string.

Related questions

How many binary bits are necessary to represent 748 different numbers?

Binary bits are necessary to represent 748 different numbers in the sense that binary bits are represented in digital wave form. Binary bits also have an exponent of one.


How many bits to represent twenty-six?

23 can be represented in binary as 10111 and would therefore require 5 bits to represent.


How many bits are required in decimal numbers in range 0 to 999 using Straight binary code and BCD code?

10 bits would be required. 10 bits long (10 digits long) can represent up to 1024.


How many binary bits are needed to represent decimal number 21?

5


How many bits would be needed to represent a 45 character set?

45 in binary is 101101, so you need at least 6 bits to represent 45 characters.


How many binary bits are required to represent the decimal number 643?

Count them: 643(10)=1010000011(2)


How many bits are needed to represent 18 symbols?

18 in binary is 10010 Since 18 can't be written in term of 2 to the power x, the number of bits needed is 5. The answer is 5


How many binary bits are used?

32


How many bits does it take to represent the number 457?

When you convert this decimal number to the binary format, we have 111001001 that has 9 digits so 9bits is required to represent it in normal case. To convert decimals to binary visit http://acc6.its.brooklyn.cuny.edu/~gurwitz/core5/nav2tool.html


In ASCII code the word 'cat' would equal how many bytes?

011000110110000101110100 is cat in Binary. That is 23 Bits, or just under 3 Bytes.


How many digits does 5 bit have?

5 bits are 5 binary digits. If they represent a decimal number, then that number can be anything from zero to 31, and can have either 1 or 2 digits.


One hexadecimal digit can be converted to how many binary bits?

8