answersLogoWhite

0


Best Answer

It is 31.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What's the largest decimal number that be represented with 5 binary digits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What's the highest decimal number that be represented with 5 binary digits?

The largest decimal number is binary 11111, which is decimal 31.


How do you convert decimal 022 to binary?

You can look it up (00010110) or convert each numeral to binary individually. 11111111 is 255 decimal and is the largest number expressible with 8 binary digits.


What is the largest binary number that can be obtained with 16 digits what is it's decimal equivalent?

It is 216 - 1 = 65535.


How many binary digits would be required to represent the decimal number 1000 in the binary number system?

10 digits.


What is the largest decimal value that can be represented in BCD using two bytes?

If using the compressed format, where a byte holds two decimal digits (because only 4 bits are needed to make nine), so two bytes would be four decimal digits, the largest which is 9999.


How many digits are there in the binary equivalent of 56?

56 in binary is 111000. Unlike the decimal number system where we use the digits.


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

It takes 7 digits.


How many different values can be represented in 6 binary digits?

64 or 123


How do you represent a negative number in Binary Coded Decimal?

All I know is that when a number is negative, you convert the decimal into binary and if it is negative you put 1111 before the binary digits.


What is a grouping of 8 binary digits expressed as a decimal number?

Octet


How many different values can be represented by 2 binary digits?

4 these are 00,01,10 and 11...


What is the difference of binary and decimal numbers?

-- The decimal system (base-10) uses 10 digits to write all numbers. -- The binary system (base-2) uses 2 digits to write all numbers.