COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

ASCII AND UNICODE CHARACTER ENCODING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Unicode can represent:
A
65, 536 different characters
B
255 characters
C
127 characters
D
None of the above
Explanation: 

Detailed explanation-1: -The first 65, 536 code point positions in the Unicode character set are said to constitute the Basic Multilingual Plane (BMP) . The BMP includes most of the more commonly used characters. The number 65, 536 is 2 to the power of 16. In other words, the maximum number of bit permutations you can get in two bytes.

Detailed explanation-2: -UTF-16, uses 16 bits to represent each character. This means that it is capable of representing 65, 536 different characters . UTF-32, uses 32 bits to represent each character, meaning it can represent a character set of 4, 294, 967, 296 possible characters, enough for all known languages.

Detailed explanation-3: -The number 65 of Unicode represents the (English) character A. The number 35 of Unicode represents the character #

There is 1 question to complete.