👉 In computer science and programming, an execution is a sequence of instructions executed by a program. Executions can be divided into several types:
1.
Instruction Execution
: This includes all the steps that define what the program will do next, such as:
- Reading input from a file or console
- Parsing command-line arguments (if any)
- Calculating values with operations like addition, subtraction, multiplication, division etc.
- Calling external functions or modules
2.
Function