answersLogoWhite

0


Best Answer

00010001

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the eight bit binary representation of the decimal number 17?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the decimal for eight's?

A decimal number is simply a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. A decimal representation does not require a decimal point. So the required decimal representation is 8s, as in the question.


How many megabytes are in 100 megabytes?

100, 104.858, or 95.367, depending on if you mean decimal to decimal, binary to binary, decimal to binary, or binary to decimal. Simply, decimal megabytes, used by the storage industry, is 1,000KB, where each KB is 1,000 bytes. Binary megabytes, used by programmers (such as Microsoft, Linux, etc) are 1,024 KB, where each KB is 1,024 bytes (2^10, or 0x0200). Converting from decimal to binary will yield a smaller number of megabytes, while converting from binary to decimal will result in more megabytes.


Binary number in math means of eight?

A binary number is a number expressed in base-2 numeral system, which uses only two digits: 0 and 1. When you say "of eight," it is unclear what you are referring to. If you are asking about the digit 8 in binary, it is represented as 1000.


What is the binary number for the decimal number 143?

The number 143 in binary is the eight-digit number 10001111. The digits in a binary number are exponents of 2 rather than 10, so that for an eight-digit number in binary, the digit places represent 128, 64, 32, 16, 8, 4, 2, 1 instead of increasing values of 10. 10001111 = 128 + (0x64) + (0x32) + (0x16) + 8 + 4 + 2 + 1 = 143


How would you write eight seconds as a decimal?

It is 8 seconds. A decimal representation does not imply a change in the measurement units.


What is the binary number 11011010?

The binary number 11011010 is the decimal number 218. The digits in a binary number are exponents of 2 rather than 10, so that for an eight-digit number in binary, the digit places represent 128, 64, 32, 16, 8, 4, 2, 1 instead of increasing values of 10. 11011010 = 128 + 64 + (0x32) +16 + 8 + (0x4) + 2 + (0x1) = 218


What is the name of The number of different digits which can occur in each position in the number system?

For the decimal number system . . . 'Ten'. For the binary number system . . . 'Two' For the octal number system . . . 'Eight' For the hexidecimal number system . . . 'Sixteen' . . etc.


A combination of eight 0s and 1's binary digit is reffered to?

A binary number containing eight bits is referred to as one "Byte". A binary number containing four bits is referred to as one "Nibble".


What is the binary number for 10?

1010 (eight plus two)


How would the number eight be written as in the binary system?

1000.


What is the decimal for eight ounces?

A decimal number is simply a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. If it does not contain a fractional part then the decimal representation does not require a decimal point. So the decimal for 8 oz is 8 oz – as in the question. If you want it as a decimal fraction of some other quantity then you need to specify that second quantity.


How many digits do the octal number system utilize?

There is no largest number, either decimal or binary.