Saved Bookmarks
| 1. |
ASCII Is used to represent characters in memory. Is it sufficient to represent all characters used in the written languages of the world ? Propose a solution. Justify. |
|
Answer» No It is not sufficient to represent all characters used in the written languages of the world because , it is a 7 bit code so it can represent 27 = 128 possible codes. To represent all the characters Unicode is used because it uses 4 bytes, so it can represent 232 possible codes. |
|