answersLogoWhite

0


Best Answer

410 = 1002

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the binary number for 4?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is decimal value of binary number 100?

Binary 100 is 4 in decimal.


Consider a set xabcd The number of binary operations that can be defined on 'x' is?

The number of binary operations that can be defined on a set with 4 elements is 4^(4*4) = 4^16 = 4.294.967.296


What is the octal equivalent for the binary number 100?

4


What is the largest 4 bit binary number?

15


What is the decimal number 23 as a binary number?

The number 23 is 10111 in binary. The digits in a binary number are exponents of 2 rather than 10, so that for a five digit number in binary, the digit places represent 16, 8, 4, 2, 1 instead of increasing values of 10. 10111 = 16+0+4+2+1 = 23


What is the binary number 1111 in decimal?

The binary number 1111 is 15. The digits in a binary number are exponents of 2 rather than 10, so that for a four digit number in binary, the digit places represent 8, 4, 2, 1 instead of increasing values of 10. 1111 = 8+4+2+1 = 15


What is binary number of 151?

151 = 128 + 16 + 4 + 2 + 1 so binary is 10010111


What is equivalent in binary number 100 in base 10?

4


What is the binary number for 84?

It is the binary number 1010100. A binary number represents exponential values of 2, in this case 7 digits for 64, 32, 16, 8, 4, 2, and 1 84 = 64 + (0x32) + 16 + (0x8) +4 + (0x2) + (0x1) = 1010100


What is the decimal conversion of the binary number 111?

To convert the binary number 111 to decimal, you can use the positional notation method. The binary number 111 represents the sum of 2^2 + 2^1 + 2^0, which equals 4 + 2 + 1. Therefore, the decimal conversion of the binary number 111 is 7.


What happens to a binary number n if you compute n mod 4?

The remainder of the division, by 4, is a number between 0 and 3. In the case of binary, this would maintain the last two bits of the original number.


What is the binary number 1000 in base 10?

The binary number 1000 is the decimal (base 10) number 8. The digits in a binary number are exponents of 2 rather than 10, so that for a four-digit number in binary, the digit places represent 8, 4, 2, 1 1000 (binary) = 8 + (0x4) + (0x2) + (0x1) = 8