Explanation:
The correct answers are:
B. UTF-8 is one of the ways of representing UNICODE code points
UTF-8 is a widely used encoding scheme that represents Unicode code points as sequences of 1 to 4 bytes.
Example:
The Unicode code point U+0041 (the letter 'A') is represented in UTF-8 as 0x41.
The code point U+1F600 (the 😀 emoji) is represented in UTF-8 as 0xF0 0x9F 0x98 0x80.
C. ASCII is the name of a character coding standard
ASCII (American Standard Code for Information Interchange) is a character encoding standard.
It assigns numeric values to 128 characters, including letters, digits, punctuation marks, and control characters.
Example:
'A' in ASCII has the value 65.
'a' in ASCII has the value 97.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
flthymcnsty
1 month ago