Encoding Schemes
Encoding Schemes
Indian Script Code for Information Interchange (ISCII) is a coding scheme for
representing various writing systems of India. It encodes the main Indic scripts and a
Roman transliteration.
In Unicode, a character maps to a code point. Code points are the numbers assigned by the
Unicode Consortium to every character in every writing system. Code points are represented as
U+ followed by four numbers and/or letters. This ensures that there are no collisions between
alphabets of different languages. These numbers are platform independent. Unicode allows all the
characters used in every language to be encoded under one consistent character set.
UTF-8:- UTF -8 encoding is a variable size encoding scheme to represent Unicode unipoints in
memory. Variable sized encoding means the code points are represented using 1, 2,3 or 4 bytes
depending on their size.
UTF-16:- UTF-16 encoding is a variable byte encoding scheme which uses either 2 bytes or 4
bytes to represent unicode code points. Most of the characters for all modern languages are
represented using 2 bytes.
UTF-32:- UTF-32 encoding is a fixed byte encoding scheme and it uses 4 byte to represent all
code points.
UTF-8 and UTF-16 both are variable length and UTF-32 is a fixed length variable scheme.
Questions
a) C++
b) Binary language
c) Assembly Language
a) Machine language
b) High level language
c) Assembly language
a) 74
b) 65
c) 67
5. The mechanism of converting data into an equivalent cipher using specific code is
called
a) Coding
b) Decoding
c) Encoding
6. Alphabet ‘a’ is internally mapped into code value ‘97’.Is it same in all keyboards?
a) True
b) False
c) Converted to some other value.
7. _________ means to convert a data into coded form to hide & conceal it from others.
a)Encryption
b) Decryption
c) Coding
8. A process which convert encrypted data to original content and data is called
___________
a) Programming
b) Encryption
c) Decryption
9. ASCII is able to encode character set of ______ language only.
a) English
b) Punjabi
c) Hindi
10. ISCII is an _____ code representations for indian languages.
a) 16 bit
b) 15 bit
c) 8 bit
11. __________ have been developed to incorporate all characters of every written
language of the world.
a) ASCII
b)UNICODE
c) ISCII
12._________ represent a single encoding scheme for all languages and characters.
a) ASCII
b) UNICODE
c) ISCII