Today we learned about how computers interpret and handle text in binary, as well as how to do simple math operations in binary.
Ascii is the American Standard encoding for text. It was first introduced in 1963 in order to increase compatibilty between files. Before the introduction of ascii, files created on one computer could only be viewed and executed properly on that specific model and/or type of computer meaning that software had to be rewritten for each combination of hardware, which was many times more difficult for developers than it is today after the introduction of ascii. After it’s establishment, it continued to undergo changes as the standards were updated to support new characters and functions.

We started to learn how to use simple mathematic operations in binary, such as addition and substraction