Recipe for Computing
Assembly Language - allowed computer scientists to use human readable instructions, assembled into code, that the machines could understand
Compiled Programming Languages - uses human readable instructions, then sends them through a compiler
The script is run by an interpreter, which interprets the code into CPU instructions just in time to run them