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. Assembler Core
B. Pure Compiler
C. Static Linker
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
What type of application software handles operations like sound editing, video mixing, special effects rendering, and digital music creation?
A. Spreadsheet System Engine
B. Multimedia Editing Software
C. Desktop Publishing Tool
D. Database Management Software

Correct Answer: Option B


Explanation:
Multimedia editing applications offer specific track timelines, filtering nodes, and render matrices to manipulate digital audio and video files.

This question belongs to: Computer Computer Software
Question #2 Report Error
Which of the following is a utility software for system performance monitoring?
A. Performance Monitor
B. Disk Cleanup
C. File Explorer
D. Control Panel

Correct Answer: Option A


Explanation:
Performance Monitor (PerfMon) is a Windows tool that tracks system performance metrics.

This question belongs to: Computer Computer Software
Question #3 Report Error
What is the role of the scheduler in an OS?
A. To control which process runs at what time
B. To manage memory allocation
C. To manage files
D. To handle network connections

Correct Answer: Option A


Explanation:
The scheduler determines the order and time each process executes on the CPU.

This question belongs to: Computer Computer Software