CS211 Tutorial 1
CS211 Tutorial 1
5) What is the smallest negative number that can be represented in 14 bits using two’s
complement? Represent the number in bits and decimal as well.
6) Which value does this two’s complement binary number 11111100 represents?
7) What is the sum of adding the following four binary numbers?
000010010101
000100010001
000100110001
000010010010
8) Convert the following hexadecimal numbers into binary and decimal numbers:
a. FFFA
b. 1001
c. ABC1