Programming - Technology
Compiler
Software that turns written program code into a form a computer can run
What's it for?
Converts developers' code into instructions that can be executed by a computer or another runtime.
For example…
A developer writes a program in C++, and the compiler turns that code into a finished program the computer can run