Name: Aleja C.
Quiambao
Grade and Section: G9- SSP
1. What is ASCII Codes?
ASCII, abbreviated from American Standard Code for Information Interchange, is a
character encoding standard for electronic communication. ASCII codes represent text
in computers, telecommunications equipment, and other devices.
2. Decode your full name using ASCII Codes to binary addition of binary.
Letter Decimal Binary
A 65 1000001
l 108 1101100
e 101 1100101
j 106 1101010
a 97 1100001
(Space) 32 100000
C 67 1000011
o 111 1101111
n 110 1101110
s 115 1110011
t 116 1110100
a 97 1100001
n 110 1101110
t 116 1110100
i 105 1101001
n 110 1101110
o 111 1101111
(Space) 32 100000
Q 81 1010001
u 117 1110101
i 105 1101001
a 97 1100001
m 109 1101101
b 98 1100010
a 97 1100001
o 111 1101111
3. 63 + 20 + 10 = 1011101
63 = 111111
20 = 10100
10 = 1010
93
Solution:
64 32 16 8 4 2 1
1 1 1 1 1
63= 0 1 1 1 1 1 1
+20= 0 0 1 0 1 0 0
+10= 0 0 0 1 0 1 0
1 0 1 1 1 0 1
64 32 16 8 4 2 1
64+16+8+4+1 = 93
4. 50 + 21 + 15 = 1010110
50 = 110010
21 = 10101
15 = 1111
86
Solution:
64 32 16 8 4 2 1
1 1 1 1 1 1
50= 0 1 1 0 0 1 0
+21= 0 0 1 0 1 0 1
+15= 0 0 0 1 1 1 1
1 0 1 0 1 1 0
64 32 16 8 4 2 1
64+16+4+2= 86
5. 89 + 25 + 56 = 10101010
89 = 1011001
25 = 11001
56 = 111000
170
Solution:
132 64 32 16 8 4 2 1
1 1 1,1 1 1
89= 0 1 0 1 1 0 0 1
+ 25= 0 0 0 1 1 0 0 1
+ 56= 0 0 1 1 1 0 0 0
1 0 1 0 1 0 1 0
132 64 32 16 8 4 2 1
132+32+8+2= 170