Exam-style question
Try this first
A software developer is creating a document system that may contain English, Greek, Arabic and other symbols. Recommend ASCII or Unicode and justify the choice. Include a limitation of the rejected system.
Model answer
What a good answer should say
- Unicode should be used because it is designed to represent a much wider range of characters, including characters from different written languages and additional symbols.
- ASCII would be unsuitable because its limited character set cannot represent all the characters required by the document system.
Explanation
Why this works
The recommendation must be supported by the range of characters required. Unicode is appropriate because it can represent a much wider range, while ASCII's limited character set is the relevant limitation.
Common mistake
No common mistake is linked to this question yet.
