(Last Mod: 27 November 2010 21:38:41 )
Name: CODE: Section: Date:
NO CALCULATORS MAY BY USED ON THIS QUIZ
How many states can a 10-bit value represent?
10.
102.
28.
210. <===
What is the pure binary representation of 10 ?
10
1001
1010 <===
1000
What is the decimal value of the binary value 101010 ?
32
42 <===
58
1000
What is the category that ASCII codes fall into if they effect the active position of the display device but may not produce any visible effect on the display?
non-printing characters.
control characters.
white space. <===
escape sequences.
What is the value of the following ASCII expression?
'P'
- 'A' + 'a' + 1
'P'
'Q'
'p'
'q' <===