asked 136k views
5 votes
When a user runs an application, what transfers from a storage device to memory?

a. registrations


b. instructions


c. operations


d. cache?

1 Answer

4 votes

Answer:

Instructions

Step-by-step 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.

answered
User Jarmod
by
8.6k points