+ 1
Ascii
Why we learn asci code and number system.where they use.what is the use of this.
3 Answers
+ 2
Devendra Kanade ,
this is what wikipedia says:
*ASCII, an acronym for American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. ASCII has just 128 code points, of which only 95 are printable characters, which severely limit its scope.*
this coding is from the early days of computer technology, and has several issues when characters from various languages are used.
so this system was enhanced and is named *Unicode*, where much more different characters for nearly all languages are defined by a number.
find more details here:
https://en.m.wikipedia.org/wiki/ASCII
https://en.m.wikipedia.org/wiki/Unicode
https://en.m.wikipedia.org/wiki/List_of_Unicode_characters
+ 1
ascii: it's a character code. for instance if you wanna add a number and a char.
a = 25
b = 'm'
a+b = 134