Respuesta :

Answer:

FFE3

Explanation:

The 16 bit binary representation of 29 = 0000000000011101

The corresponding hexadecimal representation = 001D

Taking 2s complement, the binary representation of -29:

Step 1 : 1's complement of 29 = 1111111111100010

Step 2 : Adding 1 to 1's complement to get the 2's complement => 1111111111100010 + 1

= 1111111111100011

Converting the binary representation to equivalent hexadecimal format: FFE3