JavaScript is a/an ______ language.

2019

JavaScript is a/an ______ language.

Answer: B. Interpreted languageAnswer: JavaScript is an interpreted language. It is typically executed by the browser or runtime (for example, Node.js) directly at runtime, without a…

  1. A.

    Machine language

  2. B.

    Interpreted language

  3. C.

    System language

  4. D.

    Compiled language

Attempted by 265 students.

Show answer & explanation

Correct answer: B

Answer: JavaScript is an interpreted language. It is typically executed by the browser or runtime (for example, Node.js) directly at runtime, without a separate ahead-of-time compilation step.

Modern JavaScript engines often use Just-In-Time (JIT) compilation to convert hot code into machine code for better performance; this is a runtime optimization and does not change that JavaScript is delivered and executed as source by the runtime.

Because of runtime execution and dynamic behavior, JavaScript is considered an interpreted, high-level scripting language.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…