answersLogoWhite

0

1111 - 1010 using binary subtraction?

Updated: 4/28/2022
User Avatar

Wiki User

13y ago

Best Answer

101

User Avatar

Christelle Borer

Lvl 10
3y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

1111 - 1010 = 0101

15 - 10 = 5

By the way, there's no such thing as "binary subtraction". Subtraction is always done

the same way, but before we start, we have to know what base the numbers are

written in, so that we can borrow ("regroup") properly as we go.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

i dont know

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 1111 - 1010 using binary subtraction?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 1010 in decimal binary?

1010 base 2 = 10 base 10 1010 base 10 = 11 1111 0010 base 2


What is 1010 Subtracted from 1111?

-101


What is the Largest real number that can be stored in binary using 16 bits?

1111 1111 1111 1111 = 2^16 = 65536


What will be the binary equivalent of the decimal number 9 to 16 by using the pattern of binary and decimal digit?

9: 1001 10: 1010 11: 1011 12: 1100 13: 1101 14: 1110 15: 1111 16: 10000


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 code for 64111?

I assume you mean decimal 64,111 You could assemble a table of powers of 2, then use successive subtraction to convert to the binary expansion. I cheated and used the built-in programming calculator on my PC. It says that 64111 (decimal) = FA6F (hexadecimal) This can easily be expanded to binary digit by digit: F=1111 A=1010 6=0110 F=1111 So the final answer is: 1111101001101111 Note that the number 2^16 = 65,536 (which is slightly bigger) has a binary equivalent of 10000000000000000 i.e., a one followed by 16 zeroes.


What does 1111 in Binary code mean?

1111 in binary is 15 in decimal.


What is the 1's complement of 10?

The 1's complement is formed by inverting every binary digit (bit) of the number - if it is a 0 it becomes a 1, otherwise it is a 1 and becomes a 0. If 10 is in base 2, then its 1's compliment is 01 or just 1. If 10 is in base 10, then in binary it is 1010 and its 1's complement is 0101 = 5 in decimal. However, if more bits are being used to store it, there would be leading 0s that get inverted to 1s and so the resultant number is different; examples: 8 bits (a byte): decimal 10 = 0000 1010 → 1111 0101 = 245 in decimal 16 bits: decimal 10 = 0000 0000 0000 1010 → 1111 1111 1111 0101 = 65525 Next, if 2s complement is being used to represent negative numbers, the binary 1111 0101 represents decimal -11; similarly 1111 1111 1111 0101 represents decimal -11.


What is 0x00F8 in binary numbers?

0000 0000 1111 1000F ( or 15) = 1111 in binary, and 8 = 1000 in binary, so F is 1111 1000


Convert decimal number to binary number example 1477128223255?

The answer is 1 0101 0111 1110 1011 1011 0011 1111 1010 0001 0111


What is the decimal conversion of the binary number 1111?

The binary number 1111 = 15


What is the binary equivalent of the decimal number255?

1111 1111