|
|
2
|
Data structure used by a translator where each identifier is assosciated with relevant information
|
4
|
The state of a program when it is compiled and can be run by any computer
|
5
|
The stage of the compilation process where the machine code is generated from the source code.
|
6
|
A piece of software which converts between high-level languages and machine code.
|
7
|
Translates the source code line-by-line and executes. Used in debugging.
|
9
|
Converts low-level/assembly language to machine code.
|
10
|
The stage of the compilation process where syntax is checked to ensure it is correct
|
11
|
The process of making a program more efficient.
|
|