Computing Theory > 4.5.4.1 Unsigned binary and 4.5.4.3 Signed binary using two’s complement > Flashcards
What is the difference between unsigned binary and
signed binary
unsigned binary - fixed-point system
signed binary - the value holds a positive or negative value using it’s most significant bit (the last bit to the left), the “signed bit”
What is the minimum value in unsigned binary?
0
What is the maximum value in unsigned binary?
2^(n) -1
n = number of bits
What is the range of values in two’s complement binary?
e. g in 8 bits, range is -128 to 127
What is the number of possible values in unsigned binary?
2^n
n = number of bits