User wants to translates program from high level language with following requirements1. one statement at a time.2. It should take less amount of time to analyze the source code and no intermediate object code should be generated and 3 it should be easy to debug as well. So user should use which of the following ?Select one:a. assemblerb. device driverc. interpreterd. compiler
Question
User wants to translates program from high level language with following requirements1. one statement at a time.2. It should take less amount of time to analyze the source code and no intermediate object code should be generated and 3 it should be easy to debug as well. So user should use which of the following ?Select one:a. assemblerb. device driverc. interpreterd. compiler
Solution
The user should use an interpreter. This is because an interpreter translates high-level language into machine language one statement at a time, which makes it easier to debug. It also doesn't generate any intermediate object code, which saves time in analyzing the source code. Therefore, the correct answer is c. interpreter.
Similar Questions
Which of the following translates the program into machine language line by line?(A)Compiler (B)Interpreter (C)Assembler(D)Deassembler (E)All of the above (F)None of the above
Program which translates high level program into machine code is classified asSelect one:a.Compilerb.debuggerc.translating analystd.instruction analyst
THE FOLLOWING ARE TYPE OF PROGRAM TRANSLATOR EXCEPT Question 3Answera.COMPILER b.ASSEMBLERc.ARRAYd.INTERPRETOR
Which of the following is not a feature of compiler?a) Scan the entire program first and translate into machine code b) To remove syntax errors c) Slow for debugging d) Execution time is more
Which software application is responsible for translating a low-level language into machine-level language.a.Compilerb.Asseblerc.Interpreterd.Linke
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.