Multiple choice technology programming languages

Which is usually implemented with an interpreters

  1. Assembly

  2. PASCAL

  3. COBOL

  4. BASIC

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

BASIC is traditionally implemented with an interpreter, allowing for interactive programming and immediate execution of commands. Assembly language uses assemblers (not interpreters), while Pascal and COBOL are primarily compiled languages. The interpreted nature of BASIC made it popular for educational purposes and rapid prototyping.