answersLogoWhite

0


Best Answer

It is 1111.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

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

What is the decimal conversion of the binary number 1111?

The binary number 1111 = 15


What is the binary conversion of the decimal number 15?

15 = 1111


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


Convert binary number 1111 to decimal?

1111 = 15


Binary equivalent of the decimal number 15?

1 1 1 1


What is the hexadecimal equivalent of the binary number 1111 1111?

111111 in binary is 255 in decimal which is FF in hexadecimal (i.e. 15 units and 15 16s)


What is the binary represented by of 1111?

1111 in binary is 15 in decimal. 1111 in decimal is 10001010111‬ in binary.


How do you convert the binary number 00001111 to a decimal number?

This is the decimal value 15. A binary number uses exponents of 2 rather than 10, and the 8 digits shown represent 128, 64, 32, 16, 8, 4, 2, and 1 00001111 (or just 1111) = 0+0+0+0+8+4+2+1 = 15 Add the values of each exponential where there is a 1 value.


What does 1111 in Binary code mean?

1111 in binary is 15 in decimal.


What is the decimal equivalent of 00001111 in binary?

15


Convert 15 from a decimal to binary?

1111 or 00001111


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

24, or 16 (0 through 15) One binary digit (bit) can have 21 values (0 or 1). Two bits can have 22 values. Three bits can have 23 values. A five-bit number can have 25 values... and so on...