Language Levels
Machine language - binary strings that can be read by a computer
Assembly language - mnemonics that make it possible to remember the binary strings
High level language - requires a translator
- compiled - entire program translated
- interpreted - translated line by line