Answer:
The first step is called compilation (properly speaking) and it translates source code written in a programming language stored in a file into low-level code (usually object code, not directly into machine language).
Step-by-step explanation: