ASCII
ASCII stands for American Standard Code for Information Interchange.
There are 128 standard ASCII codes, each of which can be represented by a 7 digit binary number from 000000 through to 111111
The letter 'A' is represented by the code: 01000001
The letter 'B' is represented by the code: 01000010
Challenge see if you can find out one extra fact on this topic that we haven't already told you
Click on this link: ASCII
2020-10