what code is traditionally used to store text
ASCII
what is replacing the traditional text code used
unicode
how much bits is in ASCII
8
7 bits to represent a character
what is the decimal number for A in ASCII
65
how much bytes is used in unicode
up to 4
what is a parity bit used for
error detection
explain even and odd parity
in an even parity machine, the total number of “on” bits must be an even number. In an odd parity machine this must be odd
how many different characters can be represented using ASCII
128
why has unicode been introduced
to unify all the different encoding schemes