Answer:
Instructions
Explanation:
When user runs application the first thing happens is the Loader (a program in Operating System) loads the programs instruction into memory and prepare them to execute. Loader read the program's instruction and prepare other required prerequisites tasks to prepare the program to run.
When Loader completes its task by loading the application then the operating system start the application by executing the program instruction which resides into memory.