What does ASCII stand for?
American Standard Code for Information Interchange
What is ASCII used to represent and what does it allow computers to do?
A range of characters, symbols, and control codes used in computing and communication. It allows computers to understand how to represent text.
What is extended ASCII?
Version of ASCII that supports the representation of 256 different characters because it uses eight bits to represent a character.
Control
* Characters used to perform actions, not printable on screen.
e.g. esc, delete, tab.
Printable
* Used to show a character on screen.
e.g. letters, numbers, symbols, punctuation marks, backspace