CBSE Class 11 Computer Science
Question 26 of 80
Conditional and Looping Constructs — Question 9
Back to all questionsDirects the order of execution of the statements in the program
Reason — A control structure in a Python program is used to direct the order of execution of the statements in the program. Control structures, such as loops and conditional statements, determine the flow of control in the program, allowing for the execution of code blocks based on certain conditions or repeatedly based on a loop condition.