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:

  1. directs the order of execution of the statements in the program ✓
  2. dictates what happens before the program starts and after it terminates
  3. defines program-specific data structures
  4. manages the input and output of control characters
Answer