2.6 Characters Flashcards
ASCII code
text and characters are represented by the ASCII code (american standard code for information interchange)
it has 7 bits so 2[7] = 128 code sequences
characters, numbers and control actions (such as SPACE and SHIFT)
character set
list of binary codes that can be recognised by the computer hardware and software
ASCII code groups
0-32 control codes
rest is symbols, digits and characters
Extended ASCII code
uses 8 bits, so 2[8] = 256 code sequences
includes mathematical symbols
not been standardised in the same way the 7 bit code has
different manufacturers use different codes for different characters so data cannot be transferred across platforms easily
not enough codes to represent the different langages
Unicode
universal standard recognised and used by the major hardware and software manufacturers
can represent text in all known human languages
up to 32 bits to represent over 1 or 16 million characters
first 128 characters correspond to ASCII