Tut 9 Digital - Numbersystem
Tut 9 Digital - Numbersystem
Q1. Convert the following numbers from one number system to other:
a. (1101)2 to decimal
b. (5217)8 to decimal
c. (1ACF)16 to decimal
d. (250)10 to binary
e. (250)10 to hexadecimal
f. (175)8 to hexadecimal
g. (7D)16 to octal
h. (0.75)10 to binary
i. (11011.101)2 to decimal
j. (01011111011.011111)2 to hexadecimal
k. (3A9E.B0D)16 to binary
Answer a. (13)10
b. (2703)10
c. (6863)10
d. (1111010)2
e. (FA)16
f. (7D)16
g. (175)8
h. (0.11)2
i. (27.625)10
j. (2FB.7C)16
k. (0011101010011110.101100001101)2
Answer a. 011
b. 01101
Q4. Solve the following using unsigned representation
a. (40)10 - (12)10 using 1's complement method.
b. (13)10 - (45)10 using 2's complement method.