Click here for takehome exam
D E
-
The third bit of the byte differentiates between upper and lower case (ex. 01000001=A and 01100001=a)
-
To change a lowercase letter to an uppercase letter using it's decimal value, add -32
-
Subtract 48 from the ASCII decimal code of a decimal digit to determine it's value
-
1001000
-
AAAAAABBBBBBBBB
-
ABA*95*a5AAAB
-
999999
-
333333
-
003399
-
009933
-
555500
-
6
-
D
-
01000100
-
44
-
68
-
233
-
-68
-
11000100
-
10111011
-
10111100
-
E
-
01000101
-
45
-
69
-
234
-
-69
-
11000101
-
10111010
-
10111011
-
0100010001000101
-
4445
-
42105
-
17477
-
1100010001000101
-
-17477
-
15290
-
15289