Topic 1b
Binary and Hexadecimal Integer Representations

Learning Outcomes

By the end of this topic students should be able to:

  • Convert a binary representation (unsigned integer) to its equivalent base ten value.
  • Convert a base ten value to its binary equivalent (unsigned integer).
  • Convert a length 4 binary representation (unsigned integer) to its equivalent hexadecimal value.
  • Convert a hexadecimal value to its binary equivalent (unsigned integer).
  • Calculate the sum of two bit-strings with the solution expressed as a bit string.
  • Calculate how many unique values can be stored in N bits.

 

Learning Materials

  • Readings
    • Binary representation of non-negative integers - pp 51-54
    • Hexadecimal - pp 32-33
  • Videos
  •  

Checking for Understanding

If you want to get some practice working with binary you can use the following resources

 

Answer the following questions from your textbook. The answers to all Q&E questions are in the back of your book in Appendix F.

  • p56, #1
  • p56, #2
  • p56, #5 a and c (b&d are covered in the next topic)
  • p34, #5
  • p34, #6

 

Additional Guidance

  • If you are still struggling with the material in this topic, the following videos may help.

Further Information

  • None at this time.