Multiple choice

Which of the following languages is usually implemented with an interpreter?

  1. PASCAL

  2. FORTRAN

  3. BASIC

  4. COBOL

  5. None of these

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

BASIC is traditionally implemented as an interpreted language, allowing lines of code to be executed directly by an interpreter. In contrast, languages like PASCAL, FORTRAN, and COBOL are traditionally compiled directly into machine code.