02 Section 7 - Characters Flashcards
What are alphanumeric character?
Alphanumeric characters are used to make words and strings, They include:
- upper and lower case letters
- digits 0-9
- symbols (e.g. ? + £)
How do computers convert between alphanumeric characters and binary code?
They convert by using character sets
-when you press a button on your keyboard it sends a binary signal for what key you pressed and that signal is then translated by the character set
What are character sets?
Character sets are collections of characters that a computer recognises from their binary representation
What are the main types of character sets?
ASCII
Extended ASCII
Unicode
What is ASCII?
ASCII is the most commonly used character set for English
- each ASCII character is given a 7 bit binary code
- this means that a total of 128 different characters can be represented
- an extra 0 is added to the start of the binary code so it fits as one byte
What is Extended ASCII?
Extended ASCII is particularly useful for most European languages
-each character is given an 8-bit binary code, allowing for 256 characters to be represented
What is Unicode?
Unicode covers all major languages
- it comes in several different forms and tries to cover every single character
- its most common forms are 16 and 32 bit binary codes