MCQ
Single Best Answer
Easy
QWhat is the primary function of an interpreter in computer programming?
ID: #20051
Interpreter
120 views
Question Info
#20051Q ID
EasyDifficulty
InterpreterTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
An interpreter processes code sequentially, executing each line one at a time, making it suitable for scripting languages. This approach aids in quick development and debugging but may result in slower execution compared to compiled languages.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic