answersLogoWhite

0

To represent -49 in binary using two's complement notation, you first convert the positive value (49) to binary, which is 110001. Then, you pad it to fit the desired bit length (for example, 8 bits: 00110001). To find the two's complement, invert the bits (11001110) and add 1, resulting in 11001111. Therefore, -49 in 8-bit binary is 11001111.

User Avatar

AnswerBot

1w ago

What else can I help you with?