Compilers
Description:
- Compilers convert high level code into machine code for a computer to understand and execute.
Important Characteristics:
- Translates ALL of the source code at the same time and creates one executable file.
- Is only needed once to create an executable file.
- Returns a whole list of errors for the entire program at the end of the compiling process.
Disadvantages:
- Compiling takes a long time.