COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

ASCII AND UNICODE CHARACTER ENCODING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The main purpose of character sets is:
A
To allow humans to express alphanumeric characters in a binary table
B
To run the Internet
C
To simplify computer programming
D
None of the above
Explanation: 

Detailed explanation-1: -ASCII (American Standard Code for Information Interchange) is the most common character encoding format for text data in computers and on the internet. In standard ASCII-encoded data, there are unique values for 128 alphabetic, numeric or special additional characters and control codes.

Detailed explanation-2: -Unicode is a universal character set, ie. a standard that defines, in one place, all the characters needed for writing the majority of living languages in use on computers. It aims to be, and to a large extent already is, a superset of all other character sets that have been encoded.

Detailed explanation-3: -Computers work in binary . As a result, all characters, whether they are letters, punctuation or digits, are stored as binary numbers. All of the characters that a computer can use are called a character set .

There is 1 question to complete.