The process of compiling Intermediate Language programs to the actual machine…

2021

The process of compiling Intermediate Language programs to the actual machine language on the target platform prior to execution is known as ______. I. Just-In-Time compiling II. First-In-Time compiling

  1. A.

    Only I

  2. B.

    Only II

  3. C.

    Both I and II

  4. D.

    Neither I nor II

Attempted by 143 students.

Show answer & explanation

Correct answer: A

Just-In-Time (JIT) compilation translates Intermediate Language to machine code immediately before execution. First-In-Time compiling is not a standard term in computer science compilation models.

Explore the full course: Up Lt Grade Assistant Teacher 2025