Which of the following is a typically interpreted language? I. C II. Perl

2021

Which of the following is a typically interpreted language? I. C II. Perl

Answer: B. Only IIAn interpreted language is a programming language in which the code is executed line by line by an interpreter, without requiring complete compilation…

  1. A.

    Only I

  2. B.

    Only II

  3. C.

    Both I and II

  4. D.

    Neither I nor II

Attempted by 569 students.

Show answer & explanation

Correct answer: B

An interpreted language is a programming language in which the code is executed line by line by an interpreter, without requiring complete compilation beforehand.

  • C is generally a compiled programming language. A C program is converted into machine code using a compiler before execution.

  • Perl is commonly considered an interpreted language because Perl scripts are usually executed by the Perl interpreter.

Therefore, only statement II is correct.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…