Home »
MCQs »
Python MCQs
Loops are known as ___ in programming
41. Loops are known as ___ in programming.
- Control flow statements
- Conditional statements
- Data structure statements
- None of the mentioned above
Answer: A) Control flow statements
Explanation:
The control flow of a program refers to the sequence in which the program's code is executed. Conditional statements, loops, and function calls all play a role in controlling the flow of a Python program's execution.