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. Static Linker
C. Interpreter
D. Pure Compiler
Answer: Option C
Solution (By JKSSB Mock Tests)
Interpreters translate code statements line-by-line in real time during execution, which provides flexibility but adds performance overhead.
Explanation:
The access control subsystem enforces system security policies, restricting file access and system modifications based on user privileges.
No comments yet. Be the first to start the discussion!