DIZNR INTERNATIONAL

Business/02. Who executes the Program and where program is resides.

Business/02. Who executes the Program and where program is resides.

https://www.gyanodhan.com/video/10B.%20Business/02.%20Who%20executes%20the%20Program%20and%20where%20program%20is%20resides.mp4

In the context of computers and programming, your question —
“Who executes the program and where the program resides?” — can be interpreted in the following way:


👤 Who Executes the Program?

The Central Processing Unit (CPU) executes the program.


Where Does the Program Reside?

A program typically resides in different places at different stages:

Stage Where the Program Resides
Before Execution Secondary Storage (e.g., Hard Disk, SSD) — Stored as executable files (.exe, .out, .class, etc.)
During Execution Main Memory (RAM) — The OS loads the program into RAM so the CPU can access and execute it
Instruction Fetch CPU Registers / Cache — The CPU temporarily holds instructions/data here during execution

Summary


Let me know if you meant this in a business or project management context (e.g., business program execution), and I can explain that too.

Business/02. Who executes the Program and where program is resides.

Structure and Interpretation of Computer Programs, 2nd ed.

Computer Organization [R18A0505] LECTURE NOTES

1 INTRODUCTION TO COMPUTER