InterviewSolution
Saved Bookmarks
| 1. |
What Is The Execution Of A Program? |
|
Answer» Execution of the program refers to carrying out the INSTRUCTION of the program. The program MUST be LOADED into memory (RAM) before execution. Execution of the program refers to carrying out the instruction of the program. The program must be loaded into memory (RAM) before execution. |
|