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