What is the 8-bit, unsigned representation for the decimal value:
A. 0
B. 12
C. 64
D. 1000
E. -1
What decimal value is represented by the 8-bit unsigned representation:
A. 10000000
B. 00001111
C. 01111111
What is the 8-bit, two's complement representation for the decimal value:
A. 0
B. 12
C. 64
D. 1000
E. -1
F. -18
What is the two's complement representation for the
largest magnitude, positive value that can be represented in 8 bits?
What decimal value is being represented?
What is the two's complement representation for the
largest magnitude, negative value that can be represented in 8 bits?
What decimal value is being represented?
What is the 2's complement representation for the decimal
value -2 in 6 bits?
In 7 bits? In 8 bits?
What operation is done on this representation to increase
the number of bits, without changing the value being represented?
What range of decimal integers can be represented by an
n-bit two's complement representation?