What is the advantage of using an interpreter over a compiler?
Linker
Which process converts the high-level programming language code into machine language code?
An is a program that directly executes instructions written in a programming language without first translating them into machine code.
A is a program that translates source code written in a high-level programming language into machine code.
Lexical Analysis
An is a program that translates assembly language code into machine code.
Linking resolves external references, assigns final memory addresses, and generates an executable .
Which of the following is an example of a high-level language?
A is a general term used to describe programs that convert code from one programming language to another or from a high-level language to a low-level language.
Which of the following is true about compilers and interpreters?
What is the process of combining object code files generated by the compiler into a single executable program?
Which of the following is an example of an assembly language instruction?
Syntax Analysis
What is the main purpose of an assembler?
After compilation, the next step is where the machine code is turned into object code.
Assembler
The first step in the software development process is where code is prepared for compilation.
The final step in the build process is where all the object files are combined into a single executable.
What is the role of an interpreter in computer programming?