_________ is the process of converting a high-level programming language into machine code.

  • Assembly
  • Compilation
  • Interpretation
  • Linking
Compilation is the process of translating a high-level programming language into machine code before execution. It involves multiple stages like lexical analysis, syntax analysis, semantic analysis, optimization, and code generation, resulting in an executable program.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *