Section 6.1
Review Questions

Data Representation

  1. Are all character representation codes 8-bits long?
  1. Name a famous character representation code other than ASCII. Who uses it?
  1. Which symbol does 64 stand for? (From here on out we will use only ASCII).
  1. Write down the code for }.
  1. How many codes are reserved for special graphics characters?
  1. Write out your name in ASCII.
  1. What does the following sequence of ASCII characters spell?
     01010010  01000101  01001100  01001001  01000101  01000110
  1. Why did the designers of ASCII use 65 for 'A'?
  1. Given that 65 is 'A', why would the designers choose 66 for 'B'? Why not 24?
  1. The new Unicode standard which is used by Java has 16-bit characters. How many different symbols can this standard represent?
  1. If you wanted a terminal to "beep" or "ring its bell," which ASCII symbol would you send to it?
  1. What are some of the uses of the special control characters?
  1. Where in the range of ASCII codes did they assign these control characters?
  1. What is odd about EBCDIC's assignment of letters to numbers?