What term describes the following? the process of executing source code line by line without producing a separate machine-code file.
Difficulty: Medium
About this MCQ
This Medium Programming Concepts MCQ checks one syllabus fact.
The question is: “What term describes the following? the process of executing source code line by line without producing a separate machine-code file.”
The accepted answer is B. Interpretation. Interpretation is the fact required by “What term describes the following? the process of executing source code line by line without producing a separate machine-code file.” (option B). Option A (“Recursion”) does not match the stem; it is a near-miss used to catch incomplete recall of Interpretation. Option C (“Pointer”) does not match the stem; it is a near-miss used to catch incomplete recall of Interpretation. Remaining alternatives (Exception handling) fall outside the same rule and should be eliminated once Interpretation is identified. Programming Concepts questions of this type reward precise definitions rather than approximate associations. Programming Concepts recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.
- A. Recursion
Why not A: “Recursion” is not correct. The accepted answer is B. Interpretation. Interpretation is the fact required by “What term describes the following? the process of executing source code line by line without producing a separate machine-code file.” (optio
- B. Interpretation ✓
- C. Pointer
Why not C: “Pointer” is not correct. The accepted answer is B. Interpretation. Interpretation is the fact required by “What term describes the following? the process of executing source code line by line without producing a separate machine-code file.” (optio
- D. Exception handling
Why not D: “Exception handling” is not correct. The accepted answer is B. Interpretation. Interpretation is the fact required by “What term describes the following? the process of executing source code line by line without producing a separate machine-code file.” (optio
Correct answer
B. Interpretation
Explanation
Interpretation is the fact required by “What term describes the following? the process of executing source code line by line without producing a separate machine-code file.” (option B). Option A (“Recursion”) does not match the stem; it is a near-miss used to catch incomplete recall of Interpretation. Option C (“Pointer”) does not match the stem; it is a near-miss used to catch incomplete recall of Interpretation. Remaining alternatives (Exception handling) fall outside the same rule and should be eliminated once Interpretation is identified. Programming Concepts questions of this type reward precise definitions rather than approximate associations. Programming Concepts recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.
Source: Programming Concepts Official Reference Guide
Tags: computer science, programming, coding basics, software development
Submitted by: MCQsHub Editorial
Related MCQs
- The concept in which the process of translating source code written in a high-level language into machine code...
- Select the correct name for: a variable that stores the memory address of another variable.
- What is the function or purpose of Data type?
- Which statement correctly explains Pointer?
- Which of the following best names the concept in which a classification that specifies what kind of value a va...
- Which concept is defined as follows: a programming mechanism used to detect and respond to runtime errors grac...