Which language translator parses code tokens dynamically, translating statements into machine instructions as they hit execution loops without generating a standalone binary file? MCQ with Answer and Explanation

Which language translator parses code tokens dynamically, translating statements into machine instructions as they hit execution loops without generating a standalone binary file?
A. Static Linker
B. Pure Compiler
C. Assembler Core
D. Interpreter
Answer: Option D
Solution (By JKExamLibrary)
Interpreters translate code statements line-by-line in real time during execution, which provides flexibility but adds performance overhead.

This question belongs to: Computer Computer Software

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1 Report Error
Which component of an operating system serves as the textual terminal interface, accepting typed keywords from a user and passing them to the kernel?
A. Device Driver
B. GUI Desktop Manager
C. Command Line Shell
D. Linker Program

Correct Answer: Option C


Explanation:
The shell is the user interface program that wraps around the kernel, reading user text input commands and executing them.

This question belongs to: Computer Computer Software
Question #2 Report Error
What type of application software is specifically used to design, create, host, and manage digital online web courses and training assessments?
A. Desktop Publishing Tool (DTP)
B. Database Management Architecture (DBMS)
C. Learning Management System (LMS)
D. Enterprise Resource Management (ERP)

Correct Answer: Option C


Explanation:
An LMS (such as Moodle or Canvas) is an application platform built to host educational courses, track student analytics, and manage academic content.

This question belongs to: Computer Computer Software
Question #3 Report Error
Which application category includes tools like EndNote or Zotero, which help academic researchers catalog, track, and format citation lists for research papers?
A. Desktop Publishing Software
B. Reference Management Software
C. Spreadsheet Modeling Tool
D. Database Engine Architecture

Correct Answer: Option B


Explanation:
Reference management tools help researchers gather, organize, and format bibliographic citations and references automatically.

This question belongs to: Computer Computer Software