55.3k views
0 votes
Using a "word" of 3 bits, list all of the possible signed binary numbers and their decimal equivalents that are representable in:

1 Answer

4 votes
The sign bit is the high order bit, so that leaves two bits for the value. Two bits can represent 0-3. 2^2 possibilities.
User Prostagma
by
8.1k points