SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Character Encoding

Questions and Answers List

level questions: Character Encoding

QuestionAnswer
Commonly used character encoding schemes are7-bit ASCII (ISO/IEC 646), 8-bit Latin-x (ISO/IEC 8859-x) and Unicode (ISO/IEC 10646)
_________ is represented using a chosen character encoding scheme in computer memoryCharacter
Which 16-bit encoding scheme does represent 65,536 characters and symbols?Unicode UCS-2
_________ is an 8-bit character encoding scheme that can represent 256 characters and symbols.Latin-X
_________ is a 7-bit encoding scheme that can represent 128 characters and symbolsASCII
A collection of 8-bit character encoding standards for the western languages is _________ISO/IEC-8859
Which is the encoding scheme that is extended to 8-bit to better utilize the 8-bit computer memory?ASCII
_________ has 191 printable characters from the Latin script, which covers languages like English, German, Italian, Portuguese and SpanishISO/IEC 8859-1
Name the non-profit organization that maintains the Unicode standard.Unicode Consortium
Which encoding scheme is backward compatible with 7-bit US-ASCII and 8-bit Latin-1 (ISO-8859-1)?Unicode
Which are the two types of encoding schemes in Unicode?UCS-2 and UCS-4
Which is the variable-length Unicode character encoding scheme that uses 2 to 4 bytes?UTF-16
Which is the character encoding scheme (charset) in Windows?Codepage
Name the default codepage used in the original DOSCodepage 437
_________ specifies the ranks for letters (uppercase, lowercase), numbers, and special symbolsCollation
_________ is ranked before digits '0' to '9', followed by the alphabets in collationSpace
Since different languages use different sets of characters, _________ has been often language dependentCollating sequence
_________ is used to display the hex values of a file, especially in dealing with Unicode charactersHex editor