You are on page 1of 5

Polytechnic University of the Philippines

Sta. Mesa, Manila


DATA COMMUNICATIONS AND NETWORKING

Name: Hipolito Kevin M Date: 01-16-24


Program: DIT 2-4
Self-Review:
1. Convert the following decimal numbers to binary:
a. 1 N2 = 1
b. 2 N2 = 10
c. 10 N2 = 1010
d. 15 N2 = 1111
e. 255 N2 = 11111111
f. 110 N2 = 1101110
g. 900 N2 = 1110000100
h. 16 N2 = 10000
i. 7 N2 = 111
j. 56 N2 = 111000
2. Convert the following binary numbers to decimal:
a. 111000 N10 = 56
b. 11 N10 = 3
c. 10001 N10 = 17
d. 111111 N10 = 63
e. 111001 N10 = 57
f. 110 N10 = 6
g. 1111 N10 = 15
h. 1101110 N10 = 110
i. 111 N10 = 7
j. 1110000100 N10 = 900
3. Convert the following binary numbers to octal:
a. 111 N8 = 7
b. 1111 N8 = 17
c. 11 N8 = 3
d. 101 N8 = 5
e. 110001 N8 = 61
f. 1101 N8 = 15
g. 1101110 N8 = 156
h. 10 N8 = 2
i. 1000 N8 = 10
j. 1010101 N8 = 125
4. Convert the following octal numbers to binary:
a. 1 N2 =1
b. 2 N2 = 10
c. 10 N2 = 1000
d. 15 N2 = 1101
e. 255 N2 = 10101101
f. 110 N2 = 1001000
g. 600 N2 = 110000000
h. 16 N2 = 1110
i. 7 N2 = 111
j. 56 N2 = 101110
1

You might also like