Machine code
Low level language
High level languages
complier
translates source code from high- level languages into object code and then into machine code
- whole program is translated in
machine code before its run
Advantages of complier
Disadvantages of complier
Interpretor
Translates source code from high level languages into machine code
- program is translated line by as program is running
Advantages of inerpreters
Disadvantages of interpretors