Computer Science, asked by abi2741, 1 year ago

What is the basic flow of program execution?

Answers

Answered by Fatimakincsem
21

Answer:

The answer is "control flow"

Explanation:

The basic flow of program execution in computer science is "control flow". In which the sequence of instructions, individual statements or function calls is put to order to accomplish the task of a program.

While executing a program in the computer the control flow emphasis on distinguishing the imperative program from a declarative program. In an imperative program, control flow statement follows a course of choice to which results are made between the two or more paths.

Answered by lakshyaraikwal85
2

Answer:

The basic flow of program execution in computer science is "control flow". In which the sequence of instructions, individual statements or function calls is put to order to accomplish the task of a program.

Explanation:

bye

Similar questions