Final answer:
To express the decimal number (-49) in 8-bit binary form of 1's complement, convert the absolute value to binary, find the 1's complement, and add a negative sign if the original number was negative.
Step-by-step explanation:
To express the decimal number (-49) in 8-bit binary form of 1's complement, we follow these steps:
- Convert the absolute value of the decimal number to binary:
- -49 = 49 in binary = 00110001
- Find the 1's complement of the binary number:
- The 1's complement is obtained by flipping all the bits in the binary number:
- 00110001 becomes 11001110
- If the original decimal number was negative, add a negative sign (-) to the 1's complement binary number:
- The final 8-bit binary form of (-49) in 1's complement is -11001110