Multiple choice technology programming languages

Perl is a ___________ language?

  1. Compiled

  2. Interpreted

  3. Both

  4. None

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

Perl is primarily an interpreted language, though Perl scripts can be compiled to bytecode. Unlike C or Java which are compiled to native code, Perl code is typically executed by the Perl interpreter. Option B correctly identifies Perl as interpreted.