Final answer:
To convert the decimal number -35 to signed 8-bit binary, follow these steps: convert the absolute value to binary, flip the bits, and add 1 to get the two's complement. The signed 8-bit binary representation of -35 is 11101101.
Step-by-step explanation:
To convert the decimal number -35 to signed 8-bit binary, you can use the following steps:
- Convert the absolute value of the decimal number to binary: 35 in binary is 00100011.
- Flip the bits (ones' complement) of the binary representation: 11101100.
- Add 1 to the flipped bits to get the two's complement: 11101101.
Therefore, the signed 8-bit binary representation of -35 is 11101101.