CBSE Class 11 Computer Science
Question 19 of 161
Flow of Control — Question 1
Back to all questions 1
Question Question 1
In a Python program, a control structure:
- directs the order of execution of the statements in the program ✓
- dictates what happens before the program starts and after it terminates
- defines program-specific data structures
- manages the input and output of control characters