answersLogoWhite

0


Best Answer

The binary number 1111 = 15

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
User Avatar

RYALI VEERA NAGA D

Lvl 1
2y ago
Answer is 1111
More answers
User Avatar

Anonymous

Lvl 1
3y ago

15

This answer is:
User Avatar

Add your answer:

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

What is the binary conversion of the decimal number 15?

15 = 1111


Convert binary number 1111 to decimal?

1111 = 15


What is the binary represented by of 1111?

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


What is the binary equivalent of the decimal number 255?

1111 1111 base 2


What is the binary values of the decimal number 15?

It is 1111.


What does 1111 in Binary code mean?

1111 in binary is 15 in decimal.


What is the binary equivalent of the decimal number255?

1111 1111


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 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 largest 32-bit binary number that can be represented with unsigned numbers?

In binary: 1111 1111 1111 1111 1111 1111 1111 1111 In octal: 37777777777 In hexadecimal: FFFFFFFF in decimal: 2³² - 1 = 4,294,967,295


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


Why can't 1111 be used in a BCD number?

1111 can't be used for Binary Coded Decimal (BCD) because 1111=15 which is made of 2 digits 1 and 5. In BCD a 4-digit binary number is used for every decimal digit. ex. 1111 is incorrect 1 = 0001 5 = 0101 Answer: 0001 0101