answersLogoWhite

0


Best Answer

5

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The binary number 101 would have a decimal equivalent of?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math
Related questions

What is the decimal number of 256 would have a binary equivalent of?

The number 256 in binary would be 100000000


What is the decimal equivalent of 1110 in binary?

The decimal equivalent would be 14


How to Convert 11.1 binary to decimal?

The binary number 11.1 in decimal would be 3.5


What is the binary equivalent hexa number of AB5D base 16?

The binary equivalent would be... 1010101101011101 - There is a multi-functional calculator built-in to Windows which can covert numbers between Hex, Decimal, Octal and Binary.


What is the ascii code in binary and decimal for a period?

In hexadecimal, that would be 0x2E, which is equivalent to 46 in decimal, which in binary is 101110.


How can you change the number 47 in Binary Code Decimal?

The number 47 in binary would be 101111


What would the decimal number 20 be in binary?

It would be 10100.


In binary number counting what does ten stand for?

The binary number 10 represents 2. The decimal number 10 in binary would be 1010.


What is decimal equivalent of the binary 01010101?

That initial zero at the far left is unnecessary and it doesn't meant anything, but without it your binary would be 1010101 and your decimal would be 85.


Which binary number corrresponds to 00000111 decimal?

IF you are asking what that binary number is in decimal form... it would be 7. The question though seems to be asking waht that decimal number is in binary. You want to know what 111 is in binary? 1101111. Try using google. "111 in binary" as a search phrase gives you the answer.


The binary number 11 would have a decimal equivalent of 11?

this isn't the fact that the binary number 11 will have decimal equivalent 11... instead it have decimal number 1011 for decimal equivalant 11.here is the alogorithms for converting the decimal number to binary equivalent...!!!#include#includevoid main(){ int i,n,j,b[100];clrscr();printf("Enter a Number:");scanf("%d",&n);i=0;while(n>0){b[i]=n%2;n=n/2;i++;}printf("\n\nBinary Equivalent:");j=i-1;for(i=j;j>=0;j--)printf("%d",b[j]);getch();}using this algorithms... the binary equivalent of any number is taken out...!!! enjoy... have any query... email at :- "devilllcreature@yahoo.com" thank you....!!!


What biinary number represented by the decimal number 11?

11 (decimal) would be written in binary as 1011