Multiple choice

Which of the following models bridges the execution gap by translating a program written in a programming language called the source program into an equivalent program in the machine or assembly language of the computer system called the target program?

  1. Program Interpretation

  2. Program Translation

  3. Linear Search

  4. Binary Search

  5. Multiprogramming

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

This model bridges the execution gap by translating a program written in a programming language called the source program into an equivalent program in the machine or assembly language of the computer system called the target program.