Get premium membership and access questions with answers, video lessons as well as revision papers.

Give at least two functions of assemblers, interpreters and compilers

      

Give at least two functions of assemblers, interpreters and compilers.

  

Answers


Chei
ASSEMBLERS.
- Checks whether the instructions written are valid thus identifies errors in a program.
- It assigns memory locations to the names the program uses
- Generates the machine code equivalent of the assembly language.
COMPILERS.
- It reads each line of the source code programs and converts it into machine readable form.
- It checks for syntax errors
- Identifies the proper order of processing so as to execute.

INTERPRETERS.
- translates and executes each statement of the source program one at a time.
- translates the program each time its needed for execution.
Softwaretech answered the question on April 23, 2019 at 11:26


Next: Define the term bugs as used in programming
Previous: Outline the conditions contributing to emotional dominance.

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions