ASCII: Difference between revisions

From Computer Science Wiki
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<center>
<blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;">
  [[File:Exclamation.png]] This is an '''important concept'''.  You should fully understand this.
</blockquote>
</center>
[[File:binary.png|frame|right|This is a basic concept in computer science]]
[[File:binary.png|frame|right|This is a basic concept in computer science]]


Line 11: Line 5:


== 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 19: Line 13:




== Do you understand this topic? ==  
== ASCII table ==  
 
This table is used with gratitude from http://www.theasciicode.com.ar/<ref>http://www.theasciicode.com.ar/</ref>
* What is ascii?
 
== Do you have an advanced understanding about this topic? ==
 
* convert number to ASCII and vice-versa
 


[[File:Ascii table.png]]


== See Also ==
== See Also ==

Latest revision as of 13:30, 16 October 2019

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]



ASCII table[edit]

This table is used with gratitude from http://www.theasciicode.com.ar/[3]

Ascii table.png

See Also[edit]

References[edit]