Answer
Overflow error
Work Step by Step
In sign/magnitude notation the sign bit will take one bit so only 7 bits will remain but the maximum magnitude represented by 7 bits will be 127 which is smaller than 200 so we cannot represent -200 using 8 bits.
This is an overflow error: the number exceeds the representable range of the given format.