Computer Science
The order of statement execution in the form of top to bottom, is known as .......... construct.
- selection
- repetition
- sequence
- flow
Related Questions
In a Python program, a control structure:
An empty/null statement in Python is
The .......... construct allows to choose statements to be executed, depending upon the result of a condition.
The .......... construct repeats a set of statements a specified number of times or as long as a condition is true.