Answer:
a) 8-bit representation = 11111010
b) 8-bit representation = 00011001
c) 8-bit representation = 11111000
Step-by-step explanation:
a. 1010
4-bit 2's complement binary representation
decimal value = -6
Since the number is negative pad with 1 to the left of MSB
8-bit representation = 11111010
b. 011001
6-bit 2's complement binary representation
decimal value = 25
Since the number is positive pad with 0 to the left of MSB
8-bit representation = 00011001
c. 1111111000
10-bit 2's complement binary representation
decimal = -8
Since the number is negative discard left most two bits
8-bit representation = 11111000