Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

6: a. Using the ASCII code set given in the lecture notes, show the internal bin

ID: 3010266 • Letter: 6

Question

6: a. Using the ASCII code set given in the lecture notes, show the internal binary representation for the character string. Note, add a space between the individual characters. The string (3 characters) is: AcC

6: b. Using the ASCII code set given in the lecture notes, show the internal binary representation for the character string. Note, add a space between the individual characters. The string (4 characters) is: Mike

6: c. Using the ASCII code set given in the lecture notes, show the internal binary representation for the character string. Note, add a space between the individual characters. The string (6 characters) is: $25.01  

6: d. Using the ASCII code set given in the lecture notes, show the internal binary representation for the character string. Note, add a space between the individual characters. The string (5 characters) is : (a+b)

Explanation / Answer

6:a. ASCII code for AcC : 65 99 67

Internal Binary Representation: 01000001 01100011 01000011

6:b ASCII code for Mike: 77 105 107 101

Internal Binary Representation: 01001101 01101001 01101011 01100101

6:c ASCII code for $25.01: 36 50 53 46 48 49

Internal Binary Representation: 00100100 00110010 00110101 00101110 00110000 00110000

6:d ASCII code for (a+b): 40 97 43 98 41

Internal Binary Representation: 00101000 01100001 00101011 01100010 00101001