To Lecture Notes

LSP 121 -- 11/2/10

 

Review Questions

Definition:   A bit is a single base 2 digit (0 or 1).

  1. Match the culture to the number system base:
    Yoruba 2
    Babylonian 3
    Arabic 4
    Yuki 5
    Dozenal 8
    Luo 10
    Islamic Prayers 12
    Electronic Computers 60
    DNA 64
    Arabic  

    Ans: Yoruba: 5, Babylonian 60, Arabic 10, Yuki 5, Dozenal 12, Luo 8, Islamic Prayers 3, Electronic Computers 2, DNA 4.

  2. Give the base of the positional number system for each of the following:

  3. Convert the following numbers to base 10:

    Ans:

  4. Convert the following base 10 numbers to base 2 using this Powers of Two Table:

  5. Convert the following base 16 numbers to base 2 by translating each hex digit to four bits according to this Hex Digits Table:

    Ans:
  6. Convert the following base 2 numbers to base 16 by translating each group of four bits to one hex digit according to this Hex Digits Table:

    Ans: 6D16    2716    DA16

  7. Use this ASCII table to convert this word in to hex (base 16) ASCII characters and then digit by digit into binary:

    ASCII means American Standard Code for Information Interchange.

    Ans: 48 61 6C 6C 6F 77 65 65 6E
    01001000 01100001 01101100 01101100 01101111 01110111 01100101 01100101 01100001

  8. Use this ASCII table to convert this word into hex (base 16) and then to ASCII:

    Ans: Ghostbusters

 

Positional Number Systems

 

Alice