Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Assignment

1) Make a number system table containing the binary, octal, and hexadecimal
values of decimal numbers 0 to 15.
Decimal Binary Octal Hexadecimal
1
2
3
4
5
6
7
-----
-----
----
-----
15

2) Convert to decimal without your calculator:


a. (110)2
b. (67)8
c. (AFC)16
d. (FC)16

3) Find the values of X,Y,Z:


a. (587)10 = (X)2 = (Y)8 =(Z)16
b. (378.93)10 = (X)2 = (Y)8 = (Z)16

4) Convert (367.52)8 and (3A9E.B0D)16 into binary.

5) Convert (B9F. AE)16 to octal

6) Add (17)10 & (10)10 using 8-bit binary addition

7) Binary code of (21.125)10


8) Subtract (17)10 from (10)10 using 8-bit binary 1’s complement.

9) Subtract (10)10 from (17)10 using 8-bit binary 2’s complement.


10) Make a table for decimal numbers 1 to 15 and find the complements in
radix r = 10, 2, 8,16.
Decimal 9’s C 10’s C 1’s C 2’s C 7’s C 8’s C 15’s C 16’s C
1
2
3
4
5
6
7
-----
-----
----
-----
15

You might also like