ASCII Character Representation
Task 1 Task 2 Task 3
The decimal ASCII code of the “f” character is listed The decimal ASCII code for the “L” character has The binary representation of the “S” character has
in the table below. Complete the rest of the table been given in the table below. Complete the rest of been given in the table below. Complete the rest of
listing the character represented by each decimal the table listing the decimal code for each of the the table listing the binary representation of each
ASCII code in the table: other characters listed: of the other characters listed:
Decimal Character Character Decimal Character Binary
100 d H 72 Q 0101 0001
101 e I 73 R 0101 0010
102 f J 74 S 0101 0011
103 g K 75 T 0101 0100
104 h L 76 U 0101 0101
105 i M 77 V 0101 0110
106 j N 78 W 0101 0111
What characters would be represented by the What would the ASCII decimal representation of What would the ASCII decimal representation of
following ASCII decimal codes? the following characters be? the following characters be?
Decimal Character Character Decimal Character Binary
97 a V 86 Z 0101 1010
110 n B 66 M 0100 1101
99 c Z 90 G 0100 0111
119 w E 69 P 0101 0000