An 8-bit signed integer uses two's complement representation and has exactly three 1 bits and five 0 bits.
What is the smallest (most negative) value that can be represented under these constraints?
Options:
-127
-32
-125
-3
Login required