Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Medium PMS Uploaded: 23 Aug 2026

What is the purpose of an interpreter?

  • A To translate entire code at once
  • B To design databases
  • C To execute code line by line
  • D To manage hardware
Correct Answer: Option C — To execute code line by line
Explanation:
An interpreter translates and executes program code line by line during runtime, rather than converting the whole program into machine code beforehand like a compiler does.
Submitted by: PaperMCQs
Related MCQs