146k views
5 votes
Convert -52 (base 10) to binary 8-bit one's complement.

User Rocsy
by
7.8k points

1 Answer

1 vote

Final answer:

To convert -52 (base 10) to binary 8-bit one's complement, convert 52 to binary and then find the one's complement of it.

Step-by-step explanation:

Conversion of -52 (base 10) to 8-bit one's complement:

To convert a negative decimal number to binary using 8-bit one's complement, start by converting the absolute value of the number to binary representation.

-52 in binary is 110100.

To find the one's complement of the binary number, change all the 0s to 1s and the 1s to 0s. So, the one's complement of 110100 is 001011.

Therefore, the 8-bit one's complement of -52 is 001011.

User Khaled  Dehia
by
6.8k points