Answer :
Final answer:
The range of decimal values for a signed BYTE is -128 to 127.
Explanation:
A signed BYTE is an 8-bit value that can represent both positive and negative numbers. In two's complement representation, the most significant bit is used as the sign bit. If the sign bit is 0, the number is positive, and if it is 1, the number is negative. The remaining 7 bits are used to represent the magnitude of the number.
For a signed BYTE, the range of decimal values is -128 to 127. This means the lowest decimal value that can be represented is -128, and the highest decimal value is 127.