You are on page 1of 1

Angel Gabriella D.

Yee Grade 10 – Sirius


Assessment
1. Why is the conversion of number systems important?
 The conversion of number systems is important because this helps us to effectively communicate
with robots/computers. Just as learning a new natural language often helps us understand our
native language; learning about the conversion of number systems can help us understand
computers better.
2. What are the steps in conversion binary numbers to decimal?
 In the conversion of binary numbers to decimal numbers, first, we need to take note of the last digit
or the least significant bit (LSB) of the binary number. Next, we will multiply the LSB by 2 raised to
the power of 0. Then, we will increase the number of power by 1 starting from the LSB to the left-
most digit or the most significant bit (MSB). Then, we will multiply the remaining digits to their
corresponding variables. Finally, we will add the results of each digit multiplied with their
corresponding variable; this will be the answer.
3. 10110112
= (1 x 26) + (0 x 25) + (1 x 24) + (1 x 23) + (0 x 22) + (1 x 21) + (1 x 20)
= 64 + 0 + 16 + 8 + 0 + 2 + 1
= 9110
4. 110111102
= (1 x 27) + (1 x 26) + (0 x 25) + (1 x 24) + (1 x 23) + (1 x 22) + (1 x 21) + (0 x 20)
= 128 + 64 + 0 + 16 + 8 + 4 + 2 + 0
= 22210
5. 111011012 8. 1018
= 11 / 101 / 101 4 2 1 4 2 1 4 2 1
= 011 / 101 / 101 0 0 1 0 0 0 0 0 1
= 011 / 101 / 101 = 1000001 2

4 2 1 4 2 1 4 2 1 9. 678
0 1 1 1 0 1 1 0 1 4 2 1 4 2 1
2+1=3 4+1=5 4+1=5 1 1 0 1 1 1
= 3558 =110111 2

6. 11010112 10. 348


= 1 / 101 / 011 4 2 1 4 2 1
= 001 / 101 / 011 0 1 1 1 0 0
=111002
= 001 / 101 / 011
4 2 1 4 2 1 4 2 1
0 0 1 1 0 1 0 1 1
1 4+1=5 2+1=3
=1538
7. 1001112
= 100 / 111
= 100 / 111
4 2 1 4 2 1
1 0 0 1 1 1
4 4+2+1=7
= 478

You might also like