Comp chap 8

The original program written in programming language is called .....

Verified Answer
A. Youth program
B. Source program
C. Ferm program
D. Loop program
E. None of these

Explanation:

The original program written by a programmer in a human-readable programming language (such as C++, Python, Java, or assembly language) is universally referred to as the **source program** or source code. This code is then processed by a compiler or interpreter to be converted into machine-executable form. 'Youth program' (option a), 'Ferm program' (option c), and 'Loop program' (option d) are not standard terms for the initial form of a program. 'Loop program' might refer to a program containing loops, but not the general term for the original code. Thus, 'source program' is the correct and standard terminology.