The table gives the ASCII code for the characters - OCR - GCSE Computer Science - Question 6 - 2019 - Paper 1
Question 6
The table gives the ASCII code for the characters.
Character ASCII code
L 76
M 77
N 78
O 79
P 80
Explain how the word MOP will be represented in ASCII.
Worked Solution & Example Answer:The table gives the ASCII code for the characters - OCR - GCSE Computer Science - Question 6 - 2019 - Paper 1
Step 1
Explain how the word MOP will be represented in ASCII.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To represent the word "MOP" in ASCII, we first refer to the ASCII codes assigned to each character.
The character 'M' corresponds to the ASCII code 77.
The character 'O' corresponds to the ASCII code 79.
The character 'P' corresponds to the ASCII code 80.
Thus, the word "MOP" can be represented in ASCII as the sequence of numbers 77, 79, and 80.