Programming tools Interpreter Question #20056
MCQ Single Best Answer Easy

QWhat is the significance of the REPL (Read-Eval-Print Loop) in an interpreter?

ID: #20056 Interpreter 94 views
Question Info
#20056Q ID
EasyDifficulty
InterpreterTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A It handles compilation errors
  • B It allows users to interactively execute code
  • C It generates optimized machine code
  • D It converts high-level code to assembly language
Correct Answer: Option B

Explanation

REPL provides an interactive environment, allowing users to input code, execute it, and receive immediate feedback, making it useful for testing and exploration.

Share This Question

Challenge a friend or share with your study group.