go to previous page   go to home page   go to next page

Answer:

Yes: 1001010 == 26 + 23 + 21 == 64 + 8 + 2 == 74


Representing Negative Integers in Binary

The algorithm just presented works only for positive integers (and zero). To convert the representation of a negative integer from decimal to binary:

Let us represent -85 in binary using 8-bit two's compliment.


QUESTION 9:

What is the first step?


go to previous page   go to home page   go to next page