Convert the following decimal numbers to binary (You may use as
many binary digits as necessary)
25610
246710
102310
2310
710
Convert the following binary numbers to hexadecimal
1101 0010 1101 1111
1100 0101 0010 1001
1000 0000 0000 0001
0001 1000 0000 0000
Given bits, how many unsigned binary numbers can be
represented?
Given bits, how many signed binary numbers can be
represented using the two’s compliment method?
In the two’s complement method, why is there one more negative
number than...