answersLogoWhite

0


Best Answer

To get the 2s complement, find the 1s complement (by inverting the bits) and add 1.

Assuming that number is [4-bit] binary it would be 1000.

If it is preceded by 0s, as in, for example, 0000 1000, then it would be 1111 1000.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The 2's compliment of the number 1000 is?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many 2s are there between 1-1000?

300 sir


What is the answer to 2s-12 plus 2s equals 4s-12?

2s - 12 + 2s = 4s - 124s - 12 = 4s - 124s = 4ss = s==========this is an identity and any number can be s


How many 2s are in the number system?

unknown


Is 4and 1 2s an mixed number or improper fraction?

It is a mixed number.


What is the maximum number of electrons that can go into each of the following sublevels 2s?

The 2s sublevel can hold a maximum of 2 electrons.


What is the definition of natural population?

The difference between the number of 2s and the number of 4s in a sum.


What is the first quantum number of a 2s2 electron in phosphorus?

The first quantum number of a 2s electron in phosphorus is the principal quantum number, which specifies the energy level of the electron shell. For a 2s electron, the principal quantum number is 2.


What is the maximum number of electrons that can go into sublevel 2s?

The maximum number of electrons that can go into the 2s sublevel is 2.


Which is the largest number that can be written using three 2s?

4194304 = 222


How do you represent -123 in twos complement in 10 bits register?

-123 = 11 1000 0101 [I presume the number 123 is in decimal] First write the positive number in binary using 10 bits (I've split it into groups of 4 bits to make it easier to read): 123 = 00 0111 1011 Convert to 1s complement by inverting all bits (any 0 => 1, any 1 => 0): 00 0111 1011 => 11 1000 0100 Finally add 1 to get 2s complement: 11 1000 0100 + 1 = 11 1000 0101 Thus the 2s complement of the negative number: -123 = 11 1000 0101 This can also be expressed in hexadecimal: -123 = 0x385 Or in octal (easy to convert if the binary number is first written in groups of 3 bits): -123 = 1 110 000 101 = 01605 [I've used C notation for the hexadecimal and octal numbers.]


Could there be a number in the 2s column on the multiplication table that ends in a 5?

Yes


What is 4s plus 10 equals 2s plus 2?

It is a simple linear equation in 's'. Its solution is the number that 's' must bein order to make it a true statement. The solution may be found like this:4s + 10 = 2s + 2Subtract 10 from each side of the equation:4s = 2s - 8Subtract 2s from each side:2s = -8Divide each side by 2 :s = -4