ASCII: Difference between revisions

From Computer Science Wiki
Line 11: Line 11:


== ASCII ==  
== ASCII ==  
This is one of the better videos I've seen on ascii
This is one of the better videos I've seen on ascii. Content gratefully used with permission :  <ref>http://cs50.tv/2015/fall/#license,psets</ref>




Line 17: Line 17:
<iframe width="560" height="315" src="https://www.youtube.com/embed/UPlR4eMMCmI" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UPlR4eMMCmI" frameborder="0" allowfullscreen></iframe>
</html>
</html>


== Do you understand this topic? ==  
== Do you understand this topic? ==  

Revision as of 07:49, 30 May 2016

Exclamation.png This is an important concept. You should fully understand this.

This is a basic concept in computer science

ASCII abbreviated from American Standard Code for Information Interchange is a character-encoding scheme. ASCII codes represent text in computers, communications equipment, and other devices that use text. Most modern character-encoding schemes are based on ASCII, though they support many additional characters. ASCII was the most common character encoding on the World Wide Web until December 2007, when it was surpassed by UTF-8, which is fully backward compatible to ASCII.[1]


ASCII[edit]

This is one of the better videos I've seen on ascii. Content gratefully used with permission : [2]


Do you understand this topic?[edit]

  • What is ascii?

Do you have an advanced understanding about this topic?[edit]

  • convert number to ASCII and vice-versa


See Also[edit]

References[edit]