A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an: MCQ with Answer and Explanation
A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an:
A. Assembler
B. Linker
C. Interpreter
D. Compiler
Answer: Option C
Solution (By JKSSB Mock Tests)
An interpreter translates and executes source code dynamically, one line or statement at a time, making debugging faster but execution slower.
Explanation:
DBMS is application software or system software depending on context, but typically considered middleware. Compiler, OS, and drivers are system software.
Explanation:
Version control systems (like Git) manage history revisions of software source code files, enabling collaboration across engineering teams.
No comments yet. Be the first to start the discussion!