
Comparing ASCII and Unicode
Quiz by GCSE Computer Science Teacher 2
GCSE (AQA)
Computer Science
English National Curriculum
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measures 1 skill from
Measures 1 skill from
Track each student's skills and progress in your Mastery dashboards
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
12 questions
Show answers
- Q1Which of these statement is not true about ASCII?The first binary representation of an ASCII character is always 0It uses 8 bit encodingIt uses variable bit size encodingIt can hold up to 128 characters45s3.3.5.c
- Q2Which of these statements is not true about Unicode?It can represent over 65,000 charactersIt can be used to represent emojisIt uses variable size encodingIt can only represent left to right written languages such as English or French45s3.3.5.c
- Q3Which of these bit encoding sizes can Unicode not use?16324845s3.3.5.c
- Q4What does extended ASCII do?Uses the first bit, normally set to 0, to hold an additional 128 charactersAllows an additional 255 characters to be represented by using 16 bit encodingAllows an additional 255 characters to be represented by using 8 bit encodingUses the last bit, usually set to 0, to hold an additional 128 characters45s3.3.5.c
- Q5Why would ASCII not work to encode a document written in Chinese or Arabic?ASCII is only to be used for American EnglishEach country has its own encoding methodComputers can only understand American codingThere are not enough characters to represent the language45s3.3.5.c
- Q6Why does Unicode use more memory than ASCII?It uses more bits to represent the characters45s3.3.5.c
- Q7If writing a large document in standard English, which character encoding set would be more efficient for memory?UnicodeASCIIHexadecimalBinary45s3.3.5.c
- Q8What is the correct name given to storing items in 16 bit Unicode?UNI - 16UTF - 16UTF - 116UFC - 1645s3.3.5.c
- Q9What is one limitation of ASCII?It represents too many characters and can be confusingIt is difficult to use in modern computingIt is only suitable for letters and not numbersIt can only represent a relatively small amount of characters45s3.3.5.c
- Q10How many characters are the same in ASCII and Unicode?1272553212845s3.3.5.c
- Q11Why can you not use both Unicode and ASCII in one program?It will crash the programYou can, is is common to find both in useIt is confusing for developersBecause one cancels out the other45s3.3.5.c
- Q12What character encoding set would Google translate need to use?BinaryHexademicalASCIIUnicode45s3.3.5.c