Introduction to Computers
Sheet 1
Numbering Systems
You Have in assignment to show your solving steps in
detail
DECIMAL NUMBERS
1. What is the weight of digit 6 in each of the following decimal numbers?
a. 1386
b. 54692
c. 671920
2. Express each of the following decimal numbers as a power of ten:
a. 10
b. 100
c. 1000000
BINARY NUMBERS
3. Convert the following binary numbers into decimal:
a. 100
b. 111
c. 1000
d. 10011
e. 110010
f. 1011001
g. 111001
h. 1001100
i. 10100101
4. What is the highest decimal number that can be represented by each of the following
numbers of binary digits (bits)?
a. Two
b. Four
c. Five
d. Eight
5. How many bits are required to represent the following decimal numbers:
a. 17
b. 35
c. 49
d. 114
e. 132
f. 205
Page 1 of 2
BINARY, DECIMAL, Hexadecimal CONVERSIONS
6. Convert each Hexadecimal number to binary by using table:
a. 1AF
b. 17C
c. 24E
d. 93D
e. 1B5
f. 186
7. Convert each decimal number to binary using repeated division by 2:
a. 15
b. 21
c. 28
d. 34
e. 40
f. 59
8. Convert each Hexadecimal number to Decimal by using weight of 16:
a. 1AF
b. 17C
c. 24E
d. 13D
e. 1B5
f. 86
9-Perform the Binary addition then convert the result to
Hexadecimal Value
a. 1011011 + 1101110
b. 1110101 + 1011101
c. 101111011 + 110110101
d. 110101111 + 101111011
e. 111011101 + 110110111
9-Perform the Binary Multiplication then convert the result to
Hexadecimal Value and from Hexadecimal to Decimal
a. 11* 10
b. 100* 10
c. 101*100
d. 111*110
Page 2 of 2