answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many bits does it take to represent the number 457?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many bits does it take to represent 40 billion?

I get 36 .


How many bits does it take to represent the seconds in a 24 hour day?

minimum 17


How many bits will it take to store a 7-digit telephone number in BCD?

28-bits


How many bits it will take to represent the upper case and lower case alphabet?

Each letter of the alphabet, whether upper case or lower case, can be represented with 7 bits.


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 does it take to address 19 people?

It takes 10 bits.


How many digits does it take to represent the decimal number 81 in binary?

It takes 7 digits.


Convert Bits per second to bytes per second?

-- take the number of bits per second-- divide it by 8-- the result is the number of Bytes per second


How many bits are required to address a 4 megabyte?

The minimum number of address lines required to address 4k of memory is 12.To reach this number, remember that each line has two possibilities and keep doubling as you count off. So one line can be used for two possibilities. Two lines represent four possibilities. Three represent eight. When you get to ten, you have 1024 possibilities. So double to 2048 at 11 and again to 4096 at 12. Or for the shortcut, if you take two to the 12th power, you get 4096.


How many bits does it take to describe one qubit?

Qubits and bits can not be described in terms of one another.


How many bits are required to store AR in computer memory?

In ASCII code, each letter, number or punctuation mark takes one byte, or 8 bits. That gives you 256 discrete combinations. Two letters take 2 bytes, or 16 bits.


What is bigger 1's complement or 2's complement?

The same number of bits are used to represent 1's complement and 2's complement. To take 2's complement, first take the 1's complement, then add 1 to the result.