Lecture 2 - Timeline of Computing History - Comp Society
Lecture 2 - Timeline of Computing History - Comp Society
What does this message say? (Taking a look at Appendix A in Brookshear could
prove useful here.)
2. Using just 24 bits, what is the largest numeric value that could be represented with
three eight-bit bytes if:
each digit was encoded using eight-bit ASCII characters;
ordinary unsigned binary notation was used for the three byte-long
encoding?
3. Decode the following unsigned binary number 001001012 into its equivalent
decimal value. Go on to encode its decimal value in hexadecimal (i.e. base 16)
notation. Show how the hexadecimal value can alternatively be derived with a
binary-hexadecimal conversion table.
4. Decode the following fixed-point unsigned binary number 0101.1012 into its
equivalent decimal value.
7. Using the 8-bit floating-point encoding scheme that was illustrated in a recent
lecture, what is the denary (i.e. decimal or base 10) value of the following eight
bits: 10101001 ?