ASCII
Learn about ASCII, which makes representing letters with a computer possible.
We'll cover the following...
What is ASCII?
We have seen how we can represent a range of numbers in the language of computers, 's and 's. But we know that numbers aren’t the only thing that we can represent in a computer. So, there is still something missing when we think about how a computer understands what to display on the screen when we type a letter like “a”, or a symbol like “&” using the keyboard.
The answer is ASCII.
ASCII is simply a system that encodes letters and common symbols as decimal numbers. These numbers can then easily be represented and stored by a computer.
How does it work?
ASCII uses ...