Sail E0 Webinar
Question

Which of the following is not one of the process that a high level language program must go through before it is ready to be executed?

Options:
A .  Translation 
B .  Controlling
C .  Loading
D .  Linking
E .  None of these
Answer: Option A
Translation is not one of the processes that a high level language program must go through before it is ready to be executed. The other processes required to prepare a high level language program for execution are:

Controlling: Controlling is the process of organizing the program code into a sequence of instructions that can be executed by the computer. The controlling process ensures that the program code is written in a format that the computer can understand and follow.

Loading: Loading is the process of transferring the program code from the storage device to the main memory. The loaded program code is then ready to be executed by the computer.

Linking: Linking is the process of combining the program code with code from other programs or libraries. The linked program code is then ready to be executed by the computer.

In summary, translation is not one of the processes that a high level language program must go through before it is ready to be executed. The other processes required are controlling, loading, and linking.

Was this answer helpful ?
Next Question

1 Comments

ss

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers