2.3 Flashcards
How is the ASCIl character set used to represent text in a computer ?
Each character is assigned a unique character code
Each letter is converted to its character code (which is a binary number)
Why is ASCII not suitable for representing text in all the languages of the world ?
ASCII uses only 7 bits…
So can only represent 128 distinct characters
How many bits does ASCII use
7
What is a character set ?
The characters a computer uses
Why is data stored in binary in computers ?
Circuit only needs to check for two states
1 and 0
Compare the use of ASCII and Extended ASCII to represent characters ?
Extended ASCII uses more bits
Extended ASCII can represent more characters
For example, Extended ASCII can represent other languages (eg European languages)
How many bits does Extended ASCII use ?
8
How many unique characters does Extended ASCII represent in total ?
256
How many bits does Unicode use ?
16
How many characters does Unicode represent ?
2^16
65,536 unique characters