In what order does a computer execute the program?

In what order does a computer execute the program?

کمپیوٹر پروگرام کو کس ترتیب سے چلاتا ہے؟
Explanation

The CPU runs instructions using a "fetch-execute" cycle: the CPU gets the first instruction in the sequence, executes it (adding two numbers or whatever), then fetches the next instruction and executes it, and so on