Multiple choice

Interpreter is a translator used in

  1. Basic

  2. Cobol

  3. Fortran

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

BASIC (Beginner's All-purpose Symbolic Instruction Code) was traditionally designed as an interpreted language to allow for interactive programming and immediate feedback. COBOL and FORTRAN are typically compiled languages where the entire source code is converted to machine code before execution.