Details
This homework consists of the exercises at the end of Monday's
Abstraction Lecture. For
convenience they are reproduced here:
Your answers to these exercises should be posted on your
portfolio. Show your work. If you do these by hand, paper and
pencil, you could take a photo of your paper and post that
on your page.
- Convert the following numbers to decimal notation.
- The binary number 111.
- The binary number 1011.
- The binary number 1011 1011.
- The hex number 61.
- The hex number DA.
- The hex number FEE.
- Convert the following numbers as indicated.
- Convert the following 12 to binary.
- Convert the following 44 to binary.
- Convert the following 254 to hex.
- Convert the following 16 to hex.
- Challenge: Convert 125 to octal notation.
Principles addressed:
Abstraction: The students learn binary numbers.
Data/algorithm: Students learn conversion algorithms.