Physics, asked by banned321, 9 months ago

In 2's complement representation, the number 10110101 represents the decimal number???​

Answers

Answered by inamul7
2

Answer:

The number 10110101 represent the decimal number is -53

Explanation:

Hope it helps yrr

Answered by adventureisland
0

So ~101101 = 010010 + 1 = 010011

This is strange because it assumes a 6-bit system.

Normally, leading 0’s can be ignored, but since you’re flipping “all” the bits you need to consider those zeroes. So you should write the number as 00101101 (assuming 8-bit)

So ~00101101 = 11010010 + 1 = 11010011

Which is another way to say -45 in an 8-bit system.

Explanation:

Similar questions