Selecciona la opción correcta de los menús desplegables para completar el texto.
A code where each number represents a character can be used to convert text into ( binary, denary, hexadecimal ). One code we can use for this is called ( ASCII, Booleen ). The ASCII code takes each character on the keyboard and assigns it a binary number. Text characters start at denary number ( 0, 1, 0001 ) in the ASCII code, but this covers special characters including punctuation, the return key and control characters as well as the number keys, capital letters and lower case letters.
ASCII code can only store ( 128, 164, 420, 360 ) characters, which is enough for most words in English but not enough for other languages. If you want to use accents in European languages or larger alphabets such as Cyrillic (the ( Russian, Bulgarian, Polish ) alphabet) and Chinese Mandarin then more characters are needed. Therefore another code, called ( Bicode, Unicode, Pancode, Hetrocode, Homocode ), was created. This meant that computers could be used by people using different languages.